@test-db.swrsq.mongodb.net/myDatabase",
+ "label": "Connection string URI",
+ "configProperty": "datasourceConfiguration.properties[1].value"
+ },
{
- "label": "Direct connection",
- "value": "DIRECT"
+ "controlType": "SEGMENTED_CONTROL",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "options": [
+ {
+ "label": "Read / Write",
+ "value": "READ_WRITE"
+ },
+ {
+ "label": "Read only",
+ "value": "READ_ONLY"
+ }
+ ],
+ "label": "Connection mode",
+ "initialValue": "READ_WRITE",
+ "configProperty": "datasourceConfiguration.connection.mode"
},
{
- "label": "Replica set",
- "value": "REPLICA_SET"
- }
- ],
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "Yes"
- }
- },
- {
- "sectionName": null,
- "children": [
+ "controlType": "DROP_DOWN",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "options": [
+ {
+ "label": "Direct connection",
+ "value": "DIRECT"
+ },
+ {
+ "label": "Replica set",
+ "value": "REPLICA_SET"
+ }
+ ],
+ "label": "Connection type",
+ "initialValue": "DIRECT",
+ "configProperty": "datasourceConfiguration.connection.type"
+ },
{
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.mongodb.net",
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "Yes"
- }
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.mongodb.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "dataType": "NUMBER",
+ "placeholderText": "27017",
+ "label": "Port",
+ "initialValue": ["27017"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "controlType": "KEYVALUE_ARRAY",
- "initialValue": ["27017"],
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "Yes"
- },
- "placeholderText": "27017"
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "placeholderText": "(optional)",
+ "label": "Default database name",
+ "configProperty": "datasourceConfiguration.connection.defaultDatabaseName"
}
- ]
- },
- {
- "label": "Default database name",
- "placeholderText": "(optional)",
- "configProperty": "datasourceConfiguration.connection.defaultDatabaseName",
- "controlType": "INPUT_TEXT",
- "hidden": {
+ ]
+ },
+ {
+ "sectionName": "Authentication",
+ "hidden": {
"path": "datasourceConfiguration.properties[0].value",
"comparison": "EQUALS",
"value": "Yes"
- }
- }
- ]
- },
- {
- "sectionName": "Authentication",
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "Yes"
- },
- "children": [
- {
- "label": "Database name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Database name",
- "initialValue": "admin"
},
- {
- "label": "Authentication type",
- "configProperty": "datasourceConfiguration.authentication.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "SCRAM_SHA_1",
- "options": [
+ "children": [
{
- "label": "SCRAM-SHA-1",
- "value": "SCRAM_SHA_1"
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Database name",
+ "label": "Database name",
+ "initialValue": "admin",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
},
{
- "label": "SCRAM-SHA-256",
- "value": "SCRAM_SHA_256"
- },
- {
- "label": "MONGODB-CR",
- "value": "MONGODB_CR"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "SCRAM-SHA-1",
+ "value": "SCRAM_SHA_1"
+ },
+ {
+ "label": "SCRAM-SHA-256",
+ "value": "SCRAM_SHA_256"
+ },
+ {
+ "label": "MONGODB-CR",
+ "value": "MONGODB_CR"
+ }
+ ],
+ "label": "Authentication type",
+ "initialValue": "SCRAM_SHA_1",
+ "configProperty": "datasourceConfiguration.authentication.authType"
},
{
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
}
- ]
- }
- ]
+ ]
},
{
- "sectionName": "SSL (optional)",
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "Yes"
- },
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "DEFAULT",
- "options": [
- {
- "label": "Default",
- "value": "DEFAULT"
- },
- {
- "label": "Enabled",
- "value": "ENABLED"
- },
- {
- "label": "Disabled",
- "value": "DISABLED"
- }
- ]
- }
- ]
+ "sectionName": "SSL (optional)",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "Yes"
+ },
+ "children": [{
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Default",
+ "value": "DEFAULT"
+ },
+ {
+ "label": "Enabled",
+ "value": "ENABLED"
+ },
+ {
+ "label": "Disabled",
+ "value": "DISABLED"
+ }
+ ],
+ "label": "SSL mode",
+ "initialValue": "DEFAULT",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
+ }]
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json
index b4392c833f34..9441f1230092 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json
@@ -1,37 +1,33 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Smart BSON substitution",
- "subtitle": "Turning on this property fixes the BSON substitution of bindings in the Mongo BSON document by adding/removing quotes intelligently and reduces developer errors",
- "configProperty": "actionConfiguration.formData.smartSubstitution.data",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "subtitle": "Turning on this property fixes the BSON substitution of bindings in the Mongo BSON document by adding/removing quotes intelligently and reduces developer errors",
+ "label": "Smart BSON substitution",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.formData.smartSubstitution.data"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
\ No newline at end of file
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/CREATE.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/CREATE.json
index 000062cdf95a..31740ff63aaa 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/CREATE.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/CREATE.json
@@ -1,10 +1,8 @@
{
- "insert": "users",
- "documents": [
- {
- "name": "{{ nameInput.text }}",
- "email": "{{ emailInput.text }}",
- "gender": "{{ genderDropdown.selectedOptionValue }}"
- }
- ]
+ "documents": [{
+ "gender": "{{ genderDropdown.selectedOptionValue }}",
+ "name": "{{ nameInput.text }}",
+ "email": "{{ emailInput.text }}"
+ }],
+ "insert": "users"
}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/DELETE.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/DELETE.json
index a10f6da1cf12..9bd49c223c79 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/DELETE.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/DELETE.json
@@ -1,11 +1,7 @@
{
- "delete": "users",
- "deletes": [
- {
- "q": {
- "id": "{{ usersTable.selectedRow.id }}"
- },
- "limit": 1
- }
- ]
+ "deletes": [{
+ "q": {"id": "{{ usersTable.selectedRow.id }}"},
+ "limit": 1
+ }],
+ "delete": "users"
}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/READ.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/READ.json
index 49ca131c9b96..971bc4b1f9fe 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/READ.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/READ.json
@@ -1,10 +1,6 @@
{
- "find": "users",
- "filter": {
- "status": "{{ statusDropdown.selectedOptionValue }}"
- },
- "sort": {
- "id": 1
- },
- "limit": 10
-}
\ No newline at end of file
+ "filter": {"status": "{{ statusDropdown.selectedOptionValue }}"},
+ "find": "users",
+ "limit": 10,
+ "sort": {"id": 1}
+}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/UPDATE.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/UPDATE.json
index 437a26a70f02..ffc78476d18a 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/UPDATE.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/UPDATE.json
@@ -1,11 +1,7 @@
{
- "update": "users",
- "updates": [
- {
- "q": {
- "id": 10
- },
- "u": { "$set": { "status": "{{ statusDropdown.selectedOptionValue }}" } }
- }
- ]
+ "update": "users",
+ "updates": [{
+ "q": {"id": 10},
+ "u": {"$set": {"status": "{{ statusDropdown.selectedOptionValue }}"}}
+ }]
}
diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/meta.json
index 833afaa6ea2c..c195114ba4c4 100644
--- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "CREATE.json"
- },
- {
- "file": "READ.json"
- },
- {
- "file": "UPDATE.json"
- },
- {
- "file": "DELETE.json"
- }
- ]
-}
+{"templates": [
+ {"file": "CREATE.json"},
+ {"file": "READ.json"},
+ {"file": "UPDATE.json"},
+ {"file": "DELETE.json"}
+]}
diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/dependency.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/dependency.json
index eb5f3a769e73..2d00d35c4e0a 100644
--- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/dependency.json
+++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/dependency.json
@@ -1,5 +1 @@
-{
- "dependencies" : {
- "actionConfiguration.body" : ["actionConfiguration.pluginSpecifiedTemplates[0].value"]
- }
-}
\ No newline at end of file
+{"dependencies": {"actionConfiguration.body": ["actionConfiguration.pluginSpecifiedTemplates[0].value"]}}
diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json
index 024c96388ae5..3df1079acd09 100644
--- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json
@@ -1,41 +1,37 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"editor": [{
+ "sectionName": "",
+ "children": [
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "PARAMETER",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": false
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": false
+ },
+ "evaluationSubstitutionType": "PARAMETER",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": true
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": true
+ },
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "Use Prepared Statement",
- "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/form.json
index 3480fedcf173..9ea97bfd1ec3 100644
--- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/form.json
@@ -1,101 +1,94 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "label": "Connection mode",
- "configProperty": "datasourceConfiguration.connection.mode",
- "controlType": "SEGMENTED_CONTROL",
- "initialValue": "READ_WRITE",
- "options": [
-
+ "sectionName": "Connection",
+ "children": [
{
- "label": "Read / Write",
- "value": "READ_WRITE"
+ "controlType": "SEGMENTED_CONTROL",
+ "options": [
+ {
+ "label": "Read / Write",
+ "value": "READ_WRITE"
+ },
+ {
+ "label": "Read only",
+ "value": "READ_ONLY"
+ }
+ ],
+ "label": "Connection mode",
+ "initialValue": "READ_WRITE",
+ "configProperty": "datasourceConfiguration.connection.mode"
},
{
- "label": "Read only",
- "value": "READ_ONLY"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.mssql.net"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.mssql.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "1433",
+ "label": "Port",
+ "initialValue": ["1433"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["1433"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "1433"
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Database name",
+ "label": "Database name",
+ "initialValue": "admin",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- },
- {
- "label": "Database name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Database name",
- "initialValue": "admin"
- }
- ]
+ ],
+ "id": 1
},
{
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password"
- }
- ]
- }
- ]
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
+ }],
+ "id": 2
},
{
- "id": 3,
- "sectionName": "SSL",
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "NO_VERIFY",
- "options": [
- {
- "label": "Disable",
- "value": "DISABLE"
- },
- {
- "label": "Enabled with no verify",
- "value": "NO_VERIFY"
- }
- ]
- }
- ]
+ "sectionName": "SSL",
+ "children": [{
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Disable",
+ "value": "DISABLE"
+ },
+ {
+ "label": "Enabled with no verify",
+ "value": "NO_VERIFY"
+ }
+ ],
+ "label": "SSL mode",
+ "initialValue": "NO_VERIFY",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
+ }],
+ "id": 3
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json
index dfcf8fcc376b..8c5ca8eebb61 100644
--- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json
@@ -1,37 +1,33 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Use Prepared Statement",
- "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/templates/meta.json
index b05a59284531..fd67a1ec4890 100644
--- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "CREATE.sql"
- },
- {
- "file": "SELECT.sql"
- },
- {
- "file": "UPDATE.sql"
- },
- {
- "file": "DELETE.sql"
- }
- ]
-}
+{"templates": [
+ {"file": "CREATE.sql"},
+ {"file": "SELECT.sql"},
+ {"file": "UPDATE.sql"},
+ {"file": "DELETE.sql"}
+]}
diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/dependency.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/dependency.json
index eb5f3a769e73..2d00d35c4e0a 100644
--- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/dependency.json
+++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/dependency.json
@@ -1,5 +1 @@
-{
- "dependencies" : {
- "actionConfiguration.body" : ["actionConfiguration.pluginSpecifiedTemplates[0].value"]
- }
-}
\ No newline at end of file
+{"dependencies": {"actionConfiguration.body": ["actionConfiguration.pluginSpecifiedTemplates[0].value"]}}
diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json
index 024c96388ae5..3df1079acd09 100644
--- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json
@@ -1,41 +1,37 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"editor": [{
+ "sectionName": "",
+ "children": [
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "PARAMETER",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": false
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": false
+ },
+ "evaluationSubstitutionType": "PARAMETER",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": true
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": true
+ },
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "Use Prepared Statement",
- "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/form.json
index c720c4faff4c..e5db61771056 100644
--- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/form.json
@@ -1,233 +1,227 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "label": "Connection method",
- "configProperty": "datasourceConfiguration.properties[1].key",
- "initialValue": "Connection method",
- "hidden": true,
- "controlType": "INPUT_TEXT"
- },
- {
- "label": "Connection method",
- "configProperty": "datasourceConfiguration.properties[1].value",
- "controlType": "SEGMENTED_CONTROL",
- "initialValue": "STANDARD",
- "options": [
+ "sectionName": "Connection",
+ "children": [
+ {
+ "hidden": true,
+ "controlType": "INPUT_TEXT",
+ "label": "Connection method",
+ "initialValue": "Connection method",
+ "configProperty": "datasourceConfiguration.properties[1].key"
+ },
{
- "label": "Standard",
- "value": "STANDARD"
+ "controlType": "SEGMENTED_CONTROL",
+ "options": [
+ {
+ "label": "Standard",
+ "value": "STANDARD"
+ },
+ {
+ "label": "SSH tunnel",
+ "value": "SSH"
+ }
+ ],
+ "label": "Connection method",
+ "initialValue": "STANDARD",
+ "configProperty": "datasourceConfiguration.properties[1].value"
},
{
- "label": "SSH tunnel",
- "value": "SSH"
- }
- ]
- },
- {
- "label": "Connection mode",
- "configProperty": "datasourceConfiguration.connection.mode",
- "controlType": "SEGMENTED_CONTROL",
- "initialValue": "READ_WRITE",
- "hidden": true,
- "options": [
+ "controlType": "SEGMENTED_CONTROL",
+ "hidden": true,
+ "options": [
+ {
+ "label": "Read / Write",
+ "value": "READ_WRITE"
+ },
+ {
+ "label": "Read only",
+ "value": "READ_ONLY"
+ }
+ ],
+ "label": "Connection mode",
+ "initialValue": "READ_WRITE",
+ "configProperty": "datasourceConfiguration.connection.mode"
+ },
{
- "label": "Read / Write",
- "value": "READ_WRITE"
+ "sectionName": null,
+ "children": [
+ {
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.mysql.net",
+ "label": "MySQL host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "3306",
+ "label": "MySQL port",
+ "initialValue": ["3306"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
+ },
+ {
+ "sectionName": null,
+ "hidden": {
+ "path": "datasourceConfiguration.properties[1].value",
+ "comparison": "NOT_EQUALS",
+ "value": "SSH"
+ },
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.sshHost.net",
+ "label": "SSH host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.sshProxy.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "22",
+ "label": "SSH port",
+ "configProperty": "datasourceConfiguration.sshProxy.endpoints[*].port"
+ }
+ ]
+ }
+ ]
},
{
- "label": "Read only",
- "value": "READ_ONLY"
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Database name",
+ "label": "Database name",
+ "initialValue": "admin",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "sectionName": null,
- "children": [
+ ],
+ "id": 1
+ },
+ {
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
{
- "label": "MySQL host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.mysql.net"
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "MySQL username",
+ "configProperty": "datasourceConfiguration.authentication.username"
},
{
- "label": "MySQL port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["3306"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "3306"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "MySQL password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ },
{
- "label": "SSH host address",
- "configProperty": "datasourceConfiguration.sshProxy.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.sshHost.net"
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[1].value",
+ "comparison": "NOT_EQUALS",
+ "value": "SSH"
+ },
+ "placeholderText": "Username",
+ "label": "SSH username",
+ "configProperty": "datasourceConfiguration.sshProxy.username"
},
{
- "label": "SSH port",
- "configProperty": "datasourceConfiguration.sshProxy.endpoints[*].port",
- "dataType": "NUMBER",
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "22"
+ "controlType": "FILE_PICKER",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.properties[1].value",
+ "comparison": "NOT_EQUALS",
+ "value": "SSH"
+ },
+ "label": "SSH key",
+ "configProperty": "datasourceConfiguration.sshProxy.privateKey.keyFile"
}
- ],
- "hidden": {
- "path": "datasourceConfiguration.properties[1].value",
- "comparison": "NOT_EQUALS",
- "value": "SSH"
- }
- }
- ]
- },
- {
- "label": "Database name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Database name",
- "initialValue": "admin"
- }
- ]
- },
- {
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "MySQL username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
- },
- {
- "label": "MySQL password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
- },
- {
- "label": "SSH username",
- "configProperty": "datasourceConfiguration.sshProxy.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username",
- "hidden": {
- "path": "datasourceConfiguration.properties[1].value",
- "comparison": "NOT_EQUALS",
- "value": "SSH"
- }
- },
- {
- "label": "SSH key",
- "configProperty": "datasourceConfiguration.sshProxy.privateKey.keyFile",
- "controlType": "FILE_PICKER",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.properties[1].value",
- "comparison": "NOT_EQUALS",
- "value": "SSH"
- }
- }
- ]
- }
- ]
+ ]
+ }],
+ "id": 2
},
{
- "id": 3,
- "sectionName": "SSL (optional)",
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "DEFAULT",
- "options": [
- {
- "label": "Default",
- "value": "DEFAULT"
- },
- {
- "label": "Required",
- "value": "REQUIRED"
- },
- {
- "label": "Disabled",
- "value": "DISABLED"
- }
- ]
- },
- {
- "sectionName": null,
- "hidden": true,
- "children": [
- {
- "label": "Key File",
- "configProperty": "datasourceConfiguration.connection.ssl.keyFile",
- "controlType": "FILE_PICKER"
- },
- {
- "label": "Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.certificateFile",
- "controlType": "FILE_PICKER"
- }
- ]
- },
- {
- "sectionName": null,
- "hidden": true,
- "children": [
- {
- "label": "CA Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.caCertificateFile",
- "controlType": "FILE_PICKER"
+ "sectionName": "SSL (optional)",
+ "children": [
+ {
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Default",
+ "value": "DEFAULT"
+ },
+ {
+ "label": "Required",
+ "value": "REQUIRED"
+ },
+ {
+ "label": "Disabled",
+ "value": "DISABLED"
+ }
+ ],
+ "label": "SSL mode",
+ "initialValue": "DEFAULT",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
},
{
- "label": "PEM Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.file",
- "controlType": "FILE_PICKER"
+ "sectionName": null,
+ "hidden": true,
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "label": "Key File",
+ "configProperty": "datasourceConfiguration.connection.ssl.keyFile"
+ },
+ {
+ "controlType": "FILE_PICKER",
+ "label": "Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.certificateFile"
+ }
+ ]
},
{
- "label": "PEM Passphrase",
- "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "PEM Passphrase"
+ "sectionName": null,
+ "hidden": true,
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "label": "CA Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.caCertificateFile"
+ },
+ {
+ "controlType": "FILE_PICKER",
+ "label": "PEM Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.file"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "dataType": "PASSWORD",
+ "placeholderText": "PEM Passphrase",
+ "label": "PEM Passphrase",
+ "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.password"
+ }
+ ]
}
- ]
- }
- ]
+ ],
+ "id": 3
},
{
- "id": 4,
- "sectionName": "MySQL Specific Parameters",
- "children": [
- {
- "label": "Server Timezone Override",
- "configProperty": "datasourceConfiguration.properties[0]",
- "fixedKey": "serverTimezone",
- "controlType": "FIXED_KEY_INPUT",
- "placeholderText": "UTC or any valid timezone"
- }
- ]
+ "sectionName": "MySQL Specific Parameters",
+ "children": [{
+ "fixedKey": "serverTimezone",
+ "controlType": "FIXED_KEY_INPUT",
+ "placeholderText": "UTC or any valid timezone",
+ "label": "Server Timezone Override",
+ "configProperty": "datasourceConfiguration.properties[0]"
+ }],
+ "id": 4
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json
index dfcf8fcc376b..8c5ca8eebb61 100644
--- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json
@@ -1,37 +1,33 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Use Prepared Statement",
- "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/templates/meta.json
index b05a59284531..fd67a1ec4890 100644
--- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "CREATE.sql"
- },
- {
- "file": "SELECT.sql"
- },
- {
- "file": "UPDATE.sql"
- },
- {
- "file": "DELETE.sql"
- }
- ]
-}
+{"templates": [
+ {"file": "CREATE.sql"},
+ {"file": "SELECT.sql"},
+ {"file": "UPDATE.sql"},
+ {"file": "DELETE.sql"}
+]}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/chat.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/chat.json
index c29af65c27eb..e25a8fd30121 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/chat.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/chat.json
@@ -1,92 +1,88 @@
{
- "identifier": "CHAT",
- "controlType": "SECTION",
- "conditionals": {
- "show": "{{actionConfiguration.formData.command.data === 'CHAT'}}"
- },
- "children": [
- {
- "label": "Models",
- "tooltipText": "Select the model for response generation",
- "subtitle": "ID of the model to use.",
- "isRequired": true,
- "propertyName": "chat_model_id",
- "configProperty": "actionConfiguration.formData.chatModel.data",
- "controlType": "DROP_DOWN",
- "initialValue": "",
- "options": [],
- "placeholderText": "All models will be fetched.",
- "fetchOptionsConditionally": true,
- "setFirstOptionAsDefault": true,
- "alternateViewTypes": ["json"],
- "conditionals": {
- "enable": "{{true}}",
- "fetchDynamicValues": {
- "condition": "{{actionConfiguration.formData.command.data === 'CHAT'}}",
- "config": {
- "params": {
- "requestType": "CHAT_MODELS",
- "displayType": "DROP_DOWN"
- }
- }
- }
- }
- },
- {
- "label": "Max Tokens",
- "tooltipText": "The maximum number of tokens to generate in the chat completion.",
- "subtitle": "The maximum number of tokens to generate in the chat completion.",
- "Description": "Put a positive integer value",
- "configProperty": "actionConfiguration.formData.maxTokens",
- "controlType": "INPUT_TEXT",
- "initialValue": "16",
- "isRequired": true,
- "dataType": "NUMBER",
- "customStyles": {
- "width": "270px",
- "minWidth": "270px"
- }
- },
- {
- "label": "Messages",
- "tooltipText": "Ask a question",
- "subtitle": "A list of messages comprising the conversation so far.",
- "propertyName": "messages",
- "isRequired": true,
- "configProperty": "actionConfiguration.formData.messages.data",
- "controlType": "ARRAY_FIELD",
- "alternateViewTypes": ["json"],
- "addMoreButtonLabel": "Add message",
- "schema": [
+ "identifier": "CHAT",
+ "controlType": "SECTION",
+ "children": [
+ {
+ "fetchOptionsConditionally": true,
+ "isRequired": true,
+ "tooltipText": "Select the model for response generation",
+ "label": "Models",
+ "setFirstOptionAsDefault": true,
+ "configProperty": "actionConfiguration.formData.chatModel.data",
+ "alternateViewTypes": ["json"],
+ "controlType": "DROP_DOWN",
+ "propertyName": "chat_model_id",
+ "subtitle": "ID of the model to use.",
+ "options": [],
+ "placeholderText": "All models will be fetched.",
+ "conditionals": {
+ "enable": "{{true}}",
+ "fetchDynamicValues": {
+ "condition": "{{actionConfiguration.formData.command.data === 'CHAT'}}",
+ "config": {"params": {
+ "displayType": "DROP_DOWN",
+ "requestType": "CHAT_MODELS"
+ }}
+ }
+ },
+ "initialValue": ""
+ },
+ {
+ "isRequired": true,
+ "Description": "Put a positive integer value",
+ "controlType": "INPUT_TEXT",
+ "tooltipText": "The maximum number of tokens to generate in the chat completion.",
+ "subtitle": "The maximum number of tokens to generate in the chat completion.",
+ "dataType": "NUMBER",
+ "label": "Max Tokens",
+ "customStyles": {
+ "width": "270px",
+ "minWidth": "270px"
+ },
+ "initialValue": "16",
+ "configProperty": "actionConfiguration.formData.maxTokens"
+ },
{
- "label": "Role",
- "key": "role",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "placeholderText": "user OR system",
- "initialValue": "user"
+ "schema": [
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "placeholderText": "user OR system",
+ "label": "Role",
+ "initialValue": "user",
+ "key": "role"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "placeholderText": "{{ UserInput.text }}",
+ "label": "Content",
+ "key": "content"
+ }
+ ],
+ "isRequired": true,
+ "alternateViewTypes": ["json"],
+ "controlType": "ARRAY_FIELD",
+ "tooltipText": "Ask a question",
+ "propertyName": "messages",
+ "subtitle": "A list of messages comprising the conversation so far.",
+ "addMoreButtonLabel": "Add message",
+ "label": "Messages",
+ "configProperty": "actionConfiguration.formData.messages.data"
},
{
- "label": "Content",
- "key": "content",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "placeholderText": "{{ UserInput.text }}"
+ "isRequired": false,
+ "Description": "Put a value between 0 and 2",
+ "controlType": "INPUT_TEXT",
+ "tooltipText": "Put a value between 0 and 2",
+ "subtitle": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
+ "dataType": "NUMBER",
+ "label": "Temperature",
+ "customStyles": {
+ "width": "270px",
+ "minWidth": "270px"
+ },
+ "initialValue": "0",
+ "configProperty": "actionConfiguration.formData.temperature"
}
- ]
- },
- {
- "label": "Temperature",
- "tooltipText": "Put a value between 0 and 2",
- "Description": "Put a value between 0 and 2",
- "subtitle": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
- "configProperty": "actionConfiguration.formData.temperature",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "initialValue": "0",
- "isRequired": false,
- "customStyles": {
- "width": "270px",
- "minWidth": "270px"
- }
- }
- ]
+ ],
+ "conditionals": {"show": "{{actionConfiguration.formData.command.data === 'CHAT'}}"}
}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/embeddings.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/embeddings.json
index 1831e114ac7f..f35105e684b0 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/embeddings.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/embeddings.json
@@ -1,65 +1,61 @@
{
- "identifier": "EMBEDDINGS",
- "controlType": "SECTION",
- "conditionals": {
- "show": "{{actionConfiguration.formData.command.data === 'EMBEDDINGS'}}"
- },
- "children": [
- {
- "label": "Models",
- "tooltipText": "Select the model for embedding generation",
- "subtitle": "ID of the model to use.",
- "isRequired": true,
- "propertyName": "embedding_model_id",
- "configProperty": "actionConfiguration.formData.embeddingsModel.data",
- "controlType": "DROP_DOWN",
- "initialValue": "",
- "options": [],
- "placeholderText": "All models will be fetched.",
- "fetchOptionsConditionally": true,
- "setFirstOptionAsDefault": true,
- "alternateViewTypes": ["json"],
- "conditionals": {
- "enable": "{{true}}",
- "fetchDynamicValues": {
- "condition": "{{actionConfiguration.formData.command.data === 'EMBEDDINGS'}}",
- "config": {
- "params": {
- "requestType": "EMBEDDING_MODELS",
- "displayType": "DROP_DOWN"
- }
- }
- }
- }
- },
- {
- "label": "Input",
- "tooltipText": "Provide the string or array of strings",
- "subtitle" : "Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays.",
- "propertyName": "input",
- "configProperty": "actionConfiguration.formData.input",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "isRequired": true,
- "placeholderText": "Hello World! OR ['hello', 'world']"
- },
- {
- "label": "Encoding Format",
- "tooltipText": "Defaults to float",
- "subtitle" : "The format to return the embeddings in. Can be either float or base64",
- "configProperty": "actionConfiguration.formData.encodingFormat",
- "controlType": "DROP_DOWN",
- "isRequired": false,
- "initialValue": "float",
- "options": [
+ "identifier": "EMBEDDINGS",
+ "controlType": "SECTION",
+ "children": [
+ {
+ "fetchOptionsConditionally": true,
+ "isRequired": true,
+ "tooltipText": "Select the model for embedding generation",
+ "label": "Models",
+ "setFirstOptionAsDefault": true,
+ "configProperty": "actionConfiguration.formData.embeddingsModel.data",
+ "alternateViewTypes": ["json"],
+ "controlType": "DROP_DOWN",
+ "propertyName": "embedding_model_id",
+ "subtitle": "ID of the model to use.",
+ "options": [],
+ "placeholderText": "All models will be fetched.",
+ "conditionals": {
+ "enable": "{{true}}",
+ "fetchDynamicValues": {
+ "condition": "{{actionConfiguration.formData.command.data === 'EMBEDDINGS'}}",
+ "config": {"params": {
+ "displayType": "DROP_DOWN",
+ "requestType": "EMBEDDING_MODELS"
+ }}
+ }
+ },
+ "initialValue": ""
+ },
{
- "label": "float",
- "value": "float"
+ "isRequired": true,
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "tooltipText": "Provide the string or array of strings",
+ "propertyName": "input",
+ "subtitle": "Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays.",
+ "placeholderText": "Hello World! OR ['hello', 'world']",
+ "label": "Input",
+ "configProperty": "actionConfiguration.formData.input"
},
{
- "label": "base64",
- "value": "base64"
+ "isRequired": false,
+ "controlType": "DROP_DOWN",
+ "tooltipText": "Defaults to float",
+ "subtitle": "The format to return the embeddings in. Can be either float or base64",
+ "options": [
+ {
+ "label": "float",
+ "value": "float"
+ },
+ {
+ "label": "base64",
+ "value": "base64"
+ }
+ ],
+ "label": "Encoding Format",
+ "initialValue": "float",
+ "configProperty": "actionConfiguration.formData.encodingFormat"
}
- ]
- }
- ]
+ ],
+ "conditionals": {"show": "{{actionConfiguration.formData.command.data === 'EMBEDDINGS'}}"}
}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/root.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/root.json
index d63c9393038d..f2411831113d 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/root.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/root.json
@@ -1,37 +1,33 @@
{
- "editor": [
- {
- "controlType": "SECTION",
- "identifier": "SELECTOR",
- "children": [
- {
- "label": "Command",
- "description": "Choose the method you would like to use",
- "configProperty": "actionConfiguration.formData.command.data",
- "controlType": "DROP_DOWN",
- "isRequired": true,
- "initialValue": "CHAT",
- "options": [
- {
- "label": "Chat",
- "value": "CHAT"
- },
- {
- "label": "Embeddings",
- "value": "EMBEDDINGS"
- },
- {
- "label": "Vision",
- "value": "VISION"
- }
- ]
- }
- ]
- }
- ],
- "files": [
- "chat.json",
- "embeddings.json",
- "vision.json"
- ]
+ "editor": [{
+ "identifier": "SELECTOR",
+ "controlType": "SECTION",
+ "children": [{
+ "isRequired": true,
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Chat",
+ "value": "CHAT"
+ },
+ {
+ "label": "Embeddings",
+ "value": "EMBEDDINGS"
+ },
+ {
+ "label": "Vision",
+ "value": "VISION"
+ }
+ ],
+ "description": "Choose the method you would like to use",
+ "label": "Command",
+ "initialValue": "CHAT",
+ "configProperty": "actionConfiguration.formData.command.data"
+ }]
+ }],
+ "files": [
+ "chat.json",
+ "embeddings.json",
+ "vision.json"
+ ]
}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/vision.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/vision.json
index 79ed3f4742b7..6782560a144d 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/vision.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/editor/vision.json
@@ -1,124 +1,116 @@
{
- "identifier": "VISION",
- "controlType": "SECTION",
- "conditionals": {
- "show": "{{actionConfiguration.formData.command.data === 'VISION'}}"
- },
- "children": [
- {
- "label": "Models",
- "tooltipText": "Select the model for response generation",
- "subtitle": "ID of the model to use.",
- "isRequired": true,
- "propertyName": "vision_model_id",
- "configProperty": "actionConfiguration.formData.visionModel.data",
- "controlType": "DROP_DOWN",
- "initialValue": "",
- "options": [],
- "placeholderText": "All models will be fetched.",
- "fetchOptionsConditionally": true,
- "setFirstOptionAsDefault": true,
- "alternateViewTypes": ["json"],
- "conditionals": {
- "enable": "{{true}}",
- "fetchDynamicValues": {
- "condition": "{{actionConfiguration.formData.command.data === 'VISION'}}",
- "config": {
- "params": {
- "requestType": "VISION_MODELS",
- "displayType": "DROP_DOWN"
- }
- }
- }
- }
- },
- {
- "label": "Max Tokens",
- "tooltipText": "The maximum number of tokens to generate in the chat completion.",
- "subtitle": "The maximum number of tokens to generate in the chat completion.",
- "Description": "Put a positive integer value",
- "configProperty": "actionConfiguration.formData.maxTokens",
- "controlType": "INPUT_TEXT",
- "initialValue": "16",
- "isRequired": true,
- "dataType": "NUMBER",
- "customStyles": {
- "width": "270px",
- "minWidth": "270px"
- }
- },
- {
- "label": "System Messages",
- "tooltipText": "Provide system instructions to the assistant",
- "subtitle": "A list of messages for Assistant as instructions",
- "propertyName": "systemMessages",
- "isRequired": false,
- "configProperty": "actionConfiguration.formData.systemMessages.data",
- "controlType": "ARRAY_FIELD",
- "alternateViewTypes": ["json"],
- "addMoreButtonLabel": "Add System Message",
- "customStyles": {
- "width": "40vw"
- },
- "schema": [
+ "identifier": "VISION",
+ "controlType": "SECTION",
+ "children": [
{
- "label": "Content",
- "key": "content",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "placeholderText": "{{ UserInput.text }}",
- "initialValue": "As an OCR expert your skills are unparalleled. Respond with just the text in the image"
- }
- ]
- },
- {
- "label": "User Messages",
- "tooltipText": "Provide User queries",
- "subtitle": "A list of user messages or images. You can pass a link to the image or the base64 encoded image directly in the request.",
- "propertyName": "userMessages",
- "isRequired": true,
- "configProperty": "actionConfiguration.formData.userMessages.data",
- "controlType": "ARRAY_FIELD",
- "alternateViewTypes": ["json"],
- "addMoreButtonLabel": "Add User message or Image",
- "schema": [
+ "fetchOptionsConditionally": true,
+ "isRequired": true,
+ "tooltipText": "Select the model for response generation",
+ "label": "Models",
+ "setFirstOptionAsDefault": true,
+ "configProperty": "actionConfiguration.formData.visionModel.data",
+ "alternateViewTypes": ["json"],
+ "controlType": "DROP_DOWN",
+ "propertyName": "vision_model_id",
+ "subtitle": "ID of the model to use.",
+ "options": [],
+ "placeholderText": "All models will be fetched.",
+ "conditionals": {
+ "enable": "{{true}}",
+ "fetchDynamicValues": {
+ "condition": "{{actionConfiguration.formData.command.data === 'VISION'}}",
+ "config": {"params": {
+ "displayType": "DROP_DOWN",
+ "requestType": "VISION_MODELS"
+ }}
+ }
+ },
+ "initialValue": ""
+ },
{
- "label": "Type",
- "key": "type",
- "controlType": "DROP_DOWN",
- "initialValue": "text",
- "options": [
- {
- "label": "Text",
- "value": "text"
+ "isRequired": true,
+ "Description": "Put a positive integer value",
+ "controlType": "INPUT_TEXT",
+ "tooltipText": "The maximum number of tokens to generate in the chat completion.",
+ "subtitle": "The maximum number of tokens to generate in the chat completion.",
+ "dataType": "NUMBER",
+ "label": "Max Tokens",
+ "customStyles": {
+ "width": "270px",
+ "minWidth": "270px"
},
- {
- "label": "Image",
- "value": "image"
- }
- ]
+ "initialValue": "16",
+ "configProperty": "actionConfiguration.formData.maxTokens"
},
{
- "label": "Content",
- "key": "content",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "placeholderText": "{{Img1.image}} or {{Input1.text}}"
+ "schema": [{
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "placeholderText": "{{ UserInput.text }}",
+ "label": "Content",
+ "initialValue": "As an OCR expert your skills are unparalleled. Respond with just the text in the image",
+ "key": "content"
+ }],
+ "isRequired": false,
+ "alternateViewTypes": ["json"],
+ "controlType": "ARRAY_FIELD",
+ "tooltipText": "Provide system instructions to the assistant",
+ "propertyName": "systemMessages",
+ "subtitle": "A list of messages for Assistant as instructions",
+ "addMoreButtonLabel": "Add System Message",
+ "label": "System Messages",
+ "customStyles": {"width": "40vw"},
+ "configProperty": "actionConfiguration.formData.systemMessages.data"
+ },
+ {
+ "schema": [
+ {
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Text",
+ "value": "text"
+ },
+ {
+ "label": "Image",
+ "value": "image"
+ }
+ ],
+ "label": "Type",
+ "initialValue": "text",
+ "key": "type"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "placeholderText": "{{Img1.image}} or {{Input1.text}}",
+ "label": "Content",
+ "key": "content"
+ }
+ ],
+ "isRequired": true,
+ "alternateViewTypes": ["json"],
+ "controlType": "ARRAY_FIELD",
+ "tooltipText": "Provide User queries",
+ "propertyName": "userMessages",
+ "subtitle": "A list of user messages or images. You can pass a link to the image or the base64 encoded image directly in the request.",
+ "addMoreButtonLabel": "Add User message or Image",
+ "label": "User Messages",
+ "configProperty": "actionConfiguration.formData.userMessages.data"
+ },
+ {
+ "isRequired": false,
+ "Description": "Put a value between 0 and 2",
+ "controlType": "INPUT_TEXT",
+ "tooltipText": "Put a value between 0 and 2",
+ "subtitle": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
+ "dataType": "NUMBER",
+ "label": "Temperature",
+ "customStyles": {
+ "width": "270px",
+ "minWidth": "270px"
+ },
+ "initialValue": "0",
+ "configProperty": "actionConfiguration.formData.temperature"
}
- ]
- },
- {
- "label": "Temperature",
- "tooltipText": "Put a value between 0 and 2",
- "Description": "Put a value between 0 and 2",
- "subtitle": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
- "configProperty": "actionConfiguration.formData.temperature",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "initialValue": "0",
- "isRequired": false,
- "customStyles": {
- "width": "270px",
- "minWidth": "270px"
- }
- }
- ]
+ ],
+ "conditionals": {"show": "{{actionConfiguration.formData.command.data === 'VISION'}}"}
}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/form.json
index 3aac5a4b30c3..86ff9059d647 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/form.json
@@ -1,43 +1,43 @@
{
- "form": [
- {
- "sectionName": "Details",
- "id": 1,
- "children": [
- {
- "label": "Authentication type",
- "description": "Select the authentication type to use",
- "configProperty": "datasourceConfiguration.authentication.authenticationType",
- "controlType": "DROP_DOWN",
- "initialValue" : "bearerToken",
- "setFirstOptionAsDefault": true,
- "options": [
+ "form": [{
+ "sectionName": "Details",
+ "children": [
{
- "label": "Bearer token",
- "value": "bearerToken"
+ "controlType": "DROP_DOWN",
+ "hidden": true,
+ "options": [{
+ "label": "Bearer token",
+ "value": "bearerToken"
+ }],
+ "description": "Select the authentication type to use",
+ "label": "Authentication type",
+ "setFirstOptionAsDefault": true,
+ "initialValue": "bearerToken",
+ "configProperty": "datasourceConfiguration.authentication.authenticationType"
+ },
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "label": "API Key",
+ "initialValue": "",
+ "configProperty": "datasourceConfiguration.authentication.bearerToken"
+ },
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "hidden": true,
+ "label": "Endpoint URL (with or without protocol and port no)",
+ "initialValue": "https://api.openai.com",
+ "configProperty": "datasourceConfiguration.url"
}
- ],
- "hidden" : true
- },
- {
- "label": "API Key",
- "configProperty": "datasourceConfiguration.authentication.bearerToken",
- "controlType": "INPUT_TEXT",
- "dataType": "PASSWORD",
- "initialValue": "",
- "isRequired": true,
- "encrypted": true
- },
- {
- "label": "Endpoint URL (with or without protocol and port no)",
- "configProperty": "datasourceConfiguration.url",
- "controlType": "INPUT_TEXT",
- "initialValue": "https://api.openai.com",
- "isRequired": true,
- "hidden": true
- }
- ]
- }
- ],
- "formButton" : ["TEST", "CANCEL", "SAVE"]
+ ],
+ "id": 1
+ }],
+ "formButton": [
+ "TEST",
+ "CANCEL",
+ "SAVE"
+ ]
}
diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json
index dd959a1b4b72..34a7609326c2 100644
--- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json
@@ -1,31 +1,27 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "initialValue": 60000,
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "initialValue": 60000,
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/dependency.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/dependency.json
index 13f6cb345d04..833080743d04 100755
--- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/dependency.json
+++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/dependency.json
@@ -1,5 +1 @@
-{
- "dependencies" : {
- "actionConfiguration.body" : ["actionConfiguration.formData.preparedStatement.data"]
- }
-}
\ No newline at end of file
+{"dependencies": {"actionConfiguration.body": ["actionConfiguration.formData.preparedStatement.data"]}}
diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json
index 14edc4824d5b..9e9b78778ede 100755
--- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json
@@ -1,41 +1,37 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"editor": [{
+ "sectionName": "",
+ "children": [
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.formData.body.data",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "PARAMETER",
- "hidden": {
- "path": "actionConfiguration.formData.preparedStatement.data",
- "comparison": "EQUALS",
- "value": false
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.formData.preparedStatement.data",
+ "comparison": "EQUALS",
+ "value": false
+ },
+ "evaluationSubstitutionType": "PARAMETER",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.formData.body.data"
},
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.formData.body.data",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "hidden": {
- "path": "actionConfiguration.formData.preparedStatement.data",
- "comparison": "EQUALS",
- "value": true
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.formData.preparedStatement.data",
+ "comparison": "EQUALS",
+ "value": true
+ },
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.formData.body.data"
},
{
- "label": "Use Prepared Statement",
- "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.formData.preparedStatement.data",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.formData.preparedStatement.data",
+ "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/form.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/form.json
index c5de59887abe..bd9368a0188c 100755
--- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/form.json
@@ -1,88 +1,82 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "sectionName": null,
- "children": [
+ "sectionName": "Connection",
+ "children": [
{
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "isRequired": true,
- "placeholderText": "myapp.abcde.oracle.net"
+ "sectionName": null,
+ "children": [
+ {
+ "isRequired": true,
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.oracle.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "1521",
+ "label": "Port",
+ "initialValue": ["1521"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["1521"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "1521"
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "gfb284db6bcee33_testdb_high.adb.oraclecloud.com",
+ "label": "Service Name",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- },
- {
- "label": "Service Name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "gfb284db6bcee33_testdb_high.adb.oraclecloud.com",
- "isRequired": true
- }
- ]
+ ],
+ "id": 1
},
{
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "admin",
- "isRequired": true
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "password",
- "encrypted": true,
- "isRequired": true
- }
- ]
- }
- ]
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "admin",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
+ }],
+ "id": 2
},
{
- "id": 3,
- "sectionName": "SSL",
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "NO_VERIFY",
- "options": [
- {
- "label": "Disable",
- "value": "DISABLE"
- },
- {
- "label": "TLS",
- "value": "NO_VERIFY"
- }
- ]
- }
- ]
+ "sectionName": "SSL",
+ "children": [{
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Disable",
+ "value": "DISABLE"
+ },
+ {
+ "label": "TLS",
+ "value": "NO_VERIFY"
+ }
+ ],
+ "label": "SSL mode",
+ "initialValue": "NO_VERIFY",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
+ }],
+ "id": 3
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json
index 458233d4b2e3..c9ca98aa8c9a 100755
--- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json
@@ -1,37 +1,33 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Use Prepared Statement",
- "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.formData.preparedStatement.data",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.formData.preparedStatement.data"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/templates/meta.json
index 222e2f9f27de..c80228bdc892 100755
--- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "SELECT.sql"
- },
- {
- "file": "INSERT.sql"
- },
- {
- "file": "UPDATE.sql"
- },
- {
- "file": "DELETE.sql"
- }
- ]
-}
+{"templates": [
+ {"file": "SELECT.sql"},
+ {"file": "INSERT.sql"},
+ {"file": "UPDATE.sql"},
+ {"file": "DELETE.sql"}
+]}
diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/dependency.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/dependency.json
index eb5f3a769e73..2d00d35c4e0a 100644
--- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/dependency.json
+++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/dependency.json
@@ -1,5 +1 @@
-{
- "dependencies" : {
- "actionConfiguration.body" : ["actionConfiguration.pluginSpecifiedTemplates[0].value"]
- }
-}
\ No newline at end of file
+{"dependencies": {"actionConfiguration.body": ["actionConfiguration.pluginSpecifiedTemplates[0].value"]}}
diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json
index 024c96388ae5..3df1079acd09 100644
--- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json
@@ -1,41 +1,37 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"editor": [{
+ "sectionName": "",
+ "children": [
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "PARAMETER",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": false
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": false
+ },
+ "evaluationSubstitutionType": "PARAMETER",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "hidden": {
- "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "comparison": "EQUALS",
- "value": true
- }
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "hidden": {
+ "path": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "comparison": "EQUALS",
+ "value": true
+ },
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
},
{
- "label": "Use Prepared Statement",
- "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
+ "info": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/form.json
index 5c12b3c893f4..ab830db3a37b 100644
--- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/form.json
@@ -1,235 +1,267 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "label": "Connection mode",
- "configProperty": "datasourceConfiguration.connection.mode",
- "controlType": "SEGMENTED_CONTROL",
- "initialValue": "READ_WRITE",
- "options": [
- { "label": "Read / Write", "value": "READ_WRITE" },
- { "label": "Read only", "value": "READ_ONLY" }
- ]
- },
- {
- "sectionName": null,
- "children": [
+ "sectionName": "Connection",
+ "children": [
{
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.postgres.net"
+ "controlType": "SEGMENTED_CONTROL",
+ "options": [
+ {
+ "label": "Read / Write",
+ "value": "READ_WRITE"
+ },
+ {
+ "label": "Read only",
+ "value": "READ_ONLY"
+ }
+ ],
+ "label": "Connection mode",
+ "initialValue": "READ_WRITE",
+ "configProperty": "datasourceConfiguration.connection.mode"
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["5432"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "5432"
- }
- ]
- },
- {
- "label": "Database name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Database name",
- "initialValue": "admin"
- }
- ]
- },
- {
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.postgres.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "5432",
+ "label": "Port",
+ "initialValue": ["5432"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Database name",
+ "label": "Database name",
+ "initialValue": "admin",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- }
- ]
+ ],
+ "id": 1
},
{
- "id": 3,
- "sectionName": "SSL (optional)",
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "initialValue": "DEFAULT",
- "options": [
- { "label": "Default", "value": "DEFAULT" },
- { "label": "Allow", "value": "ALLOW" },
- { "label": "Prefer", "value": "PREFER" },
- { "label": "Require", "value": "REQUIRE" },
- { "label": "Disable", "value": "DISABLE" },
- { "label": "Verify CA", "value": "VERIFY_CA" },
- { "label": "Verify Full", "value": "VERIFY_FULL" }
- ]
- },
- {
- "label": "Certificate Type",
- "configProperty": "datasourceConfiguration.connection.ssl.certificateType",
- "controlType": "DROP_DOWN",
- "initialValue": "-Select-",
- "options": [
- { "label": "Upload File", "value": "FILE" },
- { "label": "Base64 String", "value": "BASE64_STRING" }
- ],
- "hidden": {
- "conditionType": "AND",
- "conditions": [
- {
- "path": "datasourceConfiguration.connection.ssl.authType",
- "comparison": "NOT_EQUALS",
- "value": "VERIFY_CA"
- },
- {
- "path": "datasourceConfiguration.connection.ssl.authType",
- "comparison": "NOT_EQUALS",
- "value": "VERIFY_FULL"
- }
- ]
- }
- },
- {
- "sectionStyles": { "display": "flex", "flex-wrap": "wrap" },
- "children": [
- {
- "sectionStyles": { "marginRight": "10px" },
- "children": [
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
{
- "label": "Client CA Certificate File",
- "configProperty": "datasourceConfiguration.connection.ssl.clientCACertificateFile",
- "controlType": "FILE_PICKER",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "FILE"
- }
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
},
{
- "label": "Client CA Certificate String",
- "configProperty": "datasourceConfiguration.connection.ssl.clientCACertificateFile.base64Content",
- "controlType": "INPUT_TEXT",
- "dataType": "PASSWORD",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "BASE64_STRING"
- }
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
}
- ]
+ ]
+ }],
+ "id": 2
+ },
+ {
+ "sectionName": "SSL (optional)",
+ "children": [
+ {
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Default",
+ "value": "DEFAULT"
+ },
+ {
+ "label": "Allow",
+ "value": "ALLOW"
+ },
+ {
+ "label": "Prefer",
+ "value": "PREFER"
+ },
+ {
+ "label": "Require",
+ "value": "REQUIRE"
+ },
+ {
+ "label": "Disable",
+ "value": "DISABLE"
+ },
+ {
+ "label": "Verify CA",
+ "value": "VERIFY_CA"
+ },
+ {
+ "label": "Verify Full",
+ "value": "VERIFY_FULL"
+ }
+ ],
+ "label": "SSL mode",
+ "initialValue": "DEFAULT",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
},
{
- "sectionStyles": { "marginRight": "10px" },
- "children": [
- {
- "label": "Server CA Certificate File",
- "configProperty": "datasourceConfiguration.connection.ssl.serverCACertificateFile",
- "controlType": "FILE_PICKER",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "FILE"
- }
+ "controlType": "DROP_DOWN",
+ "hidden": {
+ "conditionType": "AND",
+ "conditions": [
+ {
+ "path": "datasourceConfiguration.connection.ssl.authType",
+ "comparison": "NOT_EQUALS",
+ "value": "VERIFY_CA"
+ },
+ {
+ "path": "datasourceConfiguration.connection.ssl.authType",
+ "comparison": "NOT_EQUALS",
+ "value": "VERIFY_FULL"
+ }
+ ]
},
- {
- "label": "Server CA Certificate String",
- "configProperty": "datasourceConfiguration.connection.ssl.serverCACertificateFile.Base64Content",
- "controlType": "INPUT_TEXT",
- "dataType": "PASSWORD",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "BASE64_STRING"
- }
- }
- ]
+ "options": [
+ {
+ "label": "Upload File",
+ "value": "FILE"
+ },
+ {
+ "label": "Base64 String",
+ "value": "BASE64_STRING"
+ }
+ ],
+ "label": "Certificate Type",
+ "initialValue": "-Select-",
+ "configProperty": "datasourceConfiguration.connection.ssl.certificateType"
},
{
- "sectionStyles": { "marginRight": "10px" },
- "children": [
- {
- "label": "Client Key Certificate File",
- "configProperty": "datasourceConfiguration.connection.ssl.clientKeyCertificateFile",
- "controlType": "FILE_PICKER",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "FILE"
- }
+ "hidden": {
+ "conditionType": "AND",
+ "conditions": [
+ {
+ "path": "datasourceConfiguration.connection.ssl.authType",
+ "comparison": "NOT_EQUALS",
+ "value": "VERIFY_CA"
+ },
+ {
+ "path": "datasourceConfiguration.connection.ssl.authType",
+ "comparison": "NOT_EQUALS",
+ "value": "VERIFY_FULL"
+ }
+ ]
},
- {
- "label": "Client Key Certificate String",
- "configProperty": "datasourceConfiguration.connection.ssl.clientKeyCertificateFile.Base64Content",
- "controlType": "INPUT_TEXT",
- "dataType": "PASSWORD",
- "encrypted": true,
- "hidden": {
- "path": "datasourceConfiguration.connection.ssl.certificateType",
- "comparison": "NOT_EQUALS",
- "value": "BASE64_STRING"
- }
+ "children": [
+ {
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "FILE"
+ },
+ "label": "Client CA Certificate File",
+ "configProperty": "datasourceConfiguration.connection.ssl.clientCACertificateFile"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "BASE64_STRING"
+ },
+ "dataType": "PASSWORD",
+ "label": "Client CA Certificate String",
+ "configProperty": "datasourceConfiguration.connection.ssl.clientCACertificateFile.base64Content"
+ }
+ ],
+ "sectionStyles": {"marginRight": "10px"}
+ },
+ {
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "FILE"
+ },
+ "label": "Server CA Certificate File",
+ "configProperty": "datasourceConfiguration.connection.ssl.serverCACertificateFile"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "BASE64_STRING"
+ },
+ "dataType": "PASSWORD",
+ "label": "Server CA Certificate String",
+ "configProperty": "datasourceConfiguration.connection.ssl.serverCACertificateFile.Base64Content"
+ }
+ ],
+ "sectionStyles": {"marginRight": "10px"}
+ },
+ {
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "FILE"
+ },
+ "label": "Client Key Certificate File",
+ "configProperty": "datasourceConfiguration.connection.ssl.clientKeyCertificateFile"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "hidden": {
+ "path": "datasourceConfiguration.connection.ssl.certificateType",
+ "comparison": "NOT_EQUALS",
+ "value": "BASE64_STRING"
+ },
+ "dataType": "PASSWORD",
+ "label": "Client Key Certificate String",
+ "configProperty": "datasourceConfiguration.connection.ssl.clientKeyCertificateFile.Base64Content"
+ }
+ ],
+ "sectionStyles": {"marginRight": "10px"}
+ },
+ {
+ "children": [],
+ "sectionStyles": {"flex": 1}
+ },
+ {
+ "children": [],
+ "sectionStyles": {"flex": 1}
+ },
+ {
+ "children": [],
+ "sectionStyles": {"flex": 1}
+ }
+ ],
+ "sectionStyles": {
+ "display": "flex",
+ "flex-wrap": "wrap"
}
- ]
- },
- {
- "sectionStyles": { "flex": 1 },
- "children": []
- },
- {
- "sectionStyles": { "flex": 1 },
- "children": []
- },
- {
- "sectionStyles": { "flex": 1 },
- "children": []
}
- ],
- "hidden": {
- "conditionType": "AND",
- "conditions": [
- {
- "path": "datasourceConfiguration.connection.ssl.authType",
- "comparison": "NOT_EQUALS",
- "value": "VERIFY_CA"
- },
- {
- "path": "datasourceConfiguration.connection.ssl.authType",
- "comparison": "NOT_EQUALS",
- "value": "VERIFY_FULL"
- }
- ]
- }
- }
- ]
+ ],
+ "id": 3
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json
index dfcf8fcc376b..8c5ca8eebb61 100644
--- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json
+++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json
@@ -1,37 +1,33 @@
-{
- "setting": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
+{"setting": [{
+ "sectionName": "",
+ "children": [
{
- "label": "Run query on page load",
- "configProperty": "executeOnLoad",
- "controlType": "SWITCH",
- "subtitle": "Will refresh data each time the page is loaded"
+ "controlType": "SWITCH",
+ "subtitle": "Will refresh data each time the page is loaded",
+ "label": "Run query on page load",
+ "configProperty": "executeOnLoad"
},
{
- "label": "Request confirmation before running query",
- "configProperty": "confirmBeforeExecute",
- "controlType": "SWITCH",
- "subtitle": "Ask confirmation from the user each time before refreshing data"
+ "controlType": "SWITCH",
+ "subtitle": "Ask confirmation from the user each time before refreshing data",
+ "label": "Request confirmation before running query",
+ "configProperty": "confirmBeforeExecute"
},
{
- "label": "Use Prepared Statement",
- "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
- "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value",
- "controlType": "SWITCH",
- "initialValue": true
+ "controlType": "SWITCH",
+ "subtitle": "Prepared statements prevent SQL injections on your queries but do not support dynamic bindings outside values in your SQL",
+ "label": "Use Prepared Statement",
+ "initialValue": true,
+ "configProperty": "actionConfiguration.pluginSpecifiedTemplates[0].value"
},
{
- "label": "Query timeout (in milliseconds)",
- "subtitle": "Maximum time after which the query will return",
- "configProperty": "actionConfiguration.timeoutInMillisecond",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "width": "270px"
+ "controlType": "INPUT_TEXT",
+ "subtitle": "Maximum time after which the query will return",
+ "dataType": "NUMBER",
+ "width": "270px",
+ "label": "Query timeout (in milliseconds)",
+ "configProperty": "actionConfiguration.timeoutInMillisecond"
}
- ]
- }
- ]
-}
+ ],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/templates/meta.json
index b05a59284531..fd67a1ec4890 100644
--- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "CREATE.sql"
- },
- {
- "file": "SELECT.sql"
- },
- {
- "file": "UPDATE.sql"
- },
- {
- "file": "DELETE.sql"
- }
- ]
-}
+{"templates": [
+ {"file": "CREATE.sql"},
+ {"file": "SELECT.sql"},
+ {"file": "UPDATE.sql"},
+ {"file": "DELETE.sql"}
+]}
diff --git a/app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json
index 28fc44800bb3..64b6f9e1aab7 100644
--- a/app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json
@@ -1,16 +1,10 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
- {
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT"
- }
- ]
- }
- ]
-}
\ No newline at end of file
+{"editor": [{
+ "sectionName": "",
+ "children": [{
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
+ }],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/redisPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/redisPlugin/src/main/resources/form.json
index d2e12db10d5f..a166ef941964 100644
--- a/app/server/appsmith-plugins/redisPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/redisPlugin/src/main/resources/form.json
@@ -1,63 +1,59 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "sectionName": null,
- "children": [
+ "sectionName": "Connection",
+ "children": [
{
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.redis.net"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.redis.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "6379",
+ "label": "Port",
+ "initialValue": ["6379"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["6379"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "6379"
+ "controlType": "INPUT_TEXT",
+ "dataType": "NUMBER",
+ "placeholderText": "0",
+ "label": "Database number",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- },
- {
- "label": "Database number",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "dataType": "NUMBER",
- "placeholderText": "0"
- }
- ]
+ ],
+ "id": 1
},
{
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
- }
- ]
- }
- ]
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
+ }],
+ "id": 2
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json
index 28fc44800bb3..64b6f9e1aab7 100644
--- a/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json
@@ -1,16 +1,10 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
- {
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT"
- }
- ]
- }
- ]
-}
\ No newline at end of file
+{"editor": [{
+ "sectionName": "",
+ "children": [{
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
+ }],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/form.json
index 7c0151fdae01..c297b713d09d 100644
--- a/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/redshiftPlugin/src/main/resources/form.json
@@ -1,159 +1,154 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "label": "Connection mode",
- "configProperty": "datasourceConfiguration.connection.mode",
- "controlType": "SEGMENTED_CONTROL",
- "initialValue": "READ_WRITE",
- "options": [
-
- {
- "label": "Read / Write",
- "value": "READ_WRITE"
+ "sectionName": "Connection",
+ "children": [
+ {
+ "controlType": "SEGMENTED_CONTROL",
+ "options": [
+ {
+ "label": "Read / Write",
+ "value": "READ_WRITE"
+ },
+ {
+ "label": "Read only",
+ "value": "READ_ONLY"
+ }
+ ],
+ "label": "Connection mode",
+ "initialValue": "READ_WRITE",
+ "configProperty": "datasourceConfiguration.connection.mode"
},
{
- "label": "Read only",
- "value": "READ_ONLY"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.redshift.net"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.redshift.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "5439",
+ "label": "Port",
+ "initialValue": ["5439"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
},
{
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["5439"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "5439"
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Database name",
+ "label": "Database name",
+ "initialValue": "admin",
+ "configProperty": "datasourceConfiguration.authentication.databaseName"
}
- ]
- },
- {
- "label": "Database name",
- "configProperty": "datasourceConfiguration.authentication.databaseName",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Database name",
- "initialValue": "admin"
- }
- ]
+ ],
+ "id": 1
},
{
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
- }
- ]
- }
- ]
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
+ }],
+ "id": 2
},
{
- "id": 3,
- "sectionName": "SSL (optional)",
- "hidden": true,
- "children": [
- {
- "label": "SSL mode",
- "configProperty": "datasourceConfiguration.connection.ssl.authType",
- "controlType": "DROP_DOWN",
- "options": [
- {
- "label": "No SSL",
- "value": "NO_SSL"
- },
- {
- "label": "Allow",
- "value": "ALLOW"
- },
- {
- "label": "Prefer",
- "value": "PREFER"
- },
- {
- "label": "Require",
- "value": "REQUIRE"
- },
- {
- "label": "Disable",
- "value": "DISABLE"
- },
- {
- "label": "Verify-CA",
- "value": "VERIFY_CA"
- },
- {
- "label": "Verify-Full",
- "value": "VERIFY_FULL"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "label": "Key File",
- "configProperty": "datasourceConfiguration.connection.ssl.keyFile",
- "controlType": "FILE_PICKER"
- },
- {
- "label": "Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.certificateFile",
- "controlType": "FILE_PICKER"
- }
- ]
- },
- {
- "sectionName": null,
- "children": [
- {
- "label": "CA Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.caCertificateFile",
- "controlType": "FILE_PICKER"
+ "sectionName": "SSL (optional)",
+ "hidden": true,
+ "children": [
+ {
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "No SSL",
+ "value": "NO_SSL"
+ },
+ {
+ "label": "Allow",
+ "value": "ALLOW"
+ },
+ {
+ "label": "Prefer",
+ "value": "PREFER"
+ },
+ {
+ "label": "Require",
+ "value": "REQUIRE"
+ },
+ {
+ "label": "Disable",
+ "value": "DISABLE"
+ },
+ {
+ "label": "Verify-CA",
+ "value": "VERIFY_CA"
+ },
+ {
+ "label": "Verify-Full",
+ "value": "VERIFY_FULL"
+ }
+ ],
+ "label": "SSL mode",
+ "configProperty": "datasourceConfiguration.connection.ssl.authType"
},
{
- "label": "PEM Certificate",
- "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.file",
- "controlType": "FILE_PICKER"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "label": "Key File",
+ "configProperty": "datasourceConfiguration.connection.ssl.keyFile"
+ },
+ {
+ "controlType": "FILE_PICKER",
+ "label": "Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.certificateFile"
+ }
+ ]
},
{
- "label": "PEM Passphrase",
- "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "PEM Passphrase"
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "FILE_PICKER",
+ "label": "CA Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.caCertificateFile"
+ },
+ {
+ "controlType": "FILE_PICKER",
+ "label": "PEM Certificate",
+ "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.file"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "dataType": "PASSWORD",
+ "placeholderText": "PEM Passphrase",
+ "label": "PEM Passphrase",
+ "configProperty": "datasourceConfiguration.connection.ssl.pemCertificate.password"
+ }
+ ]
}
- ]
- }
- ]
+ ],
+ "id": 3
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json
index 5b6568449fc8..41a6b45f0dbf 100644
--- a/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json
@@ -1,235 +1,231 @@
-{
- "form": [
- {
- "sectionName": "General",
- "children": [
- {
- "label": "URL",
- "configProperty": "datasourceConfiguration.url",
- "controlType": "INPUT_TEXT",
- "isRequired": true,
- "placeholderText": "https://example.com"
+{"form": [{
+ "sectionName": "General",
+ "children": [
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "https://example.com",
+ "label": "URL",
+ "configProperty": "datasourceConfiguration.url"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "label": "Headers",
+ "configProperty": "datasourceConfiguration.headers"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "label": "Query Params",
+ "configProperty": "datasourceConfiguration.queryParameters"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "hidden": true,
+ "label": "Send authentication Information key (do not edit)",
+ "initialValue": "isSendSessionEnabled",
+ "configProperty": "datasourceConfiguration.properties[0].key"
+ },
+ {
+ "isRequired": true,
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "Y"
+ },
+ {
+ "label": "No",
+ "value": "N"
+ }
+ ],
+ "label": "Send Appsmith signature header (X-APPSMITH-SIGNATURE)",
+ "initialValue": "N",
+ "configProperty": "datasourceConfiguration.properties[0].value"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "hidden": true,
+ "label": "Session details signature key key (do not edit)",
+ "initialValue": "sessionSignatureKey",
+ "configProperty": "datasourceConfiguration.properties[1].key"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.properties[0].value",
+ "comparison": "EQUALS",
+ "value": "N"
+ },
+ "label": "Session details signature key",
+ "configProperty": "datasourceConfiguration.properties[1].value"
+ },
+ {
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "None",
+ "value": "dbAuth"
+ },
+ {
+ "label": "Basic",
+ "value": "basic"
+ },
+ {
+ "label": "OAuth 2.0",
+ "value": "oAuth2"
+ },
+ {
+ "label": "API key",
+ "value": "apiKey"
+ },
+ {
+ "label": "Bearer token",
+ "value": "bearerToken"
+ }
+ ],
+ "label": "Authentication type",
+ "configProperty": "datasourceConfiguration.authentication.authenticationType"
+ },
+ {
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": true,
+ "label": "Grant type",
+ "configProperty": "datasourceConfiguration.authentication.grantType"
+ },
+ {
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
+ },
+ "label": "Access token URL",
+ "configProperty": "datasourceConfiguration.authentication.accessTokenUrl"
},
{
- "label": "Headers",
- "configProperty": "datasourceConfiguration.headers",
- "controlType": "KEYVALUE_ARRAY"
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
+ },
+ "label": "Client Id",
+ "configProperty": "datasourceConfiguration.authentication.clientId"
},
{
- "label": "Query Params",
- "configProperty": "datasourceConfiguration.queryParameters",
- "controlType": "KEYVALUE_ARRAY"
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
+ },
+ "dataType": "PASSWORD",
+ "label": "Client secret",
+ "configProperty": "datasourceConfiguration.authentication.clientSecret"
},
{
- "label": "Send authentication Information key (do not edit)",
- "configProperty": "datasourceConfiguration.properties[0].key",
- "controlType": "INPUT_TEXT",
- "hidden": true,
- "initialValue": "isSendSessionEnabled"
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
+ },
+ "label": "Scope(s)",
+ "configProperty": "datasourceConfiguration.authentication.scopeString"
},
{
- "label": "Send Appsmith signature header (X-APPSMITH-SIGNATURE)",
- "configProperty": "datasourceConfiguration.properties[0].value",
- "controlType": "DROP_DOWN",
- "isRequired": true,
- "initialValue": "N",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ]
- },
- {
- "label": "Session details signature key key (do not edit)",
- "configProperty": "datasourceConfiguration.properties[1].key",
- "controlType": "INPUT_TEXT",
- "hidden": true,
- "initialValue": "sessionSignatureKey"
- },
- {
- "label": "Session details signature key",
- "configProperty": "datasourceConfiguration.properties[1].value",
- "controlType": "INPUT_TEXT",
- "hidden": {
- "path": "datasourceConfiguration.properties[0].value",
- "comparison": "EQUALS",
- "value": "N"
- }
- },
- {
- "label": "Authentication type",
- "configProperty": "datasourceConfiguration.authentication.authenticationType",
- "controlType": "DROP_DOWN",
- "options": [
- {
- "label": "None",
- "value": "dbAuth"
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
},
- {
- "label": "Basic",
- "value": "basic"
- },
- {
- "label": "OAuth 2.0",
- "value": "oAuth2"
- },
- {
- "label": "API key",
- "value": "apiKey"
- },
- {
- "label": "Bearer token",
- "value": "bearerToken"
- }
- ]
- },
- {
- "label": "Grant type",
- "configProperty": "datasourceConfiguration.authentication.grantType",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": true
- },
- {
- "label": "Access token URL",
- "configProperty": "datasourceConfiguration.authentication.accessTokenUrl",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Client Id",
- "configProperty": "datasourceConfiguration.authentication.clientId",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Client secret",
- "configProperty": "datasourceConfiguration.authentication.clientSecret",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Scope(s)",
- "configProperty": "datasourceConfiguration.authentication.scopeString",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Header prefix",
- "configProperty": "datasourceConfiguration.authentication.headerPrefix",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Bearer (default)",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Add token to",
- "configProperty": "datasourceConfiguration.authentication.isTokenHeader",
- "controlType": "DROP_DOWN",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- },
- "options": [
- {
- "label": "Header",
- "value": true
+ "placeholderText": "Bearer (default)",
+ "label": "Header prefix",
+ "configProperty": "datasourceConfiguration.authentication.headerPrefix"
+ },
+ {
+ "isRequired": false,
+ "controlType": "DROP_DOWN",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
},
- {
- "label": "Query parameters",
- "value": false
- }
- ]
- },
- {
- "label": "Audience(s)",
- "configProperty": "datasourceConfiguration.authentication.audience",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Resource(s)",
- "configProperty": "datasourceConfiguration.authentication.resource",
- "controlType": "INPUT_TEXT",
- "isRequired": false,
- "hidden": {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "oAuth2"
- }
- },
- {
- "label": "Send scope with refresh token",
- "configProperty": "datasourceConfiguration.authentication.sendScopeWithRefreshToken",
- "controlType": "DROP_DOWN",
- "isRequired": true,
- "initialValue": false,
- "options": [
- {
- "label": "Yes",
- "value": true
+ "options": [
+ {
+ "label": "Header",
+ "value": true
+ },
+ {
+ "label": "Query parameters",
+ "value": false
+ }
+ ],
+ "label": "Add token to",
+ "configProperty": "datasourceConfiguration.authentication.isTokenHeader"
+ },
+ {
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
},
- {
- "label": "No",
- "value": false
- }
- ]
- },
- {
- "label": "Send client credentials with (on refresh token)",
- "configProperty": "datasourceConfiguration.authentication.refreshTokenClientCredentialsLocation",
- "controlType": "DROP_DOWN",
- "isRequired": true,
- "initialValue": "BODY",
- "options": [
- {
- "label": "Body",
- "value": "BODY"
+ "label": "Audience(s)",
+ "configProperty": "datasourceConfiguration.authentication.audience"
+ },
+ {
+ "isRequired": false,
+ "controlType": "INPUT_TEXT",
+ "hidden": {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "oAuth2"
},
- {
- "label": "Header",
- "value": "HEADER"
- }
- ]
+ "label": "Resource(s)",
+ "configProperty": "datasourceConfiguration.authentication.resource"
+ },
+ {
+ "isRequired": true,
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Yes",
+ "value": true
+ },
+ {
+ "label": "No",
+ "value": false
+ }
+ ],
+ "label": "Send scope with refresh token",
+ "initialValue": false,
+ "configProperty": "datasourceConfiguration.authentication.sendScopeWithRefreshToken"
+ },
+ {
+ "isRequired": true,
+ "controlType": "DROP_DOWN",
+ "options": [
+ {
+ "label": "Body",
+ "value": "BODY"
+ },
+ {
+ "label": "Header",
+ "value": "HEADER"
+ }
+ ],
+ "label": "Send client credentials with (on refresh token)",
+ "initialValue": "BODY",
+ "configProperty": "datasourceConfiguration.authentication.refreshTokenClientCredentialsLocation"
}
- ]
- }
- ]
-}
+ ]
+}]}
diff --git a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/root.json b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/root.json
index d7dbdc6c23b4..5be556764281 100644
--- a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/root.json
+++ b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/root.json
@@ -1,26 +1,18 @@
{
- "editor": [
- {
- "controlType": "SECTION",
- "identifier": "SELECTOR",
- "children": [
- {
- "label": "Command",
- "description": "Choose method you would like to use to send an email",
- "configProperty": "actionConfiguration.formData.command",
- "controlType": "DROP_DOWN",
- "initialValue": "SEND",
- "options": [
- {
- "label": "Send email",
- "value": "SEND"
- }
- ]
- }
- ]
- }
- ],
- "files": [
- "send.json"
- ]
-}
\ No newline at end of file
+ "editor": [{
+ "identifier": "SELECTOR",
+ "controlType": "SECTION",
+ "children": [{
+ "controlType": "DROP_DOWN",
+ "options": [{
+ "label": "Send email",
+ "value": "SEND"
+ }],
+ "description": "Choose method you would like to use to send an email",
+ "label": "Command",
+ "initialValue": "SEND",
+ "configProperty": "actionConfiguration.formData.command"
+ }]
+ }],
+ "files": ["send.json"]
+}
diff --git a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/send.json b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/send.json
index babfc19e1dfd..ef2d04933886 100644
--- a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/send.json
+++ b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/editor/send.json
@@ -1,98 +1,92 @@
{
- "identifier": "SEND",
- "controlType": "SECTION",
- "conditionals": {
- "show": "{{actionConfiguration.formData.command === 'SEND'}}"
- },
- "children": [
- {
- "controlType": "SECTION",
- "label": "Email Configuration",
- "description": "Optional",
- "children": [
- {
- "label": "From email *",
- "configProperty": "actionConfiguration.formData.send.from",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "fromAddress@example.com"
- },
- {
- "label": "Set Reply To Email",
- "configProperty": "actionConfiguration.formData.send.isReplyTo",
- "controlType": "SWITCH",
- "evaluationSubstitutionType": "TEMPLATE"
- },
- {
- "label": "Reply to email",
- "configProperty": "actionConfiguration.formData.send.replyTo",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "replyTo@example.com",
- "conditionals": {
- "show": "{{actionConfiguration.formData.send.isReplyTo === true}}"
- }
- },
- {
- "label": "To email(s) *",
- "configProperty": "actionConfiguration.formData.send.to",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "to@example.com,to2@example.com"
- },
- {
- "label": "CC email(s)",
- "configProperty": "actionConfiguration.formData.send.cc",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "cc@example.com,cc2@example.com"
- },
- {
- "label": "BCC email(s)",
- "configProperty": "actionConfiguration.formData.send.bcc",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "bcc@example.com,bcc2@example.com"
- },
- {
- "label": "Subject",
- "configProperty": "actionConfiguration.formData.send.subject",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "Awesome email subject"
- },
- {
- "label": "Body type",
- "configProperty": "actionConfiguration.formData.send.bodyType",
- "controlType": "DROP_DOWN",
- "initialValue": "text/plain",
- "options": [
+ "identifier": "SEND",
+ "controlType": "SECTION",
+ "children": [{
+ "controlType": "SECTION",
+ "children": [
{
- "label": "Plain text",
- "value": "text/plain"
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "fromAddress@example.com",
+ "label": "From email *",
+ "configProperty": "actionConfiguration.formData.send.from"
},
{
- "label": "HTML",
- "value": "text/html"
+ "controlType": "SWITCH",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "Set Reply To Email",
+ "configProperty": "actionConfiguration.formData.send.isReplyTo"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "replyTo@example.com",
+ "label": "Reply to email",
+ "conditionals": {"show": "{{actionConfiguration.formData.send.isReplyTo === true}}"},
+ "configProperty": "actionConfiguration.formData.send.replyTo"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "to@example.com,to2@example.com",
+ "label": "To email(s) *",
+ "configProperty": "actionConfiguration.formData.send.to"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "cc@example.com,cc2@example.com",
+ "label": "CC email(s)",
+ "configProperty": "actionConfiguration.formData.send.cc"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "bcc@example.com,bcc2@example.com",
+ "label": "BCC email(s)",
+ "configProperty": "actionConfiguration.formData.send.bcc"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "Awesome email subject",
+ "label": "Subject",
+ "configProperty": "actionConfiguration.formData.send.subject"
+ },
+ {
+ "controlType": "DROP_DOWN",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "options": [
+ {
+ "label": "Plain text",
+ "value": "text/plain"
+ },
+ {
+ "label": "HTML",
+ "value": "text/html"
+ }
+ ],
+ "label": "Body type",
+ "initialValue": "text/plain",
+ "configProperty": "actionConfiguration.formData.send.bodyType"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "Incredible body text",
+ "label": "Body",
+ "configProperty": "actionConfiguration.body"
+ },
+ {
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "placeholderText": "{{Filepicker.files}}",
+ "label": "Attachment(s)",
+ "configProperty": "actionConfiguration.formData.send.attachments"
}
- ],
- "evaluationSubstitutionType": "TEMPLATE"
- },
- {
- "label": "Body",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "Incredible body text"
- },
- {
- "label": "Attachment(s)",
- "configProperty": "actionConfiguration.formData.send.attachments",
- "controlType": "QUERY_DYNAMIC_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "placeholderText": "{{Filepicker.files}}"
- }
- ]
- }
- ]
+ ],
+ "description": "Optional",
+ "label": "Email Configuration"
+ }],
+ "conditionals": {"show": "{{actionConfiguration.formData.command === 'SEND'}}"}
}
diff --git a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/form.json
index 5e0115e4fc87..e5ad98cbf560 100644
--- a/app/server/appsmith-plugins/smtpPlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/smtpPlugin/src/main/resources/form.json
@@ -1,56 +1,50 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Email Configuration",
- "id": 1,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Host address",
- "configProperty": "datasourceConfiguration.endpoints[*].host",
- "controlType": "KEYVALUE_ARRAY",
- "validationMessage": "Please enter a valid host",
- "validationRegex": "^((?![/:]).)*$",
- "placeholderText": "myapp.abcde.smtp.net"
- },
- {
- "label": "Port",
- "configProperty": "datasourceConfiguration.endpoints[*].port",
- "dataType": "NUMBER",
- "initialValue": ["25"],
- "controlType": "KEYVALUE_ARRAY",
- "placeholderText": "25"
- }
- ]
- }
- ]
+ "sectionName": "Email Configuration",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "validationMessage": "Please enter a valid host",
+ "placeholderText": "myapp.abcde.smtp.net",
+ "label": "Host address",
+ "validationRegex": "^((?![/:]).)*$",
+ "configProperty": "datasourceConfiguration.endpoints[*].host"
+ },
+ {
+ "controlType": "KEYVALUE_ARRAY",
+ "dataType": "NUMBER",
+ "placeholderText": "25",
+ "label": "Port",
+ "initialValue": ["25"],
+ "configProperty": "datasourceConfiguration.endpoints[*].port"
+ }
+ ]
+ }],
+ "id": 1
},
{
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username"
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "encrypted": true
- }
- ]
- }
- ]
+ "sectionName": "Authentication",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
+ }
+ ]
+ }],
+ "id": 2
}
- ]
-}
+]}
diff --git a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json
index 28fc44800bb3..64b6f9e1aab7 100644
--- a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json
+++ b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json
@@ -1,16 +1,10 @@
-{
- "editor": [
- {
- "sectionName": "",
- "id": 1,
- "children": [
- {
- "label": "",
- "internalLabel": "Query",
- "configProperty": "actionConfiguration.body",
- "controlType": "QUERY_DYNAMIC_TEXT"
- }
- ]
- }
- ]
-}
\ No newline at end of file
+{"editor": [{
+ "sectionName": "",
+ "children": [{
+ "controlType": "QUERY_DYNAMIC_TEXT",
+ "label": "",
+ "internalLabel": "Query",
+ "configProperty": "actionConfiguration.body"
+ }],
+ "id": 1
+}]}
diff --git a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/form.json b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/form.json
index 265cb6df3f07..e940b4bc27d4 100644
--- a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/form.json
+++ b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/form.json
@@ -1,152 +1,148 @@
-{
- "form": [
+{"form": [
{
- "sectionName": "Connection",
- "id": 1,
- "children": [
- {
- "sectionName": null,
- "children": [
- {
- "label": "Account name",
- "configProperty": "datasourceConfiguration.url",
- "controlType": "INPUT_TEXT",
- "isRequired": true,
- "placeholderText": "xy12345.ap-south-1.aws"
- },
+ "sectionName": "Connection",
+ "children": [{
+ "sectionName": null,
+ "children": [
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "xy12345.ap-south-1.aws",
+ "label": "Account name",
+ "configProperty": "datasourceConfiguration.url"
+ },
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "COMPUTE_WH",
+ "label": "Warehouse",
+ "configProperty": "datasourceConfiguration.properties[0].value"
+ },
+ {
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "SNOWFLAKE_SAMPLE_DATA",
+ "label": "Database",
+ "configProperty": "datasourceConfiguration.properties[1].value"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "label": "Default Schema",
+ "initialValue": "PUBLIC",
+ "configProperty": "datasourceConfiguration.properties[2].value"
+ },
+ {
+ "controlType": "INPUT_TEXT",
+ "label": "Role",
+ "initialValue": "PUBLIC",
+ "configProperty": "datasourceConfiguration.properties[3].value"
+ }
+ ]
+ }],
+ "id": 1
+ },
+ {
+ "sectionName": "Authentication",
+ "children": [
{
- "label": "Warehouse",
- "configProperty": "datasourceConfiguration.properties[0].value",
- "controlType": "INPUT_TEXT",
- "isRequired": true,
- "placeholderText": "COMPUTE_WH"
+ "isRequired": true,
+ "controlType": "DROP_DOWN",
+ "hidden": {
+ "comparison": "FEATURE_FLAG",
+ "flagValue": "release_snowflake_key_pair_auth_enabled",
+ "value": false
+ },
+ "options": [
+ {
+ "label": "Basic",
+ "value": "dbAuth"
+ },
+ {
+ "label": "Key pair",
+ "value": "snowflakeKeyPairAuth"
+ }
+ ],
+ "label": "Authentication type",
+ "initialValue": "dbAuth",
+ "configProperty": "datasourceConfiguration.authentication.authenticationType"
},
{
- "label": "Database",
- "configProperty": "datasourceConfiguration.properties[1].value",
- "controlType": "INPUT_TEXT",
- "isRequired": true,
- "placeholderText": "SNOWFLAKE_SAMPLE_DATA"
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "placeholderText": "Username",
+ "label": "Username",
+ "configProperty": "datasourceConfiguration.authentication.username"
},
{
- "label": "Default Schema",
- "configProperty": "datasourceConfiguration.properties[2].value",
- "controlType": "INPUT_TEXT",
- "initialValue": "PUBLIC"
+ "isRequired": true,
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "hidden": {
+ "conditionType": "OR",
+ "conditions": [
+ {
+ "comparison": "FEATURE_FLAG",
+ "flagValue": "release_snowflake_key_pair_auth_enabled",
+ "value": true
+ },
+ {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "DEFINED_AND_NOT_EQUALS",
+ "value": "dbAuth"
+ }
+ ]
+ },
+ "dataType": "PASSWORD",
+ "placeholderText": "Password",
+ "label": "Password",
+ "configProperty": "datasourceConfiguration.authentication.password"
},
{
- "label": "Role",
- "configProperty": "datasourceConfiguration.properties[3].value",
- "controlType": "INPUT_TEXT",
- "initialValue": "PUBLIC"
- }
- ]
- }
- ]
- },
- {
- "sectionName": "Authentication",
- "id": 2,
- "children": [
- {
- "label": "Authentication type",
- "configProperty": "datasourceConfiguration.authentication.authenticationType",
- "controlType": "DROP_DOWN",
- "isRequired": true,
- "initialValue": "dbAuth",
- "options": [
- {
- "label": "Basic",
- "value": "dbAuth"
+ "isRequired": true,
+ "controlType": "FILE_PICKER",
+ "encrypted": true,
+ "hidden": {
+ "conditionType": "OR",
+ "conditions": [
+ {
+ "comparison": "FEATURE_FLAG",
+ "flagValue": "release_snowflake_key_pair_auth_enabled",
+ "value": false
+ },
+ {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "snowflakeKeyPairAuth"
+ }
+ ]
+ },
+ "label": "Private key",
+ "configProperty": "datasourceConfiguration.authentication.privateKey"
},
{
- "label": "Key pair",
- "value": "snowflakeKeyPairAuth"
+ "controlType": "INPUT_TEXT",
+ "encrypted": true,
+ "hidden": {
+ "conditionType": "OR",
+ "conditions": [
+ {
+ "comparison": "FEATURE_FLAG",
+ "flagValue": "release_snowflake_key_pair_auth_enabled",
+ "value": false
+ },
+ {
+ "path": "datasourceConfiguration.authentication.authenticationType",
+ "comparison": "NOT_EQUALS",
+ "value": "snowflakeKeyPairAuth"
+ }
+ ]
+ },
+ "dataType": "PASSWORD",
+ "placeholderText": "Private key passphrase",
+ "label": "Passphrase",
+ "configProperty": "datasourceConfiguration.authentication.passphrase"
}
- ],
- "hidden": {
- "flagValue": "release_snowflake_key_pair_auth_enabled",
- "comparison": "FEATURE_FLAG",
- "value": false
- }
- },
- {
- "label": "Username",
- "configProperty": "datasourceConfiguration.authentication.username",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Username",
- "isRequired": true
- },
- {
- "label": "Password",
- "configProperty": "datasourceConfiguration.authentication.password",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Password",
- "isRequired": true,
- "encrypted": true,
- "hidden": {
- "conditionType": "OR",
- "conditions": [
- {
- "flagValue": "release_snowflake_key_pair_auth_enabled",
- "comparison": "FEATURE_FLAG",
- "value": true
- },
- {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "DEFINED_AND_NOT_EQUALS",
- "value": "dbAuth"
- }
- ]
- }
- },
- {
- "label": "Private key",
- "configProperty": "datasourceConfiguration.authentication.privateKey",
- "controlType": "FILE_PICKER",
- "isRequired": true,
- "encrypted": true,
- "hidden": {
- "conditionType": "OR",
- "conditions": [
- {
- "flagValue": "release_snowflake_key_pair_auth_enabled",
- "comparison": "FEATURE_FLAG",
- "value": false
- },
- {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "snowflakeKeyPairAuth"
- }
- ]
- }
- },
- {
- "label": "Passphrase",
- "configProperty": "datasourceConfiguration.authentication.passphrase",
- "dataType": "PASSWORD",
- "controlType": "INPUT_TEXT",
- "placeholderText": "Private key passphrase",
- "encrypted": true,
- "hidden": {
- "conditionType": "OR",
- "conditions": [
- {
- "flagValue": "release_snowflake_key_pair_auth_enabled",
- "comparison": "FEATURE_FLAG",
- "value": false
- },
- {
- "path": "datasourceConfiguration.authentication.authenticationType",
- "comparison": "NOT_EQUALS",
- "value": "snowflakeKeyPairAuth"
- }
- ]
- }
- }
- ]
+ ],
+ "id": 2
}
- ]
-}
\ No newline at end of file
+]}
diff --git a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/templates/meta.json b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/templates/meta.json
index b05a59284531..fd67a1ec4890 100644
--- a/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/templates/meta.json
+++ b/app/server/appsmith-plugins/snowflakePlugin/src/main/resources/templates/meta.json
@@ -1,16 +1,6 @@
-{
- "templates": [
- {
- "file": "CREATE.sql"
- },
- {
- "file": "SELECT.sql"
- },
- {
- "file": "UPDATE.sql"
- },
- {
- "file": "DELETE.sql"
- }
- ]
-}
+{"templates": [
+ {"file": "CREATE.sql"},
+ {"file": "SELECT.sql"},
+ {"file": "UPDATE.sql"},
+ {"file": "DELETE.sql"}
+]}
diff --git a/app/server/appsmith-server/src/main/resources/CRUD-DB-Table-Template-Application.json b/app/server/appsmith-server/src/main/resources/CRUD-DB-Table-Template-Application.json
index 637351ddad5b..93ffc58f9bbc 100644
--- a/app/server/appsmith-server/src/main/resources/CRUD-DB-Table-Template-Application.json
+++ b/app/server/appsmith-server/src/main/resources/CRUD-DB-Table-Template-Application.json
@@ -1 +1,33324 @@
-{ "customJSLibList": [], "updatedResources": { "actionList": [ "InsertQuery##ENTITY_SEPARATOR##SQL", "InsertQuery##ENTITY_SEPARATOR##Firestore", "InsertQuery##ENTITY_SEPARATOR##PostgreSQL", "update_template##ENTITY_SEPARATOR##Admin", "get_exported_app##ENTITY_SEPARATOR##Admin", "generate_mongo_app##ENTITY_SEPARATOR##Page Generator", "UpdateKey##ENTITY_SEPARATOR##Redis", "InsertQuery##ENTITY_SEPARATOR##Google Sheets", "UpdateQuery##ENTITY_SEPARATOR##Google Sheets", "SelectQuery##ENTITY_SEPARATOR##PostgreSQL", "Utils.myFun2##ENTITY_SEPARATOR##Admin", "UpdateQuery##ENTITY_SEPARATOR##SQL", "UpdateFile##ENTITY_SEPARATOR##S3", "FetchValue##ENTITY_SEPARATOR##Redis", "SelectQuery##ENTITY_SEPARATOR##SQL", "get_user##ENTITY_SEPARATOR##Admin", "generate_gsheet_app##ENTITY_SEPARATOR##Page Generator", "ListFiles##ENTITY_SEPARATOR##S3", "UpdateQuery##ENTITY_SEPARATOR##MongoDB", "InsertQuery##ENTITY_SEPARATOR##MongoDB", "ReadFile##ENTITY_SEPARATOR##S3", "DeleteKey##ENTITY_SEPARATOR##Redis", "get_datasource_structure##ENTITY_SEPARATOR##Admin", "FetchKeys##ENTITY_SEPARATOR##Redis", "SelectQuery##ENTITY_SEPARATOR##Firestore", "UpdateQuery##ENTITY_SEPARATOR##Firestore", "DeleteQuery##ENTITY_SEPARATOR##MongoDB", "DeleteQuery##ENTITY_SEPARATOR##PostgreSQL", "DeleteQuery##ENTITY_SEPARATOR##SQL", "UpdateQuery##ENTITY_SEPARATOR##PostgreSQL", "DeleteQuery##ENTITY_SEPARATOR##Google Sheets", "SelectQuery##ENTITY_SEPARATOR##Google Sheets", "CreateFile##ENTITY_SEPARATOR##S3", "InsertKey##ENTITY_SEPARATOR##Redis", "DeleteFile##ENTITY_SEPARATOR##S3", "generate_sql_app##ENTITY_SEPARATOR##Page Generator", "FindQuery##ENTITY_SEPARATOR##MongoDB", "DeleteQuery##ENTITY_SEPARATOR##Firestore" ], "pageList": [ "Google Sheets", "S3", "Page Generator", "PostgreSQL", "Firestore", "Redis", "MongoDB", "Admin", "SQL" ], "actionCollectionList": ["Utils##ENTITY_SEPARATOR##Admin"] }, "publishedTheme": { "isSystemTheme": true, "deleted": false, "displayName": "Modern", "name": "Default" }, "serverSchemaVersion": 6, "datasourceConfigurationStructureList": [ { "datasourceId": "AmazonS3 CRUD", "structure": {} }, { "datasourceId": "Appsmith Release", "structure": {} }, { "datasourceId": "FBTemplateDB", "structure": {} }, { "datasourceId": "Google Sheet", "structure": {} }, { "datasourceId": "Internal DB", "structure": { "tables": [ { "schema": "public", "columns": [ { "defaultValue": "nextval('aforce_roster_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "email", "type": "text", "isAutogenerated": false }, { "name": "name", "type": "text", "isAutogenerated": false }, { "name": "registration_date", "type": "date", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "aforce_roster_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"aforce_heroes\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"aforce_heroes\" (\"email\", \"name\", \"registration_date\")\n VALUES ('', '', '2019-07-01');" }, { "title": "UPDATE", "body": "UPDATE public.\"aforce_heroes\" SET\n \"email\" = '',\n \"name\" = '',\n \"registration_date\" = '2019-07-01'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"aforce_heroes\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.aforce_heroes", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('aforce_issue_upvote_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "link", "type": "text", "isAutogenerated": false }, { "name": "comment", "type": "text", "isAutogenerated": false }, { "name": "author", "type": "text", "isAutogenerated": false }, { "defaultValue": "CURRENT_TIMESTAMP", "name": "created_at", "type": "timestamp", "isAutogenerated": false }, { "name": "issue_id", "type": "int4", "isAutogenerated": false }, { "defaultValue": "'None'::text", "name": "comm_status", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "aforce_issue_upvote_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"aforce_issue_upvote\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"aforce_issue_upvote\" (\"link\", \"comment\", \"author\", \"issue_id\")\n VALUES ('', '', '', 1);" }, { "title": "UPDATE", "body": "UPDATE public.\"aforce_issue_upvote\" SET\n \"link\" = '',\n \"comment\" = '',\n \"author\" = '',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"aforce_issue_upvote\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.aforce_issue_upvote", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('aforce_roster_id_seq1'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "start_date", "type": "date", "isAutogenerated": false }, { "name": "hero_id", "type": "int4", "isAutogenerated": false }, { "name": "end_date", "type": "date", "isAutogenerated": false }, { "name": "support_team", "type": "text", "isAutogenerated": false }, { "name": "pod", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "aforce_roster_pkey1", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"aforce_roster\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"aforce_roster\" (\"start_date\", \"hero_id\", \"end_date\", \"support_team\", \"pod\")\n VALUES ('2019-07-01', 1, '2019-07-01', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"aforce_roster\" SET\n \"start_date\" = '2019-07-01',\n \"hero_id\" = 1,\n \"end_date\" = '2019-07-01',\n \"support_team\" = '',\n \"pod\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"aforce_roster\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.aforce_roster", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('discord_messages_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "msg_id", "type": "text", "isAutogenerated": false }, { "name": "created_at", "type": "date", "isAutogenerated": false }, { "name": "author", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "discord_messages_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"discord_messages\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"discord_messages\" (\"msg_id\", \"created_at\", \"author\")\n VALUES ('', '2019-07-01', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"discord_messages\" SET\n \"msg_id\" = '',\n \"created_at\" = '2019-07-01',\n \"author\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"discord_messages\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.discord_messages", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('email_issues_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "from", "type": "text", "isAutogenerated": false }, { "name": "body", "type": "text", "isAutogenerated": false }, { "name": "created_at", "type": "timestamptz", "isAutogenerated": false }, { "name": "subject", "type": "text", "isAutogenerated": false }, { "name": "is_tagged", "type": "bool", "isAutogenerated": false }, { "name": "assignee", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "email_issues_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"email_issues\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"email_issues\" (\"from\", \"body\", \"created_at\", \"subject\", \"is_tagged\", \"assignee\")\n VALUES ('', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"email_issues\" SET\n \"from\" = '',\n \"body\" = '',\n \"created_at\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET',\n \"subject\" = '',\n \"is_tagged\" = '',\n \"assignee\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"email_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.email_issues", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('github_issues_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "upvotes", "type": "int4", "isAutogenerated": false }, { "name": "closed_date", "type": "date", "isAutogenerated": false }, { "name": "created_date", "type": "date", "isAutogenerated": false }, { "name": "assignee", "type": "text", "isAutogenerated": false }, { "name": "state", "type": "text", "isAutogenerated": false }, { "name": "issue_creator_id", "type": "text", "isAutogenerated": false }, { "name": "title", "type": "text", "isAutogenerated": false }, { "name": "issue_number", "type": "int4", "isAutogenerated": false }, { "name": "label_arr", "type": "_text", "isAutogenerated": false }, { "name": "total_reactions", "type": "int4", "isAutogenerated": false }, { "name": "unique_commentors", "type": "int4", "isAutogenerated": false }, { "name": "updated_at", "type": "timestamp", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "github_issues_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"github_issues\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"github_issues\" (\"upvotes\", \"closed_date\", \"created_date\", \"assignee\", \"state\", \"issue_creator_id\", \"title\", \"issue_number\", \"label_arr\", \"total_reactions\", \"unique_commentors\", \"updated_at\")\n VALUES (1, '2019-07-01', '2019-07-01', '', '', '', '', 1, '', 1, 1, TIMESTAMP '2019-07-01 10:00:00');" }, { "title": "UPDATE", "body": "UPDATE public.\"github_issues\" SET\n \"upvotes\" = 1,\n \"closed_date\" = '2019-07-01',\n \"created_date\" = '2019-07-01',\n \"assignee\" = '',\n \"state\" = '',\n \"issue_creator_id\" = '',\n \"title\" = '',\n \"issue_number\" = 1,\n \"label_arr\" = '',\n \"total_reactions\" = 1,\n \"unique_commentors\" = 1,\n \"updated_at\" = TIMESTAMP '2019-07-01 10:00:00'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"github_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.github_issues", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('issue_db_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "github_issue_id", "type": "int4", "isAutogenerated": false }, { "name": "author", "type": "text", "isAutogenerated": false }, { "name": "created_at", "type": "timestamp", "isAutogenerated": false }, { "name": "title", "type": "text", "isAutogenerated": false }, { "name": "description", "type": "text", "isAutogenerated": false }, { "name": "labels", "type": "_text", "isAutogenerated": false }, { "name": "type", "type": "text", "isAutogenerated": false }, { "name": "state", "type": "text", "isAutogenerated": false }, { "name": "answer", "type": "text", "isAutogenerated": false }, { "name": "link", "type": "text", "isAutogenerated": false }, { "name": "states", "type": "_text", "isAutogenerated": false }, { "defaultValue": "'None'::text", "name": "priority_status", "type": "text", "isAutogenerated": false }, { "defaultValue": "'Idle'::text", "name": "issue_status", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "issue_db_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"global_issues\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"global_issues\" (\"github_issue_id\", \"author\", \"created_at\", \"title\", \"description\", \"labels\", \"type\", \"state\", \"answer\", \"link\", \"states\")\n VALUES (1, '', TIMESTAMP '2019-07-01 10:00:00', '', '', '', '', '', '', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"global_issues\" SET\n \"github_issue_id\" = 1,\n \"author\" = '',\n \"created_at\" = TIMESTAMP '2019-07-01 10:00:00',\n \"title\" = '',\n \"description\" = '',\n \"labels\" = '',\n \"type\" = '',\n \"state\" = '',\n \"answer\" = '',\n \"link\" = '',\n \"states\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"global_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.global_issues", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('issue_upvote_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "link", "type": "text", "isAutogenerated": false }, { "name": "comment", "type": "text", "isAutogenerated": false }, { "name": "author", "type": "text", "isAutogenerated": false }, { "name": "created_at", "type": "timestamp", "isAutogenerated": false }, { "name": "issue_id", "type": "int4", "isAutogenerated": false }, { "defaultValue": "'None'::text", "name": "issue_comm_status", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "issue_upvote_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"issue_upvote\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"issue_upvote\" (\"link\", \"comment\", \"author\", \"created_at\", \"issue_id\")\n VALUES ('', '', '', TIMESTAMP '2019-07-01 10:00:00', 1);" }, { "title": "UPDATE", "body": "UPDATE public.\"issue_upvote\" SET\n \"link\" = '',\n \"comment\" = '',\n \"author\" = '',\n \"created_at\" = TIMESTAMP '2019-07-01 10:00:00',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"issue_upvote\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.issue_upvote", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('product_comments_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "comment", "type": "text", "isAutogenerated": false }, { "name": "author", "type": "varchar", "isAutogenerated": false }, { "defaultValue": "CURRENT_TIMESTAMP", "name": "created_at", "type": "timestamp", "isAutogenerated": false }, { "name": "issue_id", "type": "int4", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "product_comments_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"product_comments\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"product_comments\" (\"comment\", \"author\", \"issue_id\")\n VALUES ('', '', 1);" }, { "title": "UPDATE", "body": "UPDATE public.\"product_comments\" SET\n \"comment\" = '',\n \"author\" = '',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"product_comments\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.product_comments", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('sample_apps_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "title", "type": "varchar", "isAutogenerated": false }, { "name": "description", "type": "text", "isAutogenerated": false }, { "name": "link", "type": "text", "isAutogenerated": false }, { "name": "author", "type": "varchar", "isAutogenerated": false }, { "defaultValue": "CURRENT_DATE", "name": "created_at", "type": "timestamp", "isAutogenerated": false }, { "name": "categories", "type": "text", "isAutogenerated": false }, { "name": "tags", "type": "text", "isAutogenerated": false }, { "name": "status", "type": "text", "isAutogenerated": false }, { "name": "isdeleted", "type": "bool", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "sample_apps_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"sample_apps\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"sample_apps\" (\"title\", \"description\", \"link\", \"author\", \"categories\", \"tags\", \"status\", \"isdeleted\")\n VALUES ('', '', '', '', '', '', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"sample_apps\" SET\n \"title\" = '',\n \"description\" = '',\n \"link\" = '',\n \"author\" = '',\n \"categories\" = '',\n \"tags\" = '',\n \"status\" = '',\n \"isdeleted\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"sample_apps\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.sample_apps", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('standup_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "name", "type": "text", "isAutogenerated": false }, { "name": "yesterday", "type": "text", "isAutogenerated": false }, { "name": "today", "type": "text", "isAutogenerated": false }, { "name": "blocked", "type": "text", "isAutogenerated": false }, { "name": "date", "type": "date", "isAutogenerated": false }, { "name": "pod", "type": "text", "isAutogenerated": false }, { "name": "dayrating", "type": "int4", "isAutogenerated": false }, { "name": "restrating", "type": "int4", "isAutogenerated": false }, { "name": "focusrating", "type": "int4", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "standup_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"standup\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"standup\" (\"name\", \"yesterday\", \"today\", \"blocked\", \"date\", \"pod\", \"dayrating\", \"restrating\", \"focusrating\")\n VALUES ('', '', '', '', '2019-07-01', '', 1, 1, 1);" }, { "title": "UPDATE", "body": "UPDATE public.\"standup\" SET\n \"name\" = '',\n \"yesterday\" = '',\n \"today\" = '',\n \"blocked\" = '',\n \"date\" = '2019-07-01',\n \"pod\" = '',\n \"dayrating\" = 1,\n \"restrating\" = 1,\n \"focusrating\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"standup\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.standup", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('support_tickets_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "description", "type": "varchar", "isAutogenerated": false }, { "name": "created_at", "type": "timestamptz", "isAutogenerated": false }, { "name": "author", "type": "text", "isAutogenerated": false }, { "name": "user", "type": "text", "isAutogenerated": false }, { "name": "comments", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "support_tickets_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"support_tickets\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"support_tickets\" (\"description\", \"created_at\", \"author\", \"user\", \"comments\")\n VALUES ('', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"support_tickets\" SET\n \"description\" = '',\n \"created_at\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET',\n \"author\" = '',\n \"user\" = '',\n \"comments\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"support_tickets\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.support_tickets", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('template_table_col1_seq'::regclass)", "name": "col1", "type": "int4", "isAutogenerated": true }, { "name": "col2", "type": "text", "isAutogenerated": false }, { "name": "col3", "type": "int4", "isAutogenerated": false }, { "name": "col4", "type": "bool", "isAutogenerated": false }, { "name": "col5", "type": "float8", "isAutogenerated": false }, { "name": "col6", "type": "date", "isAutogenerated": false }, { "name": "col7", "type": "json", "isAutogenerated": false }, { "name": "col8", "type": "varchar", "isAutogenerated": false }, { "name": "col9", "type": "numeric", "isAutogenerated": false }, { "name": "col10", "type": "text", "isAutogenerated": false }, { "name": "col11", "type": "text", "isAutogenerated": false }, { "name": "col12", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["col1"], "name": "template_table_pkey", "type": "primary key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"template_table\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"template_table\" (\"col2\", \"col3\", \"col4\", \"col5\", \"col6\", \"col7\", \"col8\", \"col9\", \"col10\", \"col11\", \"col12\")\n VALUES ('', 1, '', 1.0, '2019-07-01', '', '', '', '', '', '');" }, { "title": "UPDATE", "body": "UPDATE public.\"template_table\" SET\n \"col2\" = '',\n \"col3\" = 1,\n \"col4\" = '',\n \"col5\" = 1.0,\n \"col6\" = '2019-07-01',\n \"col7\" = '',\n \"col8\" = '',\n \"col9\" = '',\n \"col10\" = '',\n \"col11\" = '',\n \"col12\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"template_table\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.template_table", "type": "TABLE" }, { "schema": "public", "columns": [ { "defaultValue": "nextval('ticket_tags_id_seq'::regclass)", "name": "id", "type": "int4", "isAutogenerated": true }, { "name": "ticket_id", "type": "int4", "isAutogenerated": false }, { "name": "github_tag_id", "type": "text", "isAutogenerated": false } ], "keys": [ { "columnNames": ["id"], "name": "ticket_tags_pkey", "type": "primary key" }, { "fromColumns": ["ticket_id"], "name": "ticket_id_fk", "toColumns": ["support_tickets.id"], "type": "foreign key" } ], "templates": [ { "title": "SELECT", "body": "SELECT * FROM public.\"ticket_tags\" LIMIT 10;" }, { "title": "INSERT", "body": "INSERT INTO public.\"ticket_tags\" (\"ticket_id\", \"github_tag_id\")\n VALUES (1, '');" }, { "title": "UPDATE", "body": "UPDATE public.\"ticket_tags\" SET\n \"ticket_id\" = 1,\n \"github_tag_id\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!" }, { "title": "DELETE", "body": "DELETE FROM public.\"ticket_tags\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!" } ], "name": "public.ticket_tags", "type": "TABLE" } ] } }, { "datasourceId": "Mock_Mongo", "structure": { "tables": [ { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "col1", "type": "String", "isAutogenerated": false }, { "name": "col2", "type": "String", "isAutogenerated": false }, { "name": "col3", "type": "String", "isAutogenerated": false }, { "name": "col4", "type": "String", "isAutogenerated": false } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"col1\": \"test\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"find\": \"template_table\",\n \"filter\": {\n \"col1\": \"test\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"find\": \"template_table\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"col1\": \"new value\",\n \"col2\": \"new value\",\n \"col3\": \"new value\",\n \"col4\": \"new value\",\n}]" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"insert\": \"template_table\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"col1\": \"new value\",\n \"col2\": \"new value\",\n \"col3\": \"new value\",\n \"col4\": \"new value\",\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"col1\": \"new value\" } }" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"update\": \"template_table\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"col1\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "template_table" }, "body": { "data": "{\n \"delete\": \"template_table\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"count\": \"template_table\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "template_table" }, "body": { "data": "{\n \"distinct\": \"template_table\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "template_table" }, "body": { "data": "{\n \"aggregate\": \"template_table\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "template_table", "type": "COLLECTION" }, { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "createdAt", "type": "Date", "isAutogenerated": false }, { "name": "email", "type": "String", "isAutogenerated": false }, { "name": "name", "type": "String", "isAutogenerated": false }, { "name": "role", "type": "String", "isAutogenerated": false }, { "name": "status", "type": "Object", "isAutogenerated": false } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"email\": \"Fae14@hotmail.com\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"find\": \"users\",\n \"filter\": {\n \"email\": \"Fae14@hotmail.com\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"find\": \"users\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"email\": \"new value\",\n \"name\": \"new value\",\n \"role\": \"new value\",\n \"status\": {},\n}]" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"insert\": \"users\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"email\": \"new value\",\n \"name\": \"new value\",\n \"role\": \"new value\",\n \"status\": {},\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"email\": \"new value\" } }" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"update\": \"users\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"email\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "users" }, "body": { "data": "{\n \"delete\": \"users\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"count\": \"users\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "users" }, "body": { "data": "{\n \"distinct\": \"users\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "users" }, "body": { "data": "{\n \"aggregate\": \"users\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "users", "type": "COLLECTION" }, { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "createdAt", "type": "Date", "isAutogenerated": false }, { "name": "currentLimit", "type": "Integer", "isAutogenerated": false }, { "name": "featureName", "type": "String", "isAutogenerated": false }, { "name": "key", "type": "Integer", "isAutogenerated": false }, { "name": "limit", "type": "Integer", "isAutogenerated": false }, { "name": "subscriptionId", "type": "ObjectId", "isAutogenerated": true } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"featureName\": \"Okuneva Inc\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"find\": \"orgs\",\n \"filter\": {\n \"featureName\": \"Okuneva Inc\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"find\": \"orgs\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currentLimit\": 1,\n \"featureName\": \"new value\",\n \"key\": 1,\n \"limit\": 1,\n \"subscriptionId\": ObjectId(\"a_valid_object_id_hex\"),\n}]" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"insert\": \"orgs\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currentLimit\": 1,\n \"featureName\": \"new value\",\n \"key\": 1,\n \"limit\": 1,\n \"subscriptionId\": ObjectId(\"a_valid_object_id_hex\"),\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"featureName\": \"new value\" } }" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"update\": \"orgs\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"featureName\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "orgs" }, "body": { "data": "{\n \"delete\": \"orgs\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"count\": \"orgs\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "orgs" }, "body": { "data": "{\n \"distinct\": \"orgs\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "orgs" }, "body": { "data": "{\n \"aggregate\": \"orgs\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "orgs", "type": "COLLECTION" }, { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "createdAt", "type": "Date", "isAutogenerated": false }, { "name": "createdBy", "type": "ObjectId", "isAutogenerated": true }, { "name": "domain", "type": "String", "isAutogenerated": false }, { "name": "name", "type": "String", "isAutogenerated": false }, { "name": "numUsers", "type": "Integer", "isAutogenerated": false }, { "name": "orgId", "type": "ObjectId", "isAutogenerated": true } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"domain\": \"gunner.name\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"find\": \"apps\",\n \"filter\": {\n \"domain\": \"gunner.name\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"find\": \"apps\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"createdBy\": ObjectId(\"a_valid_object_id_hex\"),\n \"domain\": \"new value\",\n \"name\": \"new value\",\n \"numUsers\": 1,\n \"orgId\": ObjectId(\"a_valid_object_id_hex\"),\n}]" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"insert\": \"apps\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"createdBy\": ObjectId(\"a_valid_object_id_hex\"),\n \"domain\": \"new value\",\n \"name\": \"new value\",\n \"numUsers\": 1,\n \"orgId\": ObjectId(\"a_valid_object_id_hex\"),\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"domain\": \"new value\" } }" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"update\": \"apps\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"domain\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "apps" }, "body": { "data": "{\n \"delete\": \"apps\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"count\": \"apps\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "apps" }, "body": { "data": "{\n \"distinct\": \"apps\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "apps" }, "body": { "data": "{\n \"aggregate\": \"apps\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "apps", "type": "COLLECTION" }, { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "genres", "type": "String", "isAutogenerated": false } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"genres\": \"https://release.app.appsmith.com/app/scratchpad/mongo-625418abb49da04657c566c5/edit\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"find\": \"movies\",\n \"filter\": {\n \"genres\": \"https://release.app.appsmith.com/app/scratchpad/mongo-625418abb49da04657c566c5/edit\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"find\": \"movies\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"genres\": \"new value\",\n}]" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"insert\": \"movies\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"genres\": \"new value\",\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"genres\": \"new value\" } }" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"update\": \"movies\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"genres\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "movies" }, "body": { "data": "{\n \"delete\": \"movies\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"count\": \"movies\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "movies" }, "body": { "data": "{\n \"distinct\": \"movies\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "movies" }, "body": { "data": "{\n \"aggregate\": \"movies\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "movies", "type": "COLLECTION" }, { "columns": [ { "name": "_id", "type": "ObjectId", "isAutogenerated": true }, { "name": "createdAt", "type": "Date", "isAutogenerated": false }, { "name": "currency", "type": "String", "isAutogenerated": false }, { "name": "mrr", "type": "String", "isAutogenerated": false }, { "name": "name", "type": "String", "isAutogenerated": false }, { "name": "renewalDate", "type": "Date", "isAutogenerated": false }, { "name": "status", "type": "String", "isAutogenerated": false }, { "name": "statusOfApp", "type": "Object", "isAutogenerated": false } ], "keys": [], "templates": [ { "configuration": { "find": { "query": { "data": "{ \"currency\": \"MRO\"}" }, "limit": { "data": "10" }, "sort": { "data": "{\"_id\": 1}" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"find\": \"subscriptions\",\n \"filter\": {\n \"currency\": \"MRO\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find" }, { "configuration": { "find": { "query": { "data": "{\"_id\": ObjectId(\"id_to_query_with\")}" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"find\": \"subscriptions\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n" }, "command": { "data": "FIND" }, "smartSubstitution": { "data": true } }, "title": "Find by ID" }, { "configuration": { "insert": { "documents": { "data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currency\": \"new value\",\n \"mrr\": \"new value\",\n \"name\": \"new value\",\n \"renewalDate\": new Date(\"2019-07-01\"),\n \"status\": \"new value\",\n \"statusOfApp\": {},\n}]" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"insert\": \"subscriptions\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currency\": \"new value\",\n \"mrr\": \"new value\",\n \"name\": \"new value\",\n \"renewalDate\": new Date(\"2019-07-01\"),\n \"status\": \"new value\",\n \"statusOfApp\": {},\n }\n ]\n}\n" }, "command": { "data": "INSERT" }, "smartSubstitution": { "data": true } }, "title": "Insert" }, { "configuration": { "updateMany": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }" }, "limit": { "data": "ALL" }, "update": { "data": "{ \"$set\": { \"currency\": \"new value\" } }" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"update\": \"subscriptions\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"currency\": \"new value\" } }\n }\n ]\n}\n" }, "command": { "data": "UPDATE" }, "smartSubstitution": { "data": true } }, "title": "Update" }, { "configuration": { "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"delete\": \"subscriptions\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n" }, "delete": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }" }, "limit": { "data": "SINGLE" } }, "command": { "data": "DELETE" }, "smartSubstitution": { "data": true } }, "title": "Delete" }, { "configuration": { "count": { "query": { "data": "{\"_id\": {\"$exists\": true}}" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"count\": \"subscriptions\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n" }, "command": { "data": "COUNT" }, "smartSubstitution": { "data": true } }, "title": "Count" }, { "configuration": { "distinct": { "query": { "data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }" }, "key": { "data": "_id" } }, "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"distinct\": \"subscriptions\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n" }, "command": { "data": "DISTINCT" }, "smartSubstitution": { "data": true } }, "title": "Distinct" }, { "configuration": { "collection": { "data": "subscriptions" }, "body": { "data": "{\n \"aggregate\": \"subscriptions\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n" }, "command": { "data": "AGGREGATE" }, "smartSubstitution": { "data": true }, "aggregate": { "arrayPipelines": { "data": "[ {\"$sort\" : {\"_id\": 1} } ]" }, "limit": { "data": "10" } } }, "title": "Aggregate" } ], "name": "subscriptions", "type": "COLLECTION" } ] } }, { "datasourceId": "RedisTemplateApps", "structure": {} } ], "editModeTheme": { "isSystemTheme": true, "deleted": false, "displayName": "Modern", "name": "Default" }, "datasourceList": [ { "deleted": false, "pluginId": "amazons3-plugin", "name": "AmazonS3 CRUD", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528942" }, { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528a53" }, { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893f" }, { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528941" }, { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893c" }, { "deleted": false, "pluginId": "mongo-plugin", "name": "Mock_Mongo", "messages": [], "isAutoGenerated": false, "gitSyncId": "5f7add8687af934ed846dd6a_61c43332e89bc475f3cae797" }, { "deleted": false, "pluginId": "redis-plugin", "name": "RedisTemplateApps", "messages": [], "isAutoGenerated": false, "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528943" } ], "actionList": [ { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "DELETE FROM public.template_table\n WHERE col1 = {{data_table.triggeredRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.col1"], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "SQL_DeleteQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "DELETE FROM public.template_table\n WHERE col1 = {{data_table.triggeredRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.col1"], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f01" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "SELECT * FROM public.template_table\nWHERE col2 like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'col1'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || \"ASC\"" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "SQL_SelectQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "SELECT * FROM public.template_table\nWHERE col2 like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'col1'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || \"ASC\"" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531ef8" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "UPDATE public.template_table SET\n\t\tcol2 = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\tcol3 = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n col4 = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\tcol5 = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\tcol6 = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\tcol7 = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\tcol8 = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\tcol9 = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\tcol10 = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\tcol11 = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\tcol12 = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n WHERE col1 = {{data_table.selectedRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.col1", "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10", "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11", "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12", "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2", "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3", "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4", "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5", "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6", "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7", "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8", "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "SQL_UpdateQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "UPDATE public.template_table SET\n\t\tcol2 = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\tcol3 = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n col4 = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\tcol5 = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\tcol6 = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\tcol7 = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\tcol8 = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\tcol9 = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\tcol10 = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\tcol11 = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\tcol12 = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n WHERE col1 = {{data_table.selectedRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.col1", "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10", "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11", "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12", "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2", "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3", "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4", "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5", "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6", "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7", "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8", "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f03" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "INSERT INTO public.template_table (\n\tcol1,\n\tcol2,\n\tcol3,\n\tcol4,\n\tcol5,\n\tcol6,\n\tcol7,\n\tcol8,\n\tcol9,\n\tcol10,\n\tcol11,\n\tcol12\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_form.formData.col1", "insert_form.formData.col10", "insert_form.formData.col11", "insert_form.formData.col12", "insert_form.formData.col2", "insert_form.formData.col3", "insert_form.formData.col4", "insert_form.formData.col5", "insert_form.formData.col6", "insert_form.formData.col7", "insert_form.formData.col8", "insert_form.formData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "SQL_InsertQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "INSERT INTO public.template_table (\n\tcol1,\n\tcol2,\n\tcol3,\n\tcol4,\n\tcol5,\n\tcol6,\n\tcol7,\n\tcol8,\n\tcol9,\n\tcol10,\n\tcol11,\n\tcol12\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "SQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_form.formData.col1", "insert_form.formData.col10", "insert_form.formData.col11", "insert_form.formData.col12", "insert_form.formData.col2", "insert_form.formData.col3", "insert_form.formData.col4", "insert_form.formData.col5", "insert_form.formData.col6", "insert_form.formData.col7", "insert_form.formData.col8", "insert_form.formData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531ef9" }, { "pluginType": "SAAS", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "rowObjects": { "data": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}", "viewType": "component", "componentData": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}" }, "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "UPDATE_ONE", "viewType": "component", "componentData": "UPDATE_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } }, "pluginSpecifiedTemplates": [ { "value": "UPDATE", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "", "key": "rowOffset" }, { "value": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}", "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": true, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "deleted": false, "pluginId": "google-sheets-plugin", "id": "Google Sheets_UpdateQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "rowObjects": { "data": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}", "viewType": "component", "componentData": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}" }, "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "UPDATE_ONE", "viewType": "component", "componentData": "UPDATE_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } }, "pluginSpecifiedTemplates": [ { "value": "UPDATE", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "", "key": "rowOffset" }, { "value": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}", "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": true, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efa" }, { "pluginType": "SAAS", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "pagination": { "data": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" }, "viewType": "component", "componentData": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" } }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "sortBy": { "data": [{ "column": "", "order": "Ascending" }] }, "where": { "data": { "condition": "AND", "children": [{}] }, "viewType": "component", "componentData": { "condition": "AND", "children": [{}] } }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "FETCH_MANY", "viewType": "component", "componentData": "FETCH_MANY" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } }, "pluginSpecifiedTemplates": [ { "value": "GET", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "{{data_table.pageSize}}", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "key": "rowOffset" }, { "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": false, "key": "smartSubstitution" }, { "value": [{}], "key": "where" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "deleted": false, "pluginId": "google-sheets-plugin", "id": "Google Sheets_SelectQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "pagination": { "data": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" }, "viewType": "component", "componentData": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" } }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "sortBy": { "data": [{ "column": "", "order": "Ascending" }] }, "where": { "data": { "condition": "AND", "children": [{}] }, "viewType": "component", "componentData": { "condition": "AND", "children": [{}] } }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "FETCH_MANY", "viewType": "component", "componentData": "FETCH_MANY" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } }, "pluginSpecifiedTemplates": [ { "value": "GET", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "{{data_table.pageSize}}", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "key": "rowOffset" }, { "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": false, "key": "smartSubstitution" }, { "value": [{}], "key": "where" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f02" }, { "pluginType": "SAAS", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "pagination": { "data": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" }, "viewType": "component", "componentData": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" } }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "rowIndex": { "data": "{{data_table.triggeredRow.rowIndex}}", "viewType": "component", "componentData": "{{data_table.triggeredRow.rowIndex}}" }, "where": { "data": { "condition": "AND" } }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "DELETE_ONE", "viewType": "component", "componentData": "DELETE_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } }, "pluginSpecifiedTemplates": [ { "value": "DELETE_ROW", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "{{data_table.pageSize}}", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "key": "rowOffset" }, { "key": "rowObject" }, { "key": "rowObjects" }, { "value": "{{data_table.triggeredRow.rowIndex}}", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": false, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.triggeredRow.rowIndex" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "deleted": false, "pluginId": "google-sheets-plugin", "id": "Google Sheets_DeleteQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "pagination": { "data": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" }, "viewType": "component", "componentData": { "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "limit": "{{data_table.pageSize}}" } }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "rowIndex": { "data": "{{data_table.triggeredRow.rowIndex}}", "viewType": "component", "componentData": "{{data_table.triggeredRow.rowIndex}}" }, "where": { "data": { "condition": "AND" } }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "DELETE_ONE", "viewType": "component", "componentData": "DELETE_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } }, "pluginSpecifiedTemplates": [ { "value": "DELETE_ROW", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "{{data_table.pageSize}}", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "key": "rowOffset" }, { "key": "rowObject" }, { "key": "rowObjects" }, { "value": "{{data_table.triggeredRow.rowIndex}}", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": false, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.triggeredRow.rowIndex" ], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f04" }, { "pluginType": "SAAS", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "rowObjects": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{{insert_form.formData}}" }, "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "INSERT_ONE", "viewType": "component", "componentData": "INSERT_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } }, "pluginSpecifiedTemplates": [ { "value": "APPEND", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "", "key": "rowOffset" }, { "value": "{{insert_form.formData}}", "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": true, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": ["insert_form.formData"], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "deleted": false, "pluginId": "google-sheets-plugin", "id": "Google Sheets_InsertQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "rowObjects": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{{insert_form.formData}}" }, "tableHeaderIndex": { "data": "1", "viewType": "component", "componentData": "1" }, "sheetName": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "entityType": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "range": { "data": "" }, "projection": { "data": [] }, "sheetUrl": { "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit", "viewType": "component", "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit" }, "command": { "data": "INSERT_ONE", "viewType": "component", "componentData": "INSERT_ONE" }, "queryFormat": { "data": "ROWS", "viewType": "component", "componentData": "ROWS" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } }, "pluginSpecifiedTemplates": [ { "value": "APPEND", "key": "method" }, { "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0", "key": "sheetUrl" }, { "value": "", "key": "range" }, { "value": "", "key": "spreadsheetName" }, { "value": "1", "key": "tableHeaderIndex" }, { "value": "ROWS", "key": "queryFormat" }, { "value": "", "key": "rowLimit" }, { "value": "template_table", "key": "sheetName" }, { "value": "", "key": "rowOffset" }, { "value": "{{insert_form.formData}}", "key": "rowObject" }, { "key": "rowObjects" }, { "value": "", "key": "rowIndex" }, { "value": "SHEET", "key": "deleteFormat" }, { "value": true, "key": "smartSubstitution" } ] }, "policies": [], "userPermissions": [], "pageId": "Google Sheets", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": ["insert_form.formData"], "datasource": { "deleted": false, "pluginId": "google-sheets-plugin", "name": "Google Sheet", "policies": [], "messages": [], "id": "Google Sheet", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efb" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 100000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}", "viewType": "component", "componentData": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}" }, "create": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" }, "expiry": { "data": "5", "viewType": "component", "componentData": "5" } }, "body": { "data": "{{FilePicker.files[this.params.fileIndex]}}", "viewType": "component", "componentData": "{{FilePicker.files[this.params.fileIndex]}}" }, "command": { "data": "UPLOAD_FILE_FROM_BODY", "viewType": "component", "componentData": "UPLOAD_FILE_FROM_BODY" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [ "'Query timeout' field must be an integer between 0 and 60000" ], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name", "FilePicker.files[this.params.fileIndex]" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "CreateFile", "messages": [] }, "deleted": false, "pluginId": "amazons3-plugin", "id": "S3_CreateFile", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 100000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}", "viewType": "component", "componentData": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}" }, "create": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" }, "expiry": { "data": "5", "viewType": "component", "componentData": "5" } }, "body": { "data": "{{FilePicker.files[this.params.fileIndex]}}", "viewType": "component", "componentData": "{{FilePicker.files[this.params.fileIndex]}}" }, "command": { "data": "UPLOAD_FILE_FROM_BODY", "viewType": "component", "componentData": "UPLOAD_FILE_FROM_BODY" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [ "'Query timeout' field must be an integer between 0 and 60000" ], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name", "FilePicker.files[this.params.fileIndex]" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "CreateFile", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efc" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "path": "", "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "body": { "data": "{\n\t\"data\": \"\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"\"\n}" }, "list": { "pagination": { "data": { "offset": "{{(File_List.pageNo - 1) * File_List.pageSize}}", "limit": "{{File_List.pageSize}}" } }, "prefix": { "data": "{{search_input.text}}", "viewType": "component", "componentData": "{{search_input.text}}" }, "where": { "data": { "condition": "AND", "children": [{ "condition": "EQ" }] }, "viewType": "component", "componentData": { "condition": "AND", "children": [{ "condition": "EQ" }] } }, "sortBy": { "data": [{ "column": "", "order": "Ascending" }] }, "expiry": { "data": "{{ 60 * 24 }}", "viewType": "component", "componentData": "{{ 60 * 24 }}" }, "signedUrl": { "data": "YES", "viewType": "component", "componentData": "YES" }, "unSignedUrl": { "data": "YES", "viewType": "component", "componentData": "YES" } }, "command": { "data": "LIST", "viewType": "component", "componentData": "LIST" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.list.prefix.data" }, { "key": "formData.list.expiry.data" }, { "key": "formData.list.pagination.data.offset" }, { "key": "formData.list.pagination.data.limit" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ " 60 * 24 ", "(File_List.pageNo - 1) * File_List.pageSize", "File_List.pageSize", "search_input.text" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "name": "AmazonS3 CRUD", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "ListFiles", "messages": [] }, "deleted": false, "pluginId": "amazons3-plugin", "id": "S3_ListFiles", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "path": "", "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "body": { "data": "{\n\t\"data\": \"\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"\"\n}" }, "list": { "pagination": { "data": { "offset": "{{(File_List.pageNo - 1) * File_List.pageSize}}", "limit": "{{File_List.pageSize}}" } }, "prefix": { "data": "{{search_input.text}}", "viewType": "component", "componentData": "{{search_input.text}}" }, "where": { "data": { "condition": "AND", "children": [{ "condition": "EQ" }] }, "viewType": "component", "componentData": { "condition": "AND", "children": [{ "condition": "EQ" }] } }, "sortBy": { "data": [{ "column": "", "order": "Ascending" }] }, "expiry": { "data": "{{ 60 * 24 }}", "viewType": "component", "componentData": "{{ 60 * 24 }}" }, "signedUrl": { "data": "YES", "viewType": "component", "componentData": "YES" }, "unSignedUrl": { "data": "YES", "viewType": "component", "componentData": "YES" } }, "command": { "data": "LIST", "viewType": "component", "componentData": "LIST" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.list.prefix.data" }, { "key": "formData.list.expiry.data" }, { "key": "formData.list.pagination.data.offset" }, { "key": "formData.list.pagination.data.limit" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ " 60 * 24 ", "(File_List.pageNo - 1) * File_List.pageSize", "File_List.pageSize", "search_input.text" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "name": "AmazonS3 CRUD", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "ListFiles", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efd" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{File_List.selectedItem.fileName}}", "viewType": "component", "componentData": "{{File_List.selectedItem.fileName}}" }, "body": { "data": "{\n\t\"data\": \"null\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"null\"\n}" }, "command": { "data": "DELETE_FILE", "viewType": "component", "componentData": "DELETE_FILE" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["File_List.selectedItem.fileName"], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteFile", "messages": [] }, "deleted": false, "pluginId": "amazons3-plugin", "id": "S3_DeleteFile", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{File_List.selectedItem.fileName}}", "viewType": "component", "componentData": "{{File_List.selectedItem.fileName}}" }, "body": { "data": "{\n\t\"data\": \"null\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"null\"\n}" }, "command": { "data": "DELETE_FILE", "viewType": "component", "componentData": "DELETE_FILE" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["File_List.selectedItem.fileName"], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteFile", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0c" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{File_List.selectedItem.fileName}}", "viewType": "component", "componentData": "{{File_List.selectedItem.fileName}}" }, "read": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" } }, "body": { "data": "{\n\t\"data\": \"\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"\"\n}" }, "command": { "data": "READ_FILE", "viewType": "component", "componentData": "READ_FILE" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["File_List.selectedItem.fileName"], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "ReadFile", "messages": [] }, "deleted": false, "pluginId": "amazons3-plugin", "id": "S3_ReadFile", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{File_List.selectedItem.fileName}}", "viewType": "component", "componentData": "{{File_List.selectedItem.fileName}}" }, "read": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" } }, "body": { "data": "{\n\t\"data\": \"\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"\"\n}" }, "command": { "data": "READ_FILE", "viewType": "component", "componentData": "READ_FILE" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["File_List.selectedItem.fileName"], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "ReadFile", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0d" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{update_file_name.text}}", "viewType": "component", "componentData": "{{update_file_name.text}}" }, "create": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" }, "expiry": { "data": "5", "viewType": "component", "componentData": "5" } }, "body": { "data": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}" }, "command": { "data": "UPLOAD_FILE_FROM_BODY", "viewType": "component", "componentData": "UPLOAD_FILE_FROM_BODY" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "update_file_name.text", "update_file_picker.files.length ? update_file_picker.files[0].data : \"\"" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateFile", "messages": [] }, "deleted": false, "pluginId": "amazons3-plugin", "id": "S3_UpdateFile", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "bucket": { "data": "assets-test.appsmith.com", "viewType": "component", "componentData": "assets-test.appsmith.com" }, "path": { "data": "{{update_file_name.text}}", "viewType": "component", "componentData": "{{update_file_name.text}}" }, "create": { "dataType": { "data": "YES", "viewType": "component", "componentData": "YES" }, "expiry": { "data": "5", "viewType": "component", "componentData": "5" } }, "body": { "data": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}", "viewType": "component", "componentData": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}" }, "command": { "data": "UPLOAD_FILE_FROM_BODY", "viewType": "component", "componentData": "UPLOAD_FILE_FROM_BODY" } } }, "policies": [], "userPermissions": [], "pageId": "S3", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "update_file_name.text", "update_file_picker.files.length ? update_file_picker.files[0].data : \"\"" ], "datasource": { "deleted": false, "pluginId": "amazons3-plugin", "policies": [], "messages": [], "id": "AmazonS3 CRUD", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateFile", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0e" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [], "path": "/api/v1/datasources/{{this.params.id}}/structure", "headers": [], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "path" }], "confirmBeforeExecute": false, "jsonPathKeys": ["this.params.id"], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_datasource_structure", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Admin_get_datasource_structure", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [], "path": "/api/v1/datasources/{{this.params.id}}/structure", "headers": [], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "path" }], "confirmBeforeExecute": false, "jsonPathKeys": ["this.params.id"], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_datasource_structure", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f00" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [ { "value": "application/json", "key": "content-type" } ], "path": "/1iyoffhcy2d9mw0stqcmtdpmeaz8xvgf", "headers": [{ "value": "application/json", "key": "content-type" }], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "apiContentType": "application/json" }, "body": "{\n\t\"app\": {{ { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } }}, \n\t\"branch\": \"update-crud-template\" \n}", "httpMethod": "POST", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": true, "jsonPathKeys": [ " { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } " ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://hook.eu1.make.com" }, "isAutoGenerated": false }, "name": "update_template", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Admin_update_template", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [ { "value": "application/json", "key": "content-type" } ], "path": "/1iyoffhcy2d9mw0stqcmtdpmeaz8xvgf", "headers": [{ "value": "application/json", "key": "content-type" }], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "apiContentType": "application/json" }, "body": "{\n\t\"app\": {{ { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } }}, \n\t\"branch\": \"update-crud-template\" \n}", "httpMethod": "POST", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": true, "jsonPathKeys": [ " { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } " ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://hook.eu1.make.com" }, "isAutoGenerated": false }, "name": "update_template", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efe" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [ { "value": "text/plain", "key": "content-type" } ], "path": "/api/v1/applications/export/61764fbeba7e887d03bc3631", "headers": [{ "value": "text/plain", "key": "content-type" }], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 100000, "encodeParamsToggle": true, "formData": { "apiContentType": "text/plain" }, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [ "'Query timeout' field must be an integer between 0 and 60000" ], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_exported_app", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Admin_get_exported_app", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "autoGeneratedHeaders": [ { "value": "text/plain", "key": "content-type" } ], "path": "/api/v1/applications/export/61764fbeba7e887d03bc3631", "headers": [{ "value": "text/plain", "key": "content-type" }], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 100000, "encodeParamsToggle": true, "formData": { "apiContentType": "text/plain" }, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [ "'Query timeout' field must be an integer between 0 and 60000" ], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_exported_app", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531eff" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/users/me", "headers": [ { "value": "_hjid=41cedd95-19f9-438a-8b6e-f2c4d7fb086b; SL_C_23361dd035530_KEY=c370af0df0edf38360adbefbdc47d2b42ea137c9; SL_C_23361dd035530_VID=P3kBR7eMjg; ajs_anonymous_id=e6ef9c9b-3407-4374-81ab-6bafef26a4d1; ajs_user_id=nidhi@appsmith.com; intercom-id-y10e7138=50e190b7-b24e-4bef-b320-3c47a3c91006; amplitude_id_fef1e872c952688acd962d30aa545b9eappsmith.com=eyJkZXZpY2VJZCI6IjIxNWJlMWRkLTNjMGQtNDY5NS05YzRmLTFjYTM4MjNhNzM5NlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTYzNjI1ODEwMjkyNCwibGFzdEV2ZW50VGltZSI6MTYzNjI1ODEwMzE3MywiZXZlbnRJZCI6NSwiaWRlbnRpZnlJZCI6MSwic2VxdWVuY2VOdW1iZXIiOjZ9; _ga=GA1.2.526957763.1633412376; _gid=GA1.2.1610516593.1636258104; _ga_0JZ9C3M56S=GS1.1.1636258103.3.1.1636258646.0; SESSION=09ae7c78-ca84-4a38-916a-f282893efb40; mp_70b8ea94d623dd857fb555a76d11f944_mixpanel=%7B%22distinct_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24device_id%22%3A%20%2217c91e75170277-051d4ff86c77bb-1d3b6650-168000-17c91e75171dc2%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24user_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22mp_name_tag%22%3A%20%22nidhi%40appsmith.com%22%2C%22userId%22%3A%20%22nidhi%40appsmith.com%22%2C%22source%22%3A%20%22cloud%22%2C%22id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24email%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24first_name%22%3A%20%22Nidhi%22%2C%22%24last_name%22%3A%20%22Nair%22%2C%22%24name%22%3A%20%22Nidhi%20Nair%22%7D; SL_C_23361dd035530_SID=3VIjO5jKCt; intercom-session-y10e7138=WnhwMVl4VmVIUDFPVkgxUDVidm8wOXUzNjZ2elJ0OWx2a21Qc3NCYk1zenNEa0dzMkswWFlpanM4YXNxY2pQYi0taFpkWkR6K0xLUFJyUVFRSkMwZ3pUUT09--376a7fef0d7774b3284b94fb4c1ea1c8e2305afe; _hjAbsoluteSessionInProgress=1", "key": "Cookie" } ], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_user", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Admin_get_user", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/users/me", "headers": [ { "value": "_hjid=41cedd95-19f9-438a-8b6e-f2c4d7fb086b; SL_C_23361dd035530_KEY=c370af0df0edf38360adbefbdc47d2b42ea137c9; SL_C_23361dd035530_VID=P3kBR7eMjg; ajs_anonymous_id=e6ef9c9b-3407-4374-81ab-6bafef26a4d1; ajs_user_id=nidhi@appsmith.com; intercom-id-y10e7138=50e190b7-b24e-4bef-b320-3c47a3c91006; amplitude_id_fef1e872c952688acd962d30aa545b9eappsmith.com=eyJkZXZpY2VJZCI6IjIxNWJlMWRkLTNjMGQtNDY5NS05YzRmLTFjYTM4MjNhNzM5NlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTYzNjI1ODEwMjkyNCwibGFzdEV2ZW50VGltZSI6MTYzNjI1ODEwMzE3MywiZXZlbnRJZCI6NSwiaWRlbnRpZnlJZCI6MSwic2VxdWVuY2VOdW1iZXIiOjZ9; _ga=GA1.2.526957763.1633412376; _gid=GA1.2.1610516593.1636258104; _ga_0JZ9C3M56S=GS1.1.1636258103.3.1.1636258646.0; SESSION=09ae7c78-ca84-4a38-916a-f282893efb40; mp_70b8ea94d623dd857fb555a76d11f944_mixpanel=%7B%22distinct_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24device_id%22%3A%20%2217c91e75170277-051d4ff86c77bb-1d3b6650-168000-17c91e75171dc2%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24user_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22mp_name_tag%22%3A%20%22nidhi%40appsmith.com%22%2C%22userId%22%3A%20%22nidhi%40appsmith.com%22%2C%22source%22%3A%20%22cloud%22%2C%22id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24email%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24first_name%22%3A%20%22Nidhi%22%2C%22%24last_name%22%3A%20%22Nair%22%2C%22%24name%22%3A%20%22Nidhi%20Nair%22%7D; SL_C_23361dd035530_SID=3VIjO5jKCt; intercom-session-y10e7138=WnhwMVl4VmVIUDFPVkgxUDVidm8wOXUzNjZ2elJ0OWx2a21Qc3NCYk1zenNEa0dzMkswWFlpanM4YXNxY2pQYi0taFpkWkR6K0xLUFJyUVFRSkMwZ3pUUT09--376a7fef0d7774b3284b94fb4c1ea1c8e2305afe; _hjAbsoluteSessionInProgress=1", "key": "Cookie" } ], "paginationType": "NONE", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "httpMethod": "GET", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "restapi-plugin", "name": "Appsmith Release", "policies": [], "messages": [], "id": "Appsmith Release", "userPermissions": [], "isAutoGenerated": false }, "name": "get_user", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb773acd5d7045095322ff" }, { "pluginType": "JS", "unpublishedAction": { "userSetOnLoad": true, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "jsArguments": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" }, "policies": [], "userPermissions": [], "fullyQualifiedName": "Utils.myFun2", "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "deleted": false, "pluginId": "js-plugin", "name": "UNUSED_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "isAutoGenerated": false }, "clientSideExecution": true, "name": "myFun2", "messages": [], "collectionId": "Admin_Utils" }, "deleted": false, "pluginId": "js-plugin", "id": "Admin_Utils.myFun2", "publishedAction": { "userSetOnLoad": true, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "jsArguments": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" }, "policies": [], "userPermissions": [], "fullyQualifiedName": "Utils.myFun2", "pageId": "Admin", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "deleted": false, "pluginId": "js-plugin", "name": "UNUSED_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "isAutoGenerated": false }, "clientSideExecution": true, "name": "myFun2", "messages": [], "collectionId": "Admin_Utils" }, "gitSyncId": "61764fbeba7e887d03bc3631_624e8fab729a2b0934685de0" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=8672681f-c3dc-4373-8503-ccbe30aae89d;", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{tableName_input.text}}\",\n \"datasourceId\": \"{{datasource_input.text}}\",\n \"applicationId\" : \"{{app_input.text}}\",\n\t\t\"searchColumn\": \"{{search_col_input.text}}\",\n\t\t\"columns\": \"{{select_cols_input.text}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "app_input.text", "datasource_input.text", "search_col_input.text", "select_cols_input.text", "tableName_input.text" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_sql_app", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Page Generator_generate_sql_app", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=8672681f-c3dc-4373-8503-ccbe30aae89d;", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{tableName_input.text}}\",\n \"datasourceId\": \"{{datasource_input.text}}\",\n \"applicationId\" : \"{{app_input.text}}\",\n\t\t\"searchColumn\": \"{{search_col_input.text}}\",\n\t\t\"columns\": \"{{select_cols_input.text}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "app_input.text", "datasource_input.text", "search_col_input.text", "select_cols_input.text", "tableName_input.text" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_sql_app", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f05" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]}}\",\n \"applicationId\" : \"untitled-application-1\",\n\t\t\"searchColumn\" : \"{{search_keys_input.text}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "collection_input.text", "mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]", "search_keys_input.text" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_mongo_app", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Page Generator_generate_mongo_app", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]}}\",\n \"applicationId\" : \"untitled-application-1\",\n\t\t\"searchColumn\" : \"{{search_keys_input.text}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "collection_input.text", "mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]", "search_keys_input.text" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_mongo_app", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0a" }, { "pluginType": "API", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]}}\",\n \"applicationId\" : \"{{gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "collection_input.text", "gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]", "gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_gsheet_app", "messages": [] }, "deleted": false, "pluginId": "restapi-plugin", "id": "Page Generator_generate_gsheet_app", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "/api/v1/pages/crud-page", "headers": [ { "value": "application/json", "key": "Content-Type" }, { "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc", "key": "Cookie" } ], "paginationType": "PAGE_NO", "queryParameters": [], "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]}}\",\n \"applicationId\" : \"{{gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]}}\"\n}", "httpMethod": "POST" }, "policies": [], "userPermissions": [], "pageId": "Page Generator", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "collection_input.text", "gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]", "gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]" ], "datasource": { "organizationId": "6171a062b7de236aa183ee0e", "invalids": [], "deleted": false, "pluginId": "restapi-plugin", "name": "DEFAULT_REST_DATASOURCE", "policies": [], "messages": [], "userPermissions": [], "datasourceConfiguration": { "url": "https://release.app.appsmith.com" }, "isAutoGenerated": false }, "name": "generate_gsheet_app", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0b" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "updateMany": { "query": { "data": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }", "viewType": "component", "componentData": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }" }, "limit": { "data": "SINGLE", "viewType": "component", "componentData": "SINGLE" }, "update": { "data": "{\n $set:{{update_form.formData}}\n}", "viewType": "component", "componentData": "{\n \"col1\" : {{update_col_1.text}},\n\t\"col2\" : {{update_col_2.text}},\n \"col3\" : {{update_col_3.text}},\n \"col4\" : {{update_col_4.text}}\n}" } }, "find": { "query": { "data": "" }, "limit": { "data": "" }, "skip": { "data": "" }, "sort": { "data": "" }, "projection": { "data": "" } }, "count": { "query": { "data": "" } }, "distinct": { "query": { "data": "" }, "key": { "data": "" } }, "insert": { "documents": { "data": "" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "" }, "limit": { "data": "SINGLE" } }, "command": { "data": "UPDATE", "viewType": "component", "componentData": "UPDATE" }, "aggregate": { "limit": { "data": "10" }, "arrayPipelines": { "data": "" } }, "misc": { "formToNativeQuery": { "data": "{\n \"update\": \"template_table\",\n \"updates\": [{\n \"q\": { _id: ObjectId('{{data_table.selectedRow._id}}') },\n \"u\": {\n $set:{{update_form.formData}}\n},\n \"multi\": false,\n }]\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.updateMany.update.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._id", "update_col_1.text", "update_col_2.text", "update_col_3.text", "update_col_4.text", "update_form.formData" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "name": "Mock_Mongo", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "deleted": false, "pluginId": "mongo-plugin", "id": "MongoDB_UpdateQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "updateMany": { "query": { "data": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }", "viewType": "component", "componentData": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }" }, "limit": { "data": "SINGLE", "viewType": "component", "componentData": "SINGLE" }, "update": { "data": "{\n $set:{{update_form.formData}}\n}", "viewType": "component", "componentData": "{\n \"col1\" : {{update_col_1.text}},\n\t\"col2\" : {{update_col_2.text}},\n \"col3\" : {{update_col_3.text}},\n \"col4\" : {{update_col_4.text}}\n}" } }, "find": { "query": { "data": "" }, "limit": { "data": "" }, "skip": { "data": "" }, "sort": { "data": "" }, "projection": { "data": "" } }, "count": { "query": { "data": "" } }, "distinct": { "query": { "data": "" }, "key": { "data": "" } }, "insert": { "documents": { "data": "" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "" }, "limit": { "data": "SINGLE" } }, "command": { "data": "UPDATE", "viewType": "component", "componentData": "UPDATE" }, "aggregate": { "limit": { "data": "10" }, "arrayPipelines": { "data": "" } }, "misc": { "formToNativeQuery": { "data": "{\n \"update\": \"template_table\",\n \"updates\": [{\n \"q\": { _id: ObjectId('{{data_table.selectedRow._id}}') },\n \"u\": {\n $set:{{update_form.formData}}\n},\n \"multi\": false,\n }]\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.updateMany.update.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._id", "update_col_1.text", "update_col_2.text", "update_col_3.text", "update_col_4.text", "update_form.formData" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "name": "Mock_Mongo", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f08" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "insert": { "documents": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{\n \"col1\": {{insert_col_input1.text}}, \n \"col2\": {{insert_col_input2.text}}, \n \"col3\": {{insert_col_input3.text}}, \n \"col4\": {{insert_col_input4.text}}\n}" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "command": { "data": "INSERT", "viewType": "component", "componentData": "INSERT" }, "misc": { "formToNativeQuery": { "data": "{\n \"insert\": \"template_table\",\n \"documents\": {{insert_form.formData}}\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.insert.documents.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_col_input1.text", "insert_col_input2.text", "insert_col_input3.text", "insert_col_input4.text", "insert_form.formData" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "deleted": false, "pluginId": "mongo-plugin", "id": "MongoDB_InsertQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "insert": { "documents": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{\n \"col1\": {{insert_col_input1.text}}, \n \"col2\": {{insert_col_input2.text}}, \n \"col3\": {{insert_col_input3.text}}, \n \"col4\": {{insert_col_input4.text}}\n}" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "command": { "data": "INSERT", "viewType": "component", "componentData": "INSERT" }, "misc": { "formToNativeQuery": { "data": "{\n \"insert\": \"template_table\",\n \"documents\": {{insert_form.formData}}\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.insert.documents.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_col_input1.text", "insert_col_input2.text", "insert_col_input3.text", "insert_col_input4.text", "insert_form.formData" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f09" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "updateMany": { "query": { "data": "" }, "limit": { "data": "SINGLE" }, "update": { "data": "" } }, "find": { "query": { "data": "{ col2: /{{data_table.searchText||\"\"}}/i }", "viewType": "component", "componentData": "{ col2: /{{data_table.searchText||\"\"}}/i }" }, "limit": { "data": "{{data_table.pageSize}}", "viewType": "component", "componentData": "{{data_table.pageSize}}" }, "skip": { "data": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "viewType": "component", "componentData": "{{(data_table.pageNo - 1) * data_table.pageSize}}" }, "sort": { "data": "{ \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n}", "viewType": "component", "componentData": "{ \n{{key_select.selectedOptionValue}}: {{order_select.selectedOptionValue}} \n}" }, "projection": { "data": "" } }, "count": { "query": { "data": "" } }, "distinct": { "query": { "data": "" }, "key": { "data": "" } }, "insert": { "documents": { "data": "" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "" }, "limit": { "data": "SINGLE" } }, "command": { "data": "FIND", "viewType": "component", "componentData": "FIND" }, "aggregate": { "limit": { "data": "10" }, "arrayPipelines": { "data": "" } }, "misc": { "formToNativeQuery": { "data": "{\n \"find\": \"template_table\",\n \"filter\": { col2: /{{data_table.searchText||\"\"}}/i },\n \"sort\": { \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n},\n \"skip\": {{(data_table.pageNo - 1) * data_table.pageSize}},\n \"limit\": {{data_table.pageSize}},\n \"batchSize\": {{data_table.pageSize}}\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.find.sort.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText||\"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order == \"desc\" ? -1 : 1", "key_select.selectedOptionValue", "order_select.selectedOptionValue" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "name": "Mock_Mongo", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "FindQuery", "messages": [] }, "deleted": false, "pluginId": "mongo-plugin", "id": "MongoDB_FindQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "updateMany": { "query": { "data": "" }, "limit": { "data": "SINGLE" }, "update": { "data": "" } }, "find": { "query": { "data": "{ col2: /{{data_table.searchText||\"\"}}/i }", "viewType": "component", "componentData": "{ col2: /{{data_table.searchText||\"\"}}/i }" }, "limit": { "data": "{{data_table.pageSize}}", "viewType": "component", "componentData": "{{data_table.pageSize}}" }, "skip": { "data": "{{(data_table.pageNo - 1) * data_table.pageSize}}", "viewType": "component", "componentData": "{{(data_table.pageNo - 1) * data_table.pageSize}}" }, "sort": { "data": "{ \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n}", "viewType": "component", "componentData": "{ \n{{key_select.selectedOptionValue}}: {{order_select.selectedOptionValue}} \n}" }, "projection": { "data": "" } }, "count": { "query": { "data": "" } }, "distinct": { "query": { "data": "" }, "key": { "data": "" } }, "insert": { "documents": { "data": "" } }, "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "" }, "limit": { "data": "SINGLE" } }, "command": { "data": "FIND", "viewType": "component", "componentData": "FIND" }, "aggregate": { "limit": { "data": "10" }, "arrayPipelines": { "data": "" } }, "misc": { "formToNativeQuery": { "data": "{\n \"find\": \"template_table\",\n \"filter\": { col2: /{{data_table.searchText||\"\"}}/i },\n \"sort\": { \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n},\n \"skip\": {{(data_table.pageNo - 1) * data_table.pageSize}},\n \"limit\": {{data_table.pageSize}},\n \"batchSize\": {{data_table.pageSize}}\n}\n", "status": "SUCCESS" } }, "smartSubstitution": { "data": false, "viewType": "component", "componentData": false } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.find.sort.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText||\"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order == \"desc\" ? -1 : 1", "key_select.selectedOptionValue", "order_select.selectedOptionValue" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "name": "Mock_Mongo", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "FindQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f06" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "template_table/{{data_table.selectedRow._ref}}", "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }", "viewType": "component", "componentData": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }" }, "limit": { "data": "SINGLE", "viewType": "component", "componentData": "SINGLE" } }, "command": { "data": "DELETE", "viewType": "component", "componentData": "DELETE" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._ref", "data_table.triggeredRow._id" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "deleted": false, "pluginId": "mongo-plugin", "id": "MongoDB_DeleteQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "path": "template_table/{{data_table.selectedRow._ref}}", "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "collection": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "delete": { "query": { "data": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }", "viewType": "component", "componentData": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }" }, "limit": { "data": "SINGLE", "viewType": "component", "componentData": "SINGLE" } }, "command": { "data": "DELETE", "viewType": "component", "componentData": "DELETE" }, "smartSubstitution": { "data": true, "viewType": "component", "componentData": true } } }, "policies": [], "userPermissions": [], "pageId": "MongoDB", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._ref", "data_table.triggeredRow._id" ], "datasource": { "deleted": false, "pluginId": "mongo-plugin", "policies": [], "messages": [], "id": "Mock_Mongo", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f07" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "{{data_table.selectedRow._ref.path}}", "viewType": "component", "componentData": "{{data_table.selectedRow._ref.path}}" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "UPDATE", "viewType": "component", "componentData": "UPDATE" }, "body": { "data": "{{update_form.formData}}", "viewType": "component", "componentData": "{\n\t\"col1\": \"{{update_col_1.text}}\",\n\t\"col2\": \"{{update_col_2.text}}\",\n\t\"col3\": \"{{update_col_3.text}}\",\n\t\"col4\": \"{{update_col_4.text}}\",\n\t\"col5\": \"{{update_col_5.text}}\"\n}" }, "command": { "data": "UPDATE_DOCUMENT", "viewType": "component", "componentData": "UPDATE_DOCUMENT" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._ref.path", "update_col_1.text", "update_col_2.text", "update_col_3.text", "update_col_4.text", "update_col_5.text", "update_form.formData" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "deleted": false, "pluginId": "firestore-plugin", "id": "Firestore_UpdateQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "{{data_table.selectedRow._ref.path}}", "viewType": "component", "componentData": "{{data_table.selectedRow._ref.path}}" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "UPDATE", "viewType": "component", "componentData": "UPDATE" }, "body": { "data": "{{update_form.formData}}", "viewType": "component", "componentData": "{\n\t\"col1\": \"{{update_col_1.text}}\",\n\t\"col2\": \"{{update_col_2.text}}\",\n\t\"col3\": \"{{update_col_3.text}}\",\n\t\"col4\": \"{{update_col_4.text}}\",\n\t\"col5\": \"{{update_col_5.text}}\"\n}" }, "command": { "data": "UPDATE_DOCUMENT", "viewType": "component", "componentData": "UPDATE_DOCUMENT" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.body.data" }, { "key": "formData.path.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow._ref.path", "update_col_1.text", "update_col_2.text", "update_col_3.text", "update_col_4.text", "update_col_5.text", "update_form.formData" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0f" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{{data_table.tableData[data_table.tableData.length - 1]}}", "viewType": "component", "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}" }, "path": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "timestampValuePath": { "data": "", "viewType": "component", "componentData": "" }, "startAfter": { "data": "{{SelectQuery.data[SelectQuery.data.length - 1]}}", "viewType": "component", "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}" }, "endBefore": { "data": "{{SelectQuery.data[0]}}", "viewType": "component", "componentData": "{{SelectQuery.data[0]}}" }, "deleteKeyPath": { "data": "", "viewType": "component", "componentData": "" }, "prev": { "data": "{{data_table.tableData[0]}} ", "viewType": "component", "componentData": "{{SelectQuery.data[0]}}" }, "orderBy": { "data": "[\"{{(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')}}\"]", "viewType": "component", "componentData": "[\"{{order_select.selectedOptionValue + key_select.selectedOptionValue}}\"]" }, "where": { "data": { "children": [{ "condition": "EQ" }] }, "viewType": "component" }, "limitDocuments": { "data": "{{data_table.pageSize}}", "viewType": "component", "componentData": "1" }, "command": { "data": "GET_COLLECTION", "viewType": "component", "componentData": "GET_COLLECTION" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.startAfter.data" }, { "key": "formData.endBefore.data" }, { "key": "formData.orderBy.data" }, { "key": "formData.next.data" }, { "key": "formData.prev.data" }, { "key": "formData.limitDocuments.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')", "SelectQuery.data[0]", "SelectQuery.data[SelectQuery.data.length - 1]", "data_table.pageSize", "data_table.tableData[0]", "data_table.tableData[data_table.tableData.length - 1]", "order_select.selectedOptionValue + key_select.selectedOptionValue" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "deleted": false, "pluginId": "firestore-plugin", "id": "Firestore_SelectQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{{data_table.tableData[data_table.tableData.length - 1]}}", "viewType": "component", "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}" }, "path": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "timestampValuePath": { "data": "", "viewType": "component", "componentData": "" }, "startAfter": { "data": "{{SelectQuery.data[SelectQuery.data.length - 1]}}", "viewType": "component", "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}" }, "endBefore": { "data": "{{SelectQuery.data[0]}}", "viewType": "component", "componentData": "{{SelectQuery.data[0]}}" }, "deleteKeyPath": { "data": "", "viewType": "component", "componentData": "" }, "prev": { "data": "{{data_table.tableData[0]}} ", "viewType": "component", "componentData": "{{SelectQuery.data[0]}}" }, "orderBy": { "data": "[\"{{(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')}}\"]", "viewType": "component", "componentData": "[\"{{order_select.selectedOptionValue + key_select.selectedOptionValue}}\"]" }, "where": { "data": { "children": [{ "condition": "EQ" }] }, "viewType": "component" }, "limitDocuments": { "data": "{{data_table.pageSize}}", "viewType": "component", "componentData": "1" }, "command": { "data": "GET_COLLECTION", "viewType": "component", "componentData": "GET_COLLECTION" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [ { "key": "formData.startAfter.data" }, { "key": "formData.endBefore.data" }, { "key": "formData.orderBy.data" }, { "key": "formData.next.data" }, { "key": "formData.prev.data" }, { "key": "formData.limitDocuments.data" } ], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')", "SelectQuery.data[0]", "SelectQuery.data[SelectQuery.data.length - 1]", "data_table.pageSize", "data_table.tableData[0]", "data_table.tableData[data_table.tableData.length - 1]", "order_select.selectedOptionValue + key_select.selectedOptionValue" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f12" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "{{data_table.triggeredRow._ref.path}}", "viewType": "component", "componentData": "{{data_table.triggeredRow._ref.path}}" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "DELETE", "viewType": "component", "componentData": "DELETE" }, "command": { "data": "DELETE_DOCUMENT", "viewType": "component", "componentData": "DELETE_DOCUMENT" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow._ref.path"], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "deleted": false, "pluginId": "firestore-plugin", "id": "Firestore_DeleteQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "{{data_table.triggeredRow._ref.path}}", "viewType": "component", "componentData": "{{data_table.triggeredRow._ref.path}}" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "DELETE", "viewType": "component", "componentData": "DELETE" }, "command": { "data": "DELETE_DOCUMENT", "viewType": "component", "componentData": "DELETE_DOCUMENT" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.path.data" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow._ref.path"], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "name": "FBTemplateDB", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f10" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "INSERT", "viewType": "component", "componentData": "INSERT" }, "body": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{\n\t\"col1\": \"{{insert_col_input1.text}}\",\n\t\"col2\": \"{{insert_col_input2.text}}\",\n\t\"col3\": \"{{insert_col_input3.text}}\",\n\t\"col4\": \"{{insert_col_input4.text}}\",\n\t\"col5\": \"{{insert_col_input5.text}}\"\n}" }, "command": { "data": "ADD_TO_COLLECTION", "viewType": "component", "componentData": "ADD_TO_COLLECTION" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.body.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_col_input1.text", "insert_col_input2.text", "insert_col_input3.text", "insert_col_input4.text", "insert_col_input5.text", "insert_form.formData" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "deleted": false, "pluginId": "firestore-plugin", "id": "Firestore_InsertQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "formData": { "next": { "data": "{}", "viewType": "component", "componentData": "{}" }, "path": { "data": "template_table", "viewType": "component", "componentData": "template_table" }, "prev": { "data": "{}", "viewType": "component", "componentData": "{}" }, "orderBy": { "data": "FORM", "viewType": "component", "componentData": "FORM" }, "limitDocuments": { "data": "INSERT", "viewType": "component", "componentData": "INSERT" }, "body": { "data": "{{insert_form.formData}}", "viewType": "component", "componentData": "{\n\t\"col1\": \"{{insert_col_input1.text}}\",\n\t\"col2\": \"{{insert_col_input2.text}}\",\n\t\"col3\": \"{{insert_col_input3.text}}\",\n\t\"col4\": \"{{insert_col_input4.text}}\",\n\t\"col5\": \"{{insert_col_input5.text}}\"\n}" }, "command": { "data": "ADD_TO_COLLECTION", "viewType": "component", "componentData": "ADD_TO_COLLECTION" }, "smartSubstitution": "false" } }, "policies": [], "userPermissions": [], "pageId": "Firestore", "invalids": [], "dynamicBindingPathList": [{ "key": "formData.body.data" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_col_input1.text", "insert_col_input2.text", "insert_col_input3.text", "insert_col_input4.text", "insert_col_input5.text", "insert_form.formData" ], "datasource": { "deleted": false, "pluginId": "firestore-plugin", "policies": [], "messages": [], "id": "FBTemplateDB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f11" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "keys *" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "redis-plugin", "name": "RedisTemplateApps", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "FetchKeys", "messages": [] }, "deleted": false, "pluginId": "redis-plugin", "id": "Redis_FetchKeys", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "keys *" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [], "confirmBeforeExecute": false, "jsonPathKeys": [], "datasource": { "deleted": false, "pluginId": "redis-plugin", "name": "RedisTemplateApps", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "FetchKeys", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f13" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "set {{insert_key_input.text}} \"{{insert_value_input.text}}\"" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["insert_key_input.text", "insert_value_input.text"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertKey", "messages": [] }, "deleted": false, "pluginId": "redis-plugin", "id": "Redis_InsertKey", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "set {{insert_key_input.text}} \"{{insert_value_input.text}}\"" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["insert_key_input.text", "insert_value_input.text"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertKey", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f14" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "set {{data_table.selectedRow.result}} \"{{update_value_input.text}}\"" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.result", "update_value_input.text" ], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateKey", "messages": [] }, "deleted": false, "pluginId": "redis-plugin", "id": "Redis_UpdateKey", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "set {{data_table.selectedRow.result}} \"{{update_value_input.text}}\"" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.result", "update_value_input.text" ], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateKey", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f15" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "del {{data_table.triggeredRow.result}}" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.result"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteKey", "messages": [] }, "deleted": false, "pluginId": "redis-plugin", "id": "Redis_DeleteKey", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "del {{data_table.triggeredRow.result}}" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.result"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteKey", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f16" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "GET {{data_table.selectedRow.result}}" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.selectedRow.result"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "FetchValue", "messages": [] }, "deleted": false, "pluginId": "redis-plugin", "id": "Redis_FetchValue", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "GET {{data_table.selectedRow.result}}" }, "policies": [], "userPermissions": [], "pageId": "Redis", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.selectedRow.result"], "datasource": { "deleted": false, "pluginId": "redis-plugin", "policies": [], "messages": [], "id": "RedisTemplateApps", "userPermissions": [], "isAutoGenerated": false }, "name": "FetchValue", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f17" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "SELECT * FROM public.template_table\nWHERE \"col2\" ilike '%{{data_table.searchText || \"\"}}%'\nORDER BY \"{{data_table.sortOrder.column || 'col1'}}\" {{data_table.sortOrder.order || 'ASC'}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || 'ASC'" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "PostgreSQL_SelectQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": true, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "SELECT * FROM public.template_table\nWHERE \"col2\" ilike '%{{data_table.searchText || \"\"}}%'\nORDER BY \"{{data_table.sortOrder.column || 'col1'}}\" {{data_table.sortOrder.order || 'ASC'}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};", "pluginSpecifiedTemplates": [{ "value": false }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || 'ASC'" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "SelectQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f1a" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\",\n\t\"col3\",\n\t\"col4\",\n\t\"col5\",\n\t\"col6\",\n\t\"col7\",\n\t\"col8\",\n\t\"col9\",\n\t\"col10\",\n\t\"col11\",\n\t\"col12\"\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_form.formData.col1", "insert_form.formData.col10", "insert_form.formData.col11", "insert_form.formData.col12", "insert_form.formData.col2", "insert_form.formData.col3", "insert_form.formData.col4", "insert_form.formData.col5", "insert_form.formData.col6", "insert_form.formData.col7", "insert_form.formData.col8", "insert_form.formData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "PostgreSQL_InsertQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\",\n\t\"col3\",\n\t\"col4\",\n\t\"col5\",\n\t\"col6\",\n\t\"col7\",\n\t\"col8\",\n\t\"col9\",\n\t\"col10\",\n\t\"col11\",\n\t\"col12\"\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "insert_form.formData.col1", "insert_form.formData.col10", "insert_form.formData.col11", "insert_form.formData.col12", "insert_form.formData.col2", "insert_form.formData.col3", "insert_form.formData.col4", "insert_form.formData.col5", "insert_form.formData.col6", "insert_form.formData.col7", "insert_form.formData.col8", "insert_form.formData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "InsertQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f1b" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "DELETE FROM public.template_table\n WHERE \"col1\" = {{data_table.triggeredRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.col1"], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "PostgreSQL_DeleteQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "DELETE FROM public.template_table\n WHERE \"col1\" = {{data_table.triggeredRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.triggeredRow.col1"], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "DeleteQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f18" }, { "pluginType": "DB", "unpublishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "UPDATE public.template_table SET\n\t\t\"col2\" = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\t\"col3\" = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n \"col4\" = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\t\"col5\" = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\t\"col6\" = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\t\"col7\" = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\t\"col8\" = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\t\"col9\" = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\t\"col10\" = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\t\"col11\" = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\t\"col12\" = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n\tWHERE \"col1\" = {{data_table.selectedRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.col1", "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10", "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11", "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12", "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2", "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3", "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4", "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5", "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6", "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7", "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8", "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "deleted": false, "pluginId": "postgres-plugin", "id": "PostgreSQL_UpdateQuery", "publishedAction": { "userSetOnLoad": false, "executeOnLoad": false, "isValid": true, "actionConfiguration": { "paginationType": "NONE", "selfReferencingDataPaths": [], "timeoutInMillisecond": 10000, "encodeParamsToggle": true, "body": "UPDATE public.template_table SET\n\t\t\"col2\" = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\t\"col3\" = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n \"col4\" = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\t\"col5\" = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\t\"col6\" = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\t\"col7\" = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\t\"col8\" = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\t\"col9\" = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\t\"col10\" = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\t\"col11\" = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\t\"col12\" = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n\tWHERE \"col1\" = {{data_table.selectedRow.col1}};", "pluginSpecifiedTemplates": [{ "value": true }] }, "policies": [], "userPermissions": [], "pageId": "PostgreSQL", "invalids": [], "dynamicBindingPathList": [{ "key": "body" }], "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.selectedRow.col1", "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10", "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11", "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12", "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2", "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3", "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4", "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5", "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6", "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7", "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8", "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9" ], "datasource": { "deleted": false, "pluginId": "postgres-plugin", "name": "Internal DB", "policies": [], "messages": [], "id": "Internal DB", "userPermissions": [], "isAutoGenerated": false }, "name": "UpdateQuery", "messages": [] }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f19" } ], "pageList": [ { "publishedPage": { "name": "Admin", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "API", "confirmBeforeExecute": false, "jsonPathKeys": [], "name": "get_exported_app", "timeoutInMillisecond": 100000, "id": "Admin_get_exported_app" } ], [ { "pluginType": "JS", "confirmBeforeExecute": false, "jsonPathKeys": [ "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" ], "clientSideExecution": true, "name": "Utils.myFun2", "timeoutInMillisecond": 10000, "id": "Admin_Utils.myFun2", "collectionId": "Admin_Utils" } ] ], "id": "Admin", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 940, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "NONE", "widgetName": "Container7", "borderColor": "transparent", "isCanvas": true, "displayName": "Container", "iconSVG": "/static/media/icon.1977dca3.svg", "topRow": 87, "bottomRow": 94, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 17.9375, "dynamicTriggerPathList": [], "leftColumn": 11, "dynamicBindingPathList": [], "children": [ { "widgetName": "Canvas12", "rightColumn": 430.5, "detachFromLayout": true, "displayName": "Canvas", "widgetId": "f5ga14rmty", "containerStyle": "none", "topRow": 0, "bottomRow": 70, "parentRowSpace": 1, "isVisible": true, "type": "CANVAS_WIDGET", "canExtend": false, "version": 1, "hideCard": true, "parentId": "9ervv0ae6d", "minHeight": 400, "renderMode": "CANVAS", "isLoading": false, "parentColumnSpace": 1, "leftColumn": 0, "children": [ { "widgetName": "Text38", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b52.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 3.05078125, "dynamicTriggerPathList": [], "leftColumn": 1, "dynamicBindingPathList": [], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "YourCompany", "key": "gbfdctoduz", "rightColumn": 14, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "jd3kv1k6ou", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "shouldScroll": false, "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "maxDynamicHeight": 9000, "fontSize": "HEADING2", "minDynamicHeight": 4 }, { "widgetName": "Button5", "onClick": "{{navigateTo('1 Track Applications', {})}}", "buttonColor": "#FFFFFF", "displayName": "Button", "iconSVG": "/static/media/icon.cca02633.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 11.93359375, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 50, "dynamicBindingPathList": [], "text": "Track Applications", "isDisabled": false, "key": "c3vy6jijoj", "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "txbmxg3r0f", "isVisible": true, "recaptchaType": "V3", "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "ROUNDED", "buttonVariant": "PRIMARY", "placement": "CENTER" }, { "widgetName": "Button5Copy", "onClick": "{{navigateTo('2 Application Upload', {})}}", "buttonColor": "#FFFFFF", "displayName": "Button", "iconSVG": "/static/media/icon.cca02633.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 11.93359375, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 33, "dynamicBindingPathList": [], "text": "Application Upload", "isDisabled": false, "key": "c3vy6jijoj", "rightColumn": 50, "isDefaultClickDisabled": true, "widgetId": "u16z17a8jy", "isVisible": true, "recaptchaType": "V3", "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "ROUNDED", "buttonVariant": "PRIMARY", "placement": "CENTER" } ], "key": "zogzl76zd8" } ], "borderWidth": "0", "key": "zhft13af0w", "backgroundColor": "#FFFFFF", "rightColumn": 55, "dynamicHeight": "FIXED", "widgetId": "9ervv0ae6d", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "15", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Form1", "borderColor": "#2E3D49", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 5, "bottomRow": 86, "parentRowSpace": 10, "type": "FORM_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 554.75, "detachFromLayout": true, "widgetId": "kwx6oz4fub", "containerStyle": "none", "topRow": 0, "bottomRow": 810, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "hdpwx2szs0", "minHeight": 810, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text1", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Update App Template", "labelTextSize": "0.875rem", "rightColumn": 44, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "7fqtlu52np", "isVisible": true, "fontStyle": "BOLD", "textColor": "#2E3D49", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text2", "topRow": 10, "bottomRow": 71, "parentRowSpace": 10, "type": "TEXT_WIDGET", "animateLoading": true, "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "{{get_exported_app.data}}", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "w2l08fshj2", "isVisible": true, "fontStyle": "BOLD", "textColor": "#2E3D49", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button1", "onClick": "{{Utils.myFun2()}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#2E3D49", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 44, "dynamicBindingPathList": [], "text": "Refresh", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "iconName": "refresh", "widgetId": "2vtg0qdlqv", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0.375rem", "buttonVariant": "SECONDARY", "iconAlign": "left" }, { "boxShadow": "none", "widgetName": "Button2", "onClick": "{{update_template.run(() => showAlert('Template Updated','success'), () => {})}}", "dynamicPropertyPathList": [{ "key": "isDisabled" }], "buttonColor": "#2E3D49", "topRow": 73, "bottomRow": 77, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 1, "dynamicBindingPathList": [{ "key": "isDisabled" }], "text": "Deploy", "isDisabled": "{{get_exported_app.data.exportedApplication === undefined}}", "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "iconName": "airplane", "widgetId": "jg23u09rwk", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0.375rem", "buttonVariant": "PRIMARY", "iconAlign": "left" }, { "boxShadow": "none", "widgetName": "Text4", "topRow": 5, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "⚠️ Please create a branch named update-crud-template before deploying and run test cases on it", "labelTextSize": "0.875rem", "rightColumn": 63, "backgroundColor": "#DD4B34", "textAlign": "CENTER", "dynamicHeight": "FIXED", "widgetId": "fanskapltd", "isVisible": true, "fontStyle": "", "textColor": "#FFFFFF", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "1", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 45, "dynamicHeight": "FIXED", "widgetId": "hdpwx2szs0", "isVisible": true, "parentId": "0", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "datasource_arr", "topRow": 1, "bottomRow": 35, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "[\n{ \"name\":\"mongo-plugin\",\n\"id\": \"61d6b292053d041e6d486fbb\"\n},\n{ \"name\":\"postgres-plugin\",\n\"id\": \"61764f91ba7e887d03bc35d3\"\n}\n]", "labelTextSize": "0.875rem", "rightColumn": 12, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "znji9afu2q", "isVisible": false, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "widgetName": "Text39", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg", "searchTags": ["typography", "paragraph", "label"], "topRow": 27, "bottomRow": 47, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "parentColumnSpace": 12.5625, "dynamicTriggerPathList": [], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "fontFamily" }, { "key": "borderRadius" }, { "key": "text" } ], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "{{Api1.data}}", "key": "7wpupobwee", "isDeprecated": false, "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "frbxrzzmng", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ] } } ], "slug": "admin", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "Admin", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "API", "confirmBeforeExecute": false, "jsonPathKeys": [], "name": "get_exported_app", "timeoutInMillisecond": 100000, "id": "Admin_get_exported_app" } ], [ { "pluginType": "JS", "confirmBeforeExecute": false, "jsonPathKeys": [ "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}" ], "clientSideExecution": true, "name": "Utils.myFun2", "timeoutInMillisecond": 10000, "id": "Admin_Utils.myFun2", "collectionId": "Admin_Utils" } ] ], "id": "Admin", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 940, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "NONE", "widgetName": "Container7", "borderColor": "transparent", "isCanvas": true, "displayName": "Container", "iconSVG": "/static/media/icon.1977dca3.svg", "topRow": 87, "bottomRow": 94, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 17.9375, "dynamicTriggerPathList": [], "leftColumn": 11, "dynamicBindingPathList": [], "children": [ { "widgetName": "Canvas12", "rightColumn": 430.5, "detachFromLayout": true, "displayName": "Canvas", "widgetId": "f5ga14rmty", "containerStyle": "none", "topRow": 0, "bottomRow": 70, "parentRowSpace": 1, "isVisible": true, "type": "CANVAS_WIDGET", "canExtend": false, "version": 1, "hideCard": true, "parentId": "9ervv0ae6d", "minHeight": 400, "renderMode": "CANVAS", "isLoading": false, "parentColumnSpace": 1, "leftColumn": 0, "children": [ { "widgetName": "Text38", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b52.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 3.05078125, "dynamicTriggerPathList": [], "leftColumn": 1, "dynamicBindingPathList": [], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "YourCompany", "key": "gbfdctoduz", "rightColumn": 14, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "jd3kv1k6ou", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "shouldScroll": false, "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "maxDynamicHeight": 9000, "fontSize": "HEADING2", "minDynamicHeight": 4 }, { "widgetName": "Button5", "onClick": "{{navigateTo('1 Track Applications', {})}}", "buttonColor": "#FFFFFF", "displayName": "Button", "iconSVG": "/static/media/icon.cca02633.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 11.93359375, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 50, "dynamicBindingPathList": [], "text": "Track Applications", "isDisabled": false, "key": "c3vy6jijoj", "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "txbmxg3r0f", "isVisible": true, "recaptchaType": "V3", "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "ROUNDED", "buttonVariant": "PRIMARY", "placement": "CENTER" }, { "widgetName": "Button5Copy", "onClick": "{{navigateTo('2 Application Upload', {})}}", "buttonColor": "#FFFFFF", "displayName": "Button", "iconSVG": "/static/media/icon.cca02633.svg", "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 11.93359375, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 33, "dynamicBindingPathList": [], "text": "Application Upload", "isDisabled": false, "key": "c3vy6jijoj", "rightColumn": 50, "isDefaultClickDisabled": true, "widgetId": "u16z17a8jy", "isVisible": true, "recaptchaType": "V3", "version": 1, "parentId": "f5ga14rmty", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "ROUNDED", "buttonVariant": "PRIMARY", "placement": "CENTER" } ], "key": "zogzl76zd8" } ], "borderWidth": "0", "key": "zhft13af0w", "backgroundColor": "#FFFFFF", "rightColumn": 55, "dynamicHeight": "FIXED", "widgetId": "9ervv0ae6d", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "15", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Form1", "borderColor": "#2E3D49", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 5, "bottomRow": 86, "parentRowSpace": 10, "type": "FORM_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 554.75, "detachFromLayout": true, "widgetId": "kwx6oz4fub", "containerStyle": "none", "topRow": 0, "bottomRow": 810, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "hdpwx2szs0", "minHeight": 810, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text1", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Update App Template", "labelTextSize": "0.875rem", "rightColumn": 44, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "7fqtlu52np", "isVisible": true, "fontStyle": "BOLD", "textColor": "#2E3D49", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text2", "topRow": 10, "bottomRow": 71, "parentRowSpace": 10, "type": "TEXT_WIDGET", "animateLoading": true, "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "{{get_exported_app.data}}", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "w2l08fshj2", "isVisible": true, "fontStyle": "BOLD", "textColor": "#2E3D49", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button1", "onClick": "{{Utils.myFun2()}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#2E3D49", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 44, "dynamicBindingPathList": [], "text": "Refresh", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "iconName": "refresh", "widgetId": "2vtg0qdlqv", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0.375rem", "buttonVariant": "SECONDARY", "iconAlign": "left" }, { "boxShadow": "none", "widgetName": "Button2", "onClick": "{{update_template.run(() => showAlert('Template Updated','success'), () => {})}}", "dynamicPropertyPathList": [{ "key": "isDisabled" }], "buttonColor": "#2E3D49", "topRow": 73, "bottomRow": 77, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 1, "dynamicBindingPathList": [{ "key": "isDisabled" }], "text": "Deploy", "isDisabled": "{{get_exported_app.data.exportedApplication === undefined}}", "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "iconName": "airplane", "widgetId": "jg23u09rwk", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0.375rem", "buttonVariant": "PRIMARY", "iconAlign": "left" }, { "boxShadow": "none", "widgetName": "Text4", "topRow": 5, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "⚠️ Please create a branch named update-crud-template before deploying and run test cases on it", "labelTextSize": "0.875rem", "rightColumn": 63, "backgroundColor": "#DD4B34", "textAlign": "CENTER", "dynamicHeight": "FIXED", "widgetId": "fanskapltd", "isVisible": true, "fontStyle": "", "textColor": "#FFFFFF", "version": 1, "parentId": "kwx6oz4fub", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "1", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 45, "dynamicHeight": "FIXED", "widgetId": "hdpwx2szs0", "isVisible": true, "parentId": "0", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "datasource_arr", "topRow": 1, "bottomRow": 35, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "[\n{ \"name\":\"mongo-plugin\",\n\"id\": \"61d6b292053d041e6d486fbb\"\n},\n{ \"name\":\"postgres-plugin\",\n\"id\": \"61764f91ba7e887d03bc35d3\"\n}\n]", "labelTextSize": "0.875rem", "rightColumn": 12, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "znji9afu2q", "isVisible": false, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "widgetName": "Text39", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg", "searchTags": ["typography", "paragraph", "label"], "topRow": 27, "bottomRow": 47, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "parentColumnSpace": 12.5625, "dynamicTriggerPathList": [], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "fontFamily" }, { "key": "borderRadius" }, { "key": "text" } ], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "{{Api1.data}}", "key": "7wpupobwee", "isDeprecated": false, "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "frbxrzzmng", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ] } } ], "slug": "admin", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc3" }, { "publishedPage": { "name": "Google Sheets", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "SAAS", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "Google Sheets_SelectQuery" } ] ], "id": "Google Sheets", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 870, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": { "task": { "labelTextSize": "0.875rem", "identifier": "task", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.task))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "task", "isVisible": true, "label": "Task", "originalIdentifier": "task", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "Drop a table", "fieldType": "Text Input" }, "step": { "labelTextSize": "0.875rem", "identifier": "step", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.step))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "step", "isVisible": true, "label": "Step", "originalIdentifier": "step", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "#1", "fieldType": "Text Input" }, "status": { "labelTextSize": "0.875rem", "identifier": "status", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "status", "isVisible": true, "label": "Status", "originalIdentifier": "status", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "✅", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "entry 5", "col2": "is 2", "col3": "new 3", "col1": "This 12" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating row!\\n${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row Id: {{data_table.selectedRow.rowIndex}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "title" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "boxShadow" }, { "key": "borderRadius" }, { "key": "schema.__root_schema__.children.step.defaultValue" }, { "key": "schema.__root_schema__.children.step.accentColor" }, { "key": "schema.__root_schema__.children.step.borderRadius" }, { "key": "schema.__root_schema__.children.task.defaultValue" }, { "key": "schema.__root_schema__.children.task.accentColor" }, { "key": "schema.__root_schema__.children.task.borderRadius" }, { "key": "schema.__root_schema__.children.status.defaultValue" }, { "key": "schema.__root_schema__.children.status.accentColor" }, { "key": "schema.__root_schema__.children.status.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"rowIndex\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "tn9ri7ylp2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{data_table.selectedRow!==undefined}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 87, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 870, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 1, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 63, "textSize": "0.875rem", "widgetId": "icx7cf3936", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 39, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "typ9jslblf", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "8b67sbqskr", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text11", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 48, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "delete_button", "onClick": "{{(function () {\nDeleteQuery.run(() =>{ showAlert('Row successfully deleted!','success');\tSelectQuery.run();\n}, () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\n})()}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "entry 5", "cellBoxShadow": "none", "fieldType": "Text Input" }, "rowIndex": { "labelTextSize": "0.875rem", "identifier": "rowIndex", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.rowIndex))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "rowIndex", "isVisible": false, "label": "Row Index", "originalIdentifier": "rowIndex", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "sourceData": "0", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "is 2", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "new 3", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "This 12", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "entry 5", "rowIndex": "0", "col2": "is 2", "col3": "new 3", "col1": "This 12" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "schema.__root_schema__.children.rowIndex.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.rowIndex.accentColor" }, { "key": "schema.__root_schema__.children.rowIndex.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "4amgm2y5ph", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "google-sheets", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "Google Sheets", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "SAAS", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "Google Sheets_SelectQuery" } ] ], "id": "Google Sheets", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 870, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": { "task": { "labelTextSize": "0.875rem", "identifier": "task", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.task))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "task", "isVisible": true, "label": "Task", "originalIdentifier": "task", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "Drop a table", "fieldType": "Text Input" }, "step": { "labelTextSize": "0.875rem", "identifier": "step", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.step))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "step", "isVisible": true, "label": "Step", "originalIdentifier": "step", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "#1", "fieldType": "Text Input" }, "status": { "labelTextSize": "0.875rem", "identifier": "status", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "status", "isVisible": true, "label": "Status", "originalIdentifier": "status", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "✅", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "entry 5", "col2": "is 2", "col3": "new 3", "col1": "This 12" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating row!\\n${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row Id: {{data_table.selectedRow.rowIndex}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "title" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "boxShadow" }, { "key": "borderRadius" }, { "key": "schema.__root_schema__.children.step.defaultValue" }, { "key": "schema.__root_schema__.children.step.accentColor" }, { "key": "schema.__root_schema__.children.step.borderRadius" }, { "key": "schema.__root_schema__.children.task.defaultValue" }, { "key": "schema.__root_schema__.children.task.accentColor" }, { "key": "schema.__root_schema__.children.task.borderRadius" }, { "key": "schema.__root_schema__.children.status.defaultValue" }, { "key": "schema.__root_schema__.children.status.accentColor" }, { "key": "schema.__root_schema__.children.status.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"rowIndex\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "tn9ri7ylp2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{data_table.selectedRow!==undefined}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 87, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 870, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 1, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 63, "textSize": "0.875rem", "widgetId": "icx7cf3936", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 39, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "typ9jslblf", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "8b67sbqskr", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text11", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 48, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "delete_button", "onClick": "{{(function () {\nDeleteQuery.run(() =>{ showAlert('Row successfully deleted!','success');\tSelectQuery.run();\n}, () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\n})()}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "entry 5", "cellBoxShadow": "none", "fieldType": "Text Input" }, "rowIndex": { "labelTextSize": "0.875rem", "identifier": "rowIndex", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.rowIndex))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "rowIndex", "isVisible": false, "label": "Row Index", "originalIdentifier": "rowIndex", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "sourceData": "0", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "is 2", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "new 3", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "This 12", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "entry 5", "rowIndex": "0", "col2": "is 2", "col3": "new 3", "col1": "This 12" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "schema.__root_schema__.children.rowIndex.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.rowIndex.accentColor" }, { "key": "schema.__root_schema__.children.rowIndex.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "4amgm2y5ph", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "google-sheets", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc1" }, { "publishedPage": { "name": "Firestore", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')", "SelectQuery.data[0]", "SelectQuery.data[SelectQuery.data.length - 1]", "data_table.pageSize", "data_table.tableData[0]", "data_table.tableData[data_table.tableData.length - 1]", "order_select.selectedOptionValue + key_select.selectedOptionValue" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "Firestore_SelectQuery" } ] ], "id": "Firestore", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 880, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "#03B365", "dataType": "object", "cellBorderRadius": "0px", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "0px", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "duh", "fieldType": "Text Input" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "sourceData": "new", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "", "col5": "", "col2": "", "col3": "", "__primaryKey__": "", "col1": "" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.children.key2.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating row!','error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"_ref\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "pfyg9tlwj1", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 88, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 7, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns._ref.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "_ref", "col4", "col5", "col2", "col3", "col1", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 86, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "_ref": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "_ref", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "_ref", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "27p4k3jpj3", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "lqa75t4x8s", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "rc610d47lm", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 53, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button12", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "#03B365", "dataType": "object", "cellBorderRadius": "0px", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "0px", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "4", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "sourceData": "5", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "new", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "neighbour", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "Hello", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4", "col5": "5", "col2": "new", "col3": "neighbour", "col1": "Hello" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(() => SelectQuery.run(() => resetWidget('Insert_Modal')), () => {})}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"_ref\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "qljqxmx394", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "firestore", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "Firestore", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')", "SelectQuery.data[0]", "SelectQuery.data[SelectQuery.data.length - 1]", "data_table.pageSize", "data_table.tableData[0]", "data_table.tableData[data_table.tableData.length - 1]", "order_select.selectedOptionValue + key_select.selectedOptionValue" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "Firestore_SelectQuery" } ] ], "id": "Firestore", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 880, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "#03B365", "dataType": "object", "cellBorderRadius": "0px", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "0px", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "duh", "fieldType": "Text Input" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "string", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "sourceData": "new", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "", "col5": "", "col2": "", "col3": "", "__primaryKey__": "", "col1": "" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.children.key2.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating row!','error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"_ref\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "pfyg9tlwj1", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 88, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 7, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns._ref.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "_ref", "col4", "col5", "col2", "col3", "col1", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 86, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "_ref": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "_ref", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "_ref", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "27p4k3jpj3", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "lqa75t4x8s", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "rc610d47lm", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 53, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button12", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "#03B365", "dataType": "object", "cellBorderRadius": "0px", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "0px", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "4", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "sourceData": "5", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "new", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "neighbour", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "Hello", "cellBoxShadow": "none", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4", "col5": "5", "col2": "new", "col3": "neighbour", "col1": "Hello" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(() => SelectQuery.run(() => resetWidget('Insert_Modal')), () => {})}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"_ref\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "qljqxmx394", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "firestore", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc7" }, { "publishedPage": { "name": "PostgreSQL", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || 'ASC'" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "PostgreSQL_SelectQuery" } ] ], "id": "PostgreSQL", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 860, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "topRow": 0, "bottomRow": 86, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 860, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "col1", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "hpy3pb4xft", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 54, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "xp5u9a9nzq", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "nh3cu4lb1g", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#2E3D49", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 884, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "boolean", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "borderRadius": "0px", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "cellBoxShadow": "none", "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "none", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 81, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "o8oiq6vwkk", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 884, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "boolean", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row col1: {{data_table.selectedRow.col1}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "y5cjzuxnb3", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "postgresql", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "PostgreSQL", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || 'ASC'" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "PostgreSQL_SelectQuery" } ] ], "id": "PostgreSQL", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 860, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "topRow": 0, "bottomRow": 86, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 860, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "col1", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "hpy3pb4xft", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 54, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "xp5u9a9nzq", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "nh3cu4lb1g", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#2E3D49", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 884, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "boolean", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "borderRadius": "0px", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "cellBoxShadow": "none", "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "none", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 81, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "o8oiq6vwkk", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 884, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "boolean", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row col1: {{data_table.selectedRow.col1}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "y5cjzuxnb3", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "postgresql", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc8" }, { "publishedPage": { "name": "Page Generator", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [], "id": "Page Generator", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 550, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Tabs1", "topRow": 11, "bottomRow": 55, "parentRowSpace": 10, "type": "TABS_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 16, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "tabId": "tab1", "labelTextSize": "0.875rem", "boxShadow": "none", "tabName": "SQL", "rightColumn": 634, "widgetName": "Canvas2", "detachFromLayout": true, "widgetId": "nyka98xqpv", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "parentId": "jalvzswyyk", "isLoading": false, "renderMode": "CANVAS", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text2", "topRow": 3, "bottomRow": 7, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Datasource ID", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "957c72jpan", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text4", "topRow": 17, "bottomRow": 21, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Table Name", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "nz74xi3ae3", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text6", "topRow": 21, "bottomRow": 25, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Columns to Select", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "s1i89k31f5", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text7", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Column to Search", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "rbacxz6brz", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "resetFormOnClick": false, "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "FormButton1", "onClick": "{{generate_sql_app.run(() => showAlert('Page Created!','success'), () => {})}}", "rightColumn": 63, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "n6220hgzzs", "topRow": 33, "bottomRow": 37, "isVisible": true, "type": "FORM_BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "nyka98xqpv", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Generate" }, { "boxShadow": "none", "widgetName": "datasource_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 3, "bottomRow": 7, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "fk5njkiu28", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "tableName_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 17, "bottomRow": 21, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "v6vho5uqct", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "select_cols_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 21, "bottomRow": 25, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "e1j5kngy1t", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "search_col_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "cqxwse0717", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "app_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 7.0791015625, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "r1onz3oq9w", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "26c0iltpjr", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text16", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b52.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "overflow": "NONE", "parentColumnSpace": 7.0791015625, "dynamicTriggerPathList": [], "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "App ID", "key": "99ilu0uxi8", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "242g7dtr9t", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ] }, { "tabId": "tab2", "labelTextSize": "0.875rem", "boxShadow": "none", "tabName": "GSheet", "rightColumn": 634, "widgetName": "Canvas3", "detachFromLayout": true, "widgetId": "neexe4fljs", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "parentId": "jalvzswyyk", "isLoading": false, "renderMode": "CANVAS", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text8", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "DataSource URL", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "3ghywz6tk6", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text9", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "SpreadSheet URL", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "r6o12im1qd", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text10", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Sheet Name", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "k0ul3uaoph", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text11", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Table Header Index", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "l1r1tfbx6y", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button1", "onClick": "{{generate_gsheet_app.run()}}", "buttonColor": "#03B365", "topRow": 30, "bottomRow": 34, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [], "text": "Generate", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 62, "isDefaultClickDisabled": true, "widgetId": "zzsh2d5rns", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "gsheet_ds_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "j61fbsst0i", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "spreadsheet_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "vm21ddffi6", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "sheet_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "5r5hxd2qs8", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "header_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "z3nz99y80l", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ] }, { "tabId": "tab7qxuerb9p7", "boxShadow": "none", "widgetName": "Canvas4", "topRow": 1, "bottomRow": 400, "parentRowSpace": 1, "canExtend": false, "type": "CANVAS_WIDGET", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Text12", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Datasource URL", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "4l1uqhf2au", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text13", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Collection Name", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "0y3rz6ufib", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text14", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Keys to Fetch", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "s1fhjft9to", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text15", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Key to Search", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "rwi67ouhe1", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button2", "onClick": "{{generate_mongo_app.run()}}", "buttonColor": "#03B365", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [], "text": "Generate", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 62, "isDefaultClickDisabled": true, "widgetId": "6ui5kmqebf", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "mongo_ds_url", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "3iwx4ppimv", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "collection_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "82uk5g7krv", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "fetch_keys_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "jx1zxum47l", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "search_keys_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 28.9375, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "24223uwmke", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ], "labelTextSize": "0.875rem", "tabName": "Mongo", "rightColumn": 574.5625, "detachFromLayout": true, "widgetId": "4yqoh4fjmv", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "jalvzswyyk", "isLoading": false, "borderRadius": "0px" } ], "labelTextSize": "0.875rem", "rightColumn": 45, "dynamicHeight": "FIXED", "widgetId": "jalvzswyyk", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "defaultTab": "SQL", "shouldShowTabs": true, "tabsObj": { "tab1": { "widgetId": "nyka98xqpv", "index": 0, "label": "SQL", "id": "tab1", "isVisible": true }, "tab2": { "widgetId": "neexe4fljs", "index": 1, "label": "GSheet", "id": "tab2", "isVisible": true }, "tab7qxuerb9p7": { "widgetId": "4yqoh4fjmv", "id": "tab7qxuerb9p7", "label": "Mongo", "isVisible": true } }, "isVisible": true, "version": 3, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "page-generator", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "Page Generator", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [], "id": "Page Generator", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 550, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Tabs1", "topRow": 11, "bottomRow": 55, "parentRowSpace": 10, "type": "TABS_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 16, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "tabId": "tab1", "labelTextSize": "0.875rem", "boxShadow": "none", "tabName": "SQL", "rightColumn": 634, "widgetName": "Canvas2", "detachFromLayout": true, "widgetId": "nyka98xqpv", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "parentId": "jalvzswyyk", "isLoading": false, "renderMode": "CANVAS", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text2", "topRow": 3, "bottomRow": 7, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Datasource ID", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "957c72jpan", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text4", "topRow": 17, "bottomRow": 21, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Table Name", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "nz74xi3ae3", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text6", "topRow": 21, "bottomRow": 25, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Columns to Select", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "s1i89k31f5", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text7", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.35546875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Column to Search", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "rbacxz6brz", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "resetFormOnClick": false, "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "FormButton1", "onClick": "{{generate_sql_app.run(() => showAlert('Page Created!','success'), () => {})}}", "rightColumn": 63, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "n6220hgzzs", "topRow": 33, "bottomRow": 37, "isVisible": true, "type": "FORM_BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "nyka98xqpv", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Generate" }, { "boxShadow": "none", "widgetName": "datasource_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 3, "bottomRow": 7, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "fk5njkiu28", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "tableName_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 17, "bottomRow": 21, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "v6vho5uqct", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "select_cols_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 21, "bottomRow": 25, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "e1j5kngy1t", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "search_col_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "cqxwse0717", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "app_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 7.0791015625, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 15, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "r1onz3oq9w", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "26c0iltpjr", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text16", "displayName": "Text", "iconSVG": "/static/media/icon.97c59b52.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "TEXT_WIDGET", "hideCard": false, "animateLoading": true, "overflow": "NONE", "parentColumnSpace": 7.0791015625, "dynamicTriggerPathList": [], "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "shouldTruncate": false, "truncateButtonColor": "#FFC13D", "text": "App ID", "key": "99ilu0uxi8", "labelTextSize": "0.875rem", "rightColumn": 14, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "242g7dtr9t", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "nyka98xqpv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ] }, { "tabId": "tab2", "labelTextSize": "0.875rem", "boxShadow": "none", "tabName": "GSheet", "rightColumn": 634, "widgetName": "Canvas3", "detachFromLayout": true, "widgetId": "neexe4fljs", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "parentId": "jalvzswyyk", "isLoading": false, "renderMode": "CANVAS", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text8", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "DataSource URL", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "3ghywz6tk6", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text9", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "SpreadSheet URL", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "r6o12im1qd", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text10", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Sheet Name", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "k0ul3uaoph", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text11", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Table Header Index", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "l1r1tfbx6y", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button1", "onClick": "{{generate_gsheet_app.run()}}", "buttonColor": "#03B365", "topRow": 30, "bottomRow": 34, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [], "text": "Generate", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 62, "isDefaultClickDisabled": true, "widgetId": "zzsh2d5rns", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "neexe4fljs", "isLoading": false, "borderRadius": "0px", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "gsheet_ds_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "j61fbsst0i", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "spreadsheet_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "vm21ddffi6", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "sheet_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "5r5hxd2qs8", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "header_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 17, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "z3nz99y80l", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "neexe4fljs", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ] }, { "tabId": "tab7qxuerb9p7", "boxShadow": "none", "widgetName": "Canvas4", "topRow": 1, "bottomRow": 400, "parentRowSpace": 1, "canExtend": false, "type": "CANVAS_WIDGET", "minHeight": 410, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Text12", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Datasource URL", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "4l1uqhf2au", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text13", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Collection Name", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "0y3rz6ufib", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text14", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Keys to Fetch", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "s1fhjft9to", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text15", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Key to Search", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "rwi67ouhe1", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button2", "onClick": "{{generate_mongo_app.run()}}", "buttonColor": "#03B365", "topRow": 29, "bottomRow": 33, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 8.6650390625, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [], "text": "Generate", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 62, "isDefaultClickDisabled": true, "widgetId": "6ui5kmqebf", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "4yqoh4fjmv", "isLoading": false, "borderRadius": "0px", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "mongo_ds_url", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "3iwx4ppimv", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "collection_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "82uk5g7krv", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "fetch_keys_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 19, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 12.7998046875, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "jx1zxum47l", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "search_keys_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 22, "bottomRow": 26, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 28.9375, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "0equv9lg65", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 61, "dynamicHeight": "FIXED", "widgetId": "24223uwmke", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "4yqoh4fjmv", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ], "labelTextSize": "0.875rem", "tabName": "Mongo", "rightColumn": 574.5625, "detachFromLayout": true, "widgetId": "4yqoh4fjmv", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "jalvzswyyk", "isLoading": false, "borderRadius": "0px" } ], "labelTextSize": "0.875rem", "rightColumn": 45, "dynamicHeight": "FIXED", "widgetId": "jalvzswyyk", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "defaultTab": "SQL", "shouldShowTabs": true, "tabsObj": { "tab1": { "widgetId": "nyka98xqpv", "index": 0, "label": "SQL", "id": "tab1", "isVisible": true }, "tab2": { "widgetId": "neexe4fljs", "index": 1, "label": "GSheet", "id": "tab2", "isVisible": true }, "tab7qxuerb9p7": { "widgetId": "4yqoh4fjmv", "id": "tab7qxuerb9p7", "label": "Mongo", "isVisible": true } }, "isVisible": true, "version": 3, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "page-generator", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc4" }, { "publishedPage": { "name": "MongoDB", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "data_table.sortOrder.column || 'col1'", "key_select.selectedOptionValue", "data_table.pageSize", "data_table.sortOrder.order == \"desc\" ? -1 : 1", "data_table.searchText||\"\"", "(data_table.pageNo - 1) * data_table.pageSize", "order_select.selectedOptionValue" ], "name": "FindQuery", "timeoutInMillisecond": 10000, "id": "MongoDB_FindQuery" } ] ], "id": "MongoDB", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 880, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "4444", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "22222", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "33", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "111", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4444", "col2": "22222", "col3": "33", "col1": "111" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(\n\t() => FindQuery.run(), \n\t(error) => showAlert(`Error while updating resource!\\n${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Document Id: {{data_table.selectedRow._id}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"_id\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "0511vwn3zi", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow._id}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 88, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "data_table", "onSort": "{{FindQuery.run()}}", "columnOrder": [ "revenue", "imdb_id", "release_date", "genres", "vote_average", "tagline", "_id", "title", "vote_count", "poster_path", "homepage", "status", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "onPageChange" }, { "key": "primaryColumns.customColumn1.borderRadius" } ], "isVisibleDownload": true, "topRow": 7, "bottomRow": 86, "parentRowSpace": 10, "onPageChange": "{{FindQuery.run()}}", "isSortable": true, "type": "TABLE_WIDGET_V2", "defaultSelectedRowIndex": "0", "animateLoading": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [ { "key": "onPageChange" }, { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "dynamicBindingPathList": [ { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns._id.computedValue" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.revenue.computedValue" }, { "key": "primaryColumns.imdb_id.computedValue" }, { "key": "primaryColumns.release_date.computedValue" }, { "key": "primaryColumns.genres.computedValue" }, { "key": "primaryColumns.vote_average.computedValue" }, { "key": "primaryColumns.tagline.computedValue" }, { "key": "primaryColumns.title.computedValue" }, { "key": "primaryColumns.vote_count.computedValue" }, { "key": "primaryColumns.poster_path.computedValue" }, { "key": "primaryColumns.homepage.computedValue" }, { "key": "primaryColumns.status.computedValue" }, { "key": "tableData" } ], "leftColumn": 1, "primaryColumns": { "imdb_id": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.imdb_id))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "imdb_id", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "imdb_id", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "{{data_tableCopy.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}", "onClick": "{{showModal('Delete_Modal')}}", "textSize": "0.875rem", "buttonColor": "#DD4B34", "index": 7, "isVisible": true, "label": "Delete", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}", "columnType": "button", "horizontalAlignment": "LEFT", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "verticalAlignment": "CENTER", "sticky": "right" }, "title": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.title))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "title", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "title", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "poster_path": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.poster_path))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "poster_path", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "poster_path", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "appsmith_mongo_escape_id": { "isCellVisible": true, "boxShadow": "none", "isDerived": false, "computedValue": "{{data_tableCopy.processedTableData.map((currentRow, currentIndex) => ( currentRow._id))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "_id", "columnType": "text", "horizontalAlignment": "LEFT", "borderRadius": "0px", "width": 150, "enableFilter": true, "enableSort": true, "id": "_id", "verticalAlignment": "CENTER" }, "revenue": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.revenue))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "revenue", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "revenue", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "release_date": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.release_date))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "release_date", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "release_date", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "genres": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.genres))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "genres", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "genres", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "vote_average": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_average))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "vote_average", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "vote_average", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "tagline": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.tagline))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "tagline", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "tagline", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "vote_count": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_count))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "vote_count", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "vote_count", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "homepage": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.homepage))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "homepage", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "homepage", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "status": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.status))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "status", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "status", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "delimiter": ",", "derivedColumns": { "customColumn1": { "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{DeleteQuery.run()}}", "textSize": "0.875rem", "buttonStyle": "#DD4B34", "index": 7, "isVisible": true, "label": "Delete", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}", "columnType": "button", "horizontalAlignment": "LEFT", "borderRadius": "0px", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "buttonLabelColor": "#FFFFFF", "verticalAlignment": "CENTER" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "m04j9ji345", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "tableData": "{{FindQuery.data}}", "isVisible": "true", "label": "Data", "searchKey": "", "version": 3, "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "isLoading": false, "isVisibleCompactMode": true, "onSearchTextChanged": "{{FindQuery.run()}}", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "isVisiblePagination": true, "primaryColumnId": "_id", "verticalAlignment": "CENTER", "columnSizeMap": { "task": 245, "deliveryAddress": 170, "step": 62, "id": 228, "status": 75 } }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{FindQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "nj85l57r47", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "atgojamsmw", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 45, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 33, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => FindQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 45, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this document?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "4444", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "placeholderText": "", "position": 0, "isDisabled": false, "sourceData": "new entry 3", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "33", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "111", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4444", "col2": "new entry 3", "col3": "33", "col1": "111" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => FindQuery.run(\n\t\t() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Document", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" } ], "borderWidth": "", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\", \"_id\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "ktpocp4ka2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] }, "mongoEscapedWidgetNames": ["data_table"] } ], "slug": "mongodb", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "MongoDB", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText||\"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order == \"desc\" ? -1 : 1", "key_select.selectedOptionValue", "order_select.selectedOptionValue" ], "name": "FindQuery", "timeoutInMillisecond": 10000, "id": "MongoDB_FindQuery" } ] ], "id": "MongoDB", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 880, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "4444", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "22222", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "33", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": "111", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4444", "col2": "22222", "col3": "33", "col1": "111" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#fff", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(\n\t() => FindQuery.run(), \n\t(error) => showAlert(`Error while updating resource!\\n${error}`,'error'))}}", "topRow": 0, "bottomRow": 86, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Document Id: {{data_table.selectedRow._id}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"_id\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "0511vwn3zi", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow._id}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 88, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "data_table", "onSort": "{{FindQuery.run()}}", "columnOrder": [ "revenue", "imdb_id", "release_date", "genres", "vote_average", "tagline", "_id", "title", "vote_count", "poster_path", "homepage", "status", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "onPageChange" }, { "key": "primaryColumns.customColumn1.borderRadius" } ], "isVisibleDownload": true, "topRow": 7, "bottomRow": 86, "parentRowSpace": 10, "onPageChange": "{{FindQuery.run()}}", "isSortable": true, "type": "TABLE_WIDGET_V2", "defaultSelectedRowIndex": "0", "animateLoading": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [ { "key": "onPageChange" }, { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "dynamicBindingPathList": [ { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns._id.computedValue" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.revenue.computedValue" }, { "key": "primaryColumns.imdb_id.computedValue" }, { "key": "primaryColumns.release_date.computedValue" }, { "key": "primaryColumns.genres.computedValue" }, { "key": "primaryColumns.vote_average.computedValue" }, { "key": "primaryColumns.tagline.computedValue" }, { "key": "primaryColumns.title.computedValue" }, { "key": "primaryColumns.vote_count.computedValue" }, { "key": "primaryColumns.poster_path.computedValue" }, { "key": "primaryColumns.homepage.computedValue" }, { "key": "primaryColumns.status.computedValue" }, { "key": "tableData" }, { "key": "derivedColumns.customColumn1.boxShadow" }, { "key": "primaryColumns.customColumn1.boxShadow" }, { "key": "derivedColumns.customColumn1.borderRadius" }, { "key": "derivedColumns.customColumn1.buttonColor" }, { "key": "primaryColumns.customColumn1.buttonColor" }, { "key": "primaryColumns.customColumn1.computedValue" }, { "key": "derivedColumns.customColumn1.computedValue" } ], "leftColumn": 1, "primaryColumns": { "imdb_id": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.imdb_id))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "imdb_id", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "imdb_id", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}", "isDerived": true, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}", "onClick": "{{showModal('Delete_Modal')}}", "textSize": "0.875rem", "buttonColor": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}", "iconName": "", "index": 7, "isVisible": true, "label": "Delete", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}", "columnType": "button", "horizontalAlignment": "LEFT", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "verticalAlignment": "CENTER", "sticky": "right" }, "title": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.title))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "title", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "title", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "poster_path": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.poster_path))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "poster_path", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "poster_path", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "appsmith_mongo_escape_id": { "isCellVisible": true, "boxShadow": "none", "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._id))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "_id", "columnType": "text", "horizontalAlignment": "LEFT", "borderRadius": "0px", "width": 150, "enableFilter": true, "enableSort": true, "id": "_id", "verticalAlignment": "CENTER" }, "revenue": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.revenue))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "revenue", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "revenue", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "release_date": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.release_date))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "release_date", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "release_date", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "genres": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.genres))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "genres", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "genres", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "vote_average": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_average))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "vote_average", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "vote_average", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "tagline": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.tagline))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "tagline", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "tagline", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "vote_count": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_count))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "vote_count", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "vote_count", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "homepage": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.homepage))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "homepage", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "homepage", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "status": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.status))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "status", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "status", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "delimiter": ",", "derivedColumns": { "customColumn1": { "boxShadow": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}", "isDerived": true, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}", "onClick": "{{DeleteQuery.run()}}", "textSize": "0.875rem", "buttonColor": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}", "buttonStyle": "#DD4B34", "index": 7, "isVisible": true, "label": "Delete", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}", "columnType": "button", "horizontalAlignment": "LEFT", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "buttonLabelColor": "#FFFFFF", "verticalAlignment": "CENTER" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "m04j9ji345", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "tableData": "{{FindQuery.data}}", "isVisible": "true", "label": "Data", "searchKey": "", "version": 3, "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "isLoading": false, "isVisibleCompactMode": true, "onSearchTextChanged": "{{FindQuery.run()}}", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "isVisiblePagination": true, "primaryColumnId": "_id", "verticalAlignment": "CENTER", "columnSizeMap": { "task": 245, "deliveryAddress": 170, "step": 62, "id": 228, "status": 75 } }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{FindQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "nj85l57r47", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "atgojamsmw", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 45, "dynamicPropertyPathList": [], "buttonColor": "#3f3f46", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 33, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => FindQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 45, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this document?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col4", "isVisible": true, "label": "Col 4", "originalIdentifier": "col4", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "4444", "fieldType": "Text Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "placeholderText": "", "position": 0, "isDisabled": false, "sourceData": "new entry 3", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": "33", "fieldType": "Text Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 3, "isDisabled": false, "sourceData": "111", "fieldType": "Text Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": "4444", "col2": "new entry 3", "col3": "33", "col1": "111" }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "onSubmit" }, { "key": "borderRadius" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => FindQuery.run(\n\t\t() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 59, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Document", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col4.borderRadius" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" } ], "borderWidth": "", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\", \"_id\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "ktpocp4ka2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] }, "mongoEscapedWidgetNames": ["data_table"] } ], "slug": "mongodb", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc5" }, { "publishedPage": { "name": "SQL", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || \"ASC\"" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "SQL_SelectQuery" } ] ], "id": "SQL", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 890, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "boolean", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "children": {}, "position": 3, "isDisabled": false, "sourceData": false, "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "col2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 1003, "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 1000, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}", "topRow": 0, "bottomRow": 89, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row col1: {{data_table.selectedRow.col1}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "6g4ewsx2v0", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 89, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 890, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 1, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "col1", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "uji69u6swx", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 55, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "2jj0197tff", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "kby34l9nbb", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#2E3D49", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "boolean", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "borderRadius": "0px", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "cellBoxShadow": "none", "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 58, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "borderWidth": "", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "w10l8merz2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "sql", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "SQL", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ "(data_table.pageNo - 1) * data_table.pageSize", "data_table.pageSize", "data_table.searchText || \"\"", "data_table.sortOrder.column || 'col1'", "data_table.sortOrder.order || \"ASC\"" ], "name": "SelectQuery", "timeoutInMillisecond": 10000, "id": "SQL_SelectQuery" } ] ], "id": "SQL", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 890, "containerStyle": "none", "snapRows": 125, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "boolean", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "children": {}, "position": 3, "isDisabled": false, "sourceData": false, "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "col2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 1003, "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 1000, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "update_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "borderColor": "#2E3D4955", "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}", "topRow": 0, "bottomRow": 89, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Update Row col1: {{data_table.selectedRow.col1}}", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "isVisible" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "title" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "borderWidth": "0", "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "6g4ewsx2v0", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": "{{!!data_table.selectedRow.col1}}", "version": 1, "parentId": "0", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Update", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container1", "borderColor": "#fff", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 89, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 19.75, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "boxShadow" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "59rw5mx0bq", "containerStyle": "none", "topRow": 0, "bottomRow": 890, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "mvubsemxfo", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns.col6.computedValue" }, { "key": "primaryColumns.col7.computedValue" }, { "key": "primaryColumns.col8.computedValue" }, { "key": "primaryColumns.col9.computedValue" }, { "key": "primaryColumns.col10.computedValue" }, { "key": "primaryColumns.col11.computedValue" }, { "key": "primaryColumns.col12.computedValue" } ], "leftColumn": 1, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "col1", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "col1", "col2", "col3", "col4", "col5", "col6", "col7", "col8", "col9", "col10", "col11", "col12", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" } ], "primaryColumns": { "col12": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}", "textSize": "0.875rem", "index": 11, "isVisible": true, "label": "col12", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col12", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col11": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}", "textSize": "0.875rem", "index": 10, "isVisible": true, "label": "col11", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col11", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col8": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}", "textSize": "0.875rem", "index": 7, "isVisible": true, "label": "col8", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col8", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col9": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}", "textSize": "0.875rem", "index": 8, "isVisible": true, "label": "col9", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col9", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col6": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}", "textSize": "0.875rem", "index": 5, "isVisible": true, "label": "col6", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col6", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col10": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}", "textSize": "0.875rem", "index": 9, "isVisible": true, "label": "col10", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col10", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col7": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}", "textSize": "0.875rem", "index": 6, "isVisible": true, "label": "col7", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col7", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 64, "textSize": "0.875rem", "widgetId": "uji69u6swx", "tableData": "{{SelectQuery.data}}", "label": "Data", "searchKey": "", "parentId": "59rw5mx0bq", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "template_table Data", "labelTextSize": "0.875rem", "rightColumn": 55, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "urzv99hdc8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "refresh_btn", "rightColumn": 64, "onClick": "{{SelectQuery.run()}}", "iconName": "refresh", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "2jj0197tff", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 60, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "buttonVariant": "PRIMARY", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "add_btn", "rightColumn": 59, "onClick": "{{showModal('Insert_Modal')}}", "iconName": "add", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "kby34l9nbb", "topRow": 1, "bottomRow": 5, "parentRowSpace": 10, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "59rw5mx0bq", "isLoading": false, "parentColumnSpace": 12.0703125, "dynamicTriggerPathList": [{ "key": "onClick" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "leftColumn": 55, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "buttonVariant": "PRIMARY", "isDisabled": false } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 39, "dynamicHeight": "FIXED", "widgetId": "mvubsemxfo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 13, "bottomRow": 37, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 21, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "zi8fjakv8o", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "i3whp03wf0", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Alert_text", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Row", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "35yoxo4oec", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "onClick": "{{closeModal('Delete_Modal')}}", "rightColumn": 46, "dynamicPropertyPathList": [], "buttonColor": "#2E3D49", "isDefaultClickDisabled": true, "widgetId": "lryg8kw537", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 34, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Delete_Button", "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "qq02lh7ust", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "zi8fjakv8o", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text12", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Are you sure you want to delete this item?", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "48uac29g6e", "isVisible": true, "fontStyle": "", "textColor": "#231F20", "version": 1, "parentId": "zi8fjakv8o", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 45, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "i3whp03wf0", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 16, "bottomRow": 40, "parentRowSpace": 10, "type": "MODAL_WIDGET", "shouldScrollContents": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 17, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 453.1875, "detachFromLayout": true, "widgetId": "9rhv3ioohq", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "vmorzie6eq", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "schema": { "__root_schema__": { "labelTextSize": "0.875rem", "identifier": "__root_schema__", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "dataType": "object", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accessor": "__root_schema__", "isVisible": true, "label": "", "originalIdentifier": "__root_schema__", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": { "col8": { "labelTextSize": "0.875rem", "identifier": "col8", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col8", "isVisible": true, "label": "Col 8", "originalIdentifier": "col8", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 7, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col12": { "labelTextSize": "0.875rem", "identifier": "col12", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col12", "isVisible": true, "label": "Col 12", "originalIdentifier": "col12", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 11, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col9": { "labelTextSize": "0.875rem", "identifier": "col9", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col9", "isVisible": true, "label": "Col 9", "originalIdentifier": "col9", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 8, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col11": { "labelTextSize": "0.875rem", "identifier": "col11", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col11", "isVisible": true, "label": "Col 11", "originalIdentifier": "col11", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 10, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col6": { "labelTextSize": "0.875rem", "identifier": "col6", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col6", "isVisible": true, "label": "Col 6", "originalIdentifier": "col6", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 5, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col10": { "labelTextSize": "0.875rem", "identifier": "col10", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col10", "isVisible": true, "label": "Col 10", "originalIdentifier": "col10", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 9, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col7": { "labelTextSize": "0.875rem", "identifier": "col7", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "null", "cellBorderRadius": "0px", "accessor": "col7", "isVisible": true, "label": "Col 7", "originalIdentifier": "col7", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 6, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Text Input" }, "col4": { "labelTextSize": "0.875rem", "identifier": "col4", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "boolean", "cellBorderRadius": "0px", "accessor": "col4", "isVisible": true, "label": "Col 4", "alignWidget": "LEFT", "originalIdentifier": "col4", "borderRadius": "0px", "children": {}, "position": 3, "isDisabled": false, "sourceData": true, "cellBoxShadow": "none", "fieldType": "Switch" }, "col5": { "labelTextSize": "0.875rem", "identifier": "col5", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col5", "isVisible": true, "label": "Col 5", "originalIdentifier": "col5", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 4, "isDisabled": false, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col2": { "labelTextSize": "0.875rem", "identifier": "col2", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "string", "cellBorderRadius": "0px", "accessor": "col2", "isVisible": true, "label": "Col 2", "originalIdentifier": "col2", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 1, "isDisabled": false, "sourceData": "skill B", "cellBoxShadow": "none", "fieldType": "Text Input" }, "col3": { "labelTextSize": "0.875rem", "identifier": "col3", "isRequired": false, "boxShadow": "none", "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "cellBorderRadius": "0px", "accessor": "col3", "isVisible": true, "label": "Col 3", "originalIdentifier": "col3", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 2, "isDisabled": false, "sourceData": 9, "cellBoxShadow": "none", "fieldType": "Number Input" }, "col1": { "labelTextSize": "0.875rem", "identifier": "col1", "boxShadow": "none", "isRequired": false, "isCustomField": false, "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "dataType": "number", "accessor": "col1", "isVisible": true, "label": "Col 1", "originalIdentifier": "col1", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": {}, "isSpellCheck": false, "iconAlign": "left", "position": 0, "isDisabled": false, "sourceData": 5, "fieldType": "Number Input" } }, "position": -1, "isDisabled": false, "sourceData": { "col4": true, "col2": "skill B", "col3": 9, "col1": 5 }, "cellBoxShadow": "none", "fieldType": "Object" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "insert_form", "submitButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "PRIMARY" }, "dynamicPropertyPathList": [ { "key": "schema.__root_schema__.children.date_of_birth.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "borderRadius" }, { "key": "onSubmit" } ], "displayName": "JSON Form", "iconSVG": "/static/media/icon.6bacf7df.svg", "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}", "topRow": 0, "bottomRow": 58, "fieldLimitExceeded": false, "parentRowSpace": 10, "title": "Insert Row", "type": "JSON_FORM_WIDGET", "hideCard": false, "animateLoading": true, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [{ "key": "onSubmit" }], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "schema.__root_schema__.defaultValue" }, { "key": "schema.__root_schema__.children.col3.defaultValue" }, { "key": "schema.__root_schema__.children.col4.defaultValue" }, { "key": "schema.__root_schema__.children.col5.defaultValue" }, { "key": "schema.__root_schema__.children.col2.defaultValue" }, { "key": "sourceData" }, { "key": "schema.__root_schema__.children.col6.defaultValue" }, { "key": "schema.__root_schema__.children.col7.defaultValue" }, { "key": "schema.__root_schema__.children.col8.defaultValue" }, { "key": "schema.__root_schema__.children.col9.defaultValue" }, { "key": "schema.__root_schema__.children.col10.defaultValue" }, { "key": "schema.__root_schema__.children.col11.defaultValue" }, { "key": "schema.__root_schema__.children.col12.defaultValue" }, { "key": "schema.__root_schema__.borderRadius" }, { "key": "schema.__root_schema__.cellBorderRadius" }, { "key": "schema.__root_schema__.children.col1.defaultValue" }, { "key": "schema.__root_schema__.children.col1.accentColor" }, { "key": "schema.__root_schema__.children.col1.borderRadius" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "submitButtonStyles.buttonColor" }, { "key": "submitButtonStyles.borderRadius" }, { "key": "resetButtonStyles.buttonColor" }, { "key": "resetButtonStyles.borderRadius" }, { "key": "schema.__root_schema__.children.col2.accentColor" }, { "key": "schema.__root_schema__.children.col2.borderRadius" }, { "key": "schema.__root_schema__.children.col3.accentColor" }, { "key": "schema.__root_schema__.children.col3.borderRadius" }, { "key": "schema.__root_schema__.children.col4.accentColor" }, { "key": "schema.__root_schema__.children.col5.accentColor" }, { "key": "schema.__root_schema__.children.col5.borderRadius" }, { "key": "schema.__root_schema__.children.col6.accentColor" }, { "key": "schema.__root_schema__.children.col6.borderRadius" }, { "key": "schema.__root_schema__.children.col7.accentColor" }, { "key": "schema.__root_schema__.children.col7.borderRadius" }, { "key": "schema.__root_schema__.children.col8.accentColor" }, { "key": "schema.__root_schema__.children.col8.borderRadius" }, { "key": "schema.__root_schema__.children.col9.accentColor" }, { "key": "schema.__root_schema__.children.col9.borderRadius" }, { "key": "schema.__root_schema__.children.col10.accentColor" }, { "key": "schema.__root_schema__.children.col10.borderRadius" }, { "key": "schema.__root_schema__.children.col11.accentColor" }, { "key": "schema.__root_schema__.children.col11.borderRadius" }, { "key": "schema.__root_schema__.children.col12.accentColor" }, { "key": "schema.__root_schema__.children.col12.borderRadius" } ], "borderWidth": "", "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}", "showReset": true, "resetButtonLabel": "Reset", "key": "h9l9ozr8op", "labelTextSize": "0.875rem", "backgroundColor": "#fff", "rightColumn": 64, "dynamicHeight": "FIXED", "autoGenerateForm": true, "widgetId": "w10l8merz2", "resetButtonStyles": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonVariant": "SECONDARY" }, "isVisible": true, "version": 1, "parentId": "9rhv3ioohq", "renderMode": "CANVAS", "isLoading": false, "scrollContents": true, "fixedFooter": true, "submitButtonLabel": "Submit", "childStylesheet": { "CHECKBOX": { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "ARRAY": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "CURRENCY_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "DATEPICKER": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PHONE_NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "OBJECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "cellBoxShadow": "none" }, "MULTISELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SELECT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "NUMBER_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "PASSWORD_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "EMAIL_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "RADIO_GROUP": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "SWITCH": { "boxShadow": "none", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" }, "MULTILINE_TEXT_INPUT": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}" } }, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 41, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "vmorzie6eq", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 } ] } } ], "slug": "sql", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc0" }, { "publishedPage": { "name": "S3", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ " 60 * 24 ", "search_input.text", "(File_List.pageNo - 1) * File_List.pageSize", "File_List.pageSize" ], "name": "ListFiles", "timeoutInMillisecond": 10000, "id": "S3_ListFiles" } ] ], "id": "S3", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 850, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "none", "widgetName": "Zoom_Modal2", "topRow": 89, "bottomRow": 89, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas9Copy", "rightColumn": 0, "detachFromLayout": true, "widgetId": "80wzwajsst", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "kqxoe40pg6", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon3Copy", "rightColumn": 64, "onClick": "{{closeModal('Zoom_Modal2')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "8kw9kfcd5y", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "leftColumn": 56, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text15Copy", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Zoom Image", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "vk710q1v3s", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button13Copy", "rightColumn": 63, "onClick": "{{closeModal('Zoom_Modal2')}}", "isDefaultClickDisabled": true, "buttonColor": "#03B365", "widgetId": "lfiwss1u3w", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "80wzwajsst", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "PRIMARY", "text": "Close", "isDisabled": false }, { "labelTextSize": "0.875rem", "image": "{{selected_files.selectedItem.base64}}", "boxShadow": "none", "widgetName": "Image3Copy", "rightColumn": 64, "objectFit": "contain", "widgetId": "2bewgakjx9", "topRow": 6, "bottomRow": 51, "parentRowSpace": 10, "isVisible": true, "type": "IMAGE_WIDGET", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "maxZoomLevel": 8, "parentColumnSpace": 8, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "image" }], "borderRadius": "0px", "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png" } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "kqxoe40pg6", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container3", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 85, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 634, "detachFromLayout": true, "widgetId": "6tz2s7ivi5", "containerStyle": "none", "topRow": 0, "bottomRow": 850, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "th4d9oxy8z", "minHeight": 830, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "template": { "DownloadIcon": { "boxShadow": "NONE", "widgetName": "DownloadIcon", "onClick": "{{navigateTo(currentItem.signedUrl, {})}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 51, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 57, "iconName": "download", "widgetId": "ljk8fj5jc1", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "CopyURLIcon": { "boxShadow": "NONE", "widgetName": "CopyURLIcon", "onClick": "{{copyToClipboard(currentItem.signedUrl)}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 45, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 51, "iconName": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'duplicate';\n })();\n })}}", "widgetId": "d2z5zj56j9", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "EditIcon": { "boxShadow": "NONE", "widgetName": "EditIcon", "onClick": "{{showModal('Edit_Modal')}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 39, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 45, "iconName": "edit", "widgetId": "x5bft8h9vd", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "Text21": { "widgetName": "Text21", "rightColumn": 24, "textAlign": "LEFT", "displayName": "Text", "iconSVG": "/static/media/icon.e6c93592.svg", "widgetId": "nu44q8kd9p", "topRow": 4, "bottomRow": 8, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "hideCard": false, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "dynamicTriggerPathList": [], "dynamicBindingPathList": [{ "key": "text" }], "leftColumn": 16, "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem) => currentItem.id)}}", "textStyle": "BODY", "key": "xvmvdekk3s" }, "Text20": { "widgetName": "Text20", "rightColumn": 28, "textAlign": "LEFT", "displayName": "Text", "iconSVG": "/static/media/icon.e6c93592.svg", "widgetId": "thgbdemmiw", "topRow": 0, "bottomRow": 4, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "hideCard": false, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "dynamicTriggerPathList": [], "dynamicBindingPathList": [{ "key": "text" }], "leftColumn": 16, "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem) => currentItem.name)}}", "textStyle": "HEADING", "key": "xvmvdekk3s" }, "Image3": { "widgetName": "Image3", "displayName": "Image", "iconSVG": "/static/media/icon.52d8fb96.svg", "topRow": 0, "bottomRow": 8.4, "type": "IMAGE_WIDGET", "hideCard": false, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "dynamicBindingPathList": [{ "key": "image" }], "leftColumn": 0, "defaultImage": "https://assets.appsmith.com/widgets/default.png", "key": "lsc53q139g", "image": "{{File_List.listData.map((currentItem) => currentItem.img)}}", "rightColumn": 16, "objectFit": "contain", "widgetId": "2rrg354q8i", "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "enableRotation": false }, "FileListItemImage": { "widgetName": "FileListItemImage", "onClick": "{{showModal('Zoom_Modal')}}", "dynamicPropertyPathList": [], "topRow": 1, "bottomRow": 13, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [{ "key": "onClick" }], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "image" }], "defaultImage": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png';\n })();\n })}}", "image": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}", "rightColumn": 20, "objectFit": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}", "widgetId": "lh1sjszc93", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "enableDownload": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "enableRotation": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "enableRotation": false }, "Container7": { "borderColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}", "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}", "borderWidth": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}" }, "FileListItemName": { "widgetName": "FileListItemName", "rightColumn": 63, "textAlign": "LEFT", "widgetId": "qyqv89mu1c", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "parentColumnSpace": true, "leftColumn": true, "fontSize": true, "text": true }, "topRow": 1, "bottomRow": 8, "parentRowSpace": 10, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "shouldScroll": true, "parentId": "lcz0rhije8", "isLoading": false, "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [], "fontFamily": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}", "leftColumn": 21, "dynamicBindingPathList": [{ "key": "text" }], "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}" }, "DeleteIcon": { "boxShadow": "NONE", "widgetName": "DeleteIcon", "onClick": "{{showModal('delete_modal')}}", "buttonColor": "#DD4B34", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 57, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 63, "iconName": "trash", "widgetId": "f8ipd8gbls", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "File_List", "listData": "{{ListFiles.data}}", "isCanvas": true, "displayName": "List", "iconSVG": "/static/media/icon.9925ee17.svg", "topRow": 10, "bottomRow": 83, "parentRowSpace": 10, "onPageChange": "{{ListFiles.run()}}", "type": "LIST_WIDGET", "hideCard": false, "gridGap": 0, "parentColumnSpace": 9.67822265625, "dynamicTriggerPathList": [ { "key": "template.DownloadIcon.onClick" }, { "key": "template.CopyURLIcon.onClick" }, { "key": "onPageChange" } ], "leftColumn": 1, "dynamicBindingPathList": [ { "key": "listData" }, { "key": "template.FileListItemImage.image" }, { "key": "template.FileListItemName.text" }, { "key": "template.EditIcon.buttonColor" }, { "key": "template.CopyURLIcon.buttonColor" }, { "key": "template.DownloadIcon.buttonColor" }, { "key": "template.Container7.borderColor" }, { "key": "template.Container7.borderWidth" }, { "key": "template.Container7.borderRadius" }, { "key": "template.CopyURLIcon.iconName" }, { "key": "accentColor" }, { "key": "template.FileListItemImage.objectFit" }, { "key": "boxShadow" }, { "key": "borderRadius" }, { "key": "template.EditIcon.borderRadius" }, { "key": "template.CopyURLIcon.borderRadius" }, { "key": "template.DownloadIcon.borderRadius" }, { "key": "template.DeleteIcon.borderRadius" }, { "key": "template.FileListItemName.fontFamily" }, { "key": "template.FileListItemImage.borderRadius" }, { "key": "template.FileListItemImage.defaultImage" } ], "gridType": "vertical", "enhancements": true, "children": [ { "boxShadow": "none", "widgetName": "Canvas14", "displayName": "Canvas", "topRow": 0, "bottomRow": 390, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": false, "hideCard": true, "dropDisabled": true, "openParentPropertyPane": true, "minHeight": 400, "noPad": true, "parentColumnSpace": 1, "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Container7", "borderColor": "#2E3D4955", "disallowCopy": true, "isCanvas": true, "dynamicPropertyPathList": [ { "key": "borderRadius" } ], "displayName": "Container", "iconSVG": "/static/media/icon.1977dca3.svg", "topRow": 0, "bottomRow": 17, "dragDisabled": true, "type": "CONTAINER_WIDGET", "hideCard": false, "openParentPropertyPane": true, "isDeletable": false, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas15", "detachFromLayout": true, "displayName": "Canvas", "widgetId": "lcz0rhije8", "topRow": 0, "bottomRow": 170, "containerStyle": "none", "parentRowSpace": 1, "isVisible": true, "type": "CANVAS_WIDGET", "canExtend": false, "version": 1, "hideCard": true, "parentId": "66oc53smx3", "renderMode": "CANVAS", "isLoading": false, "parentColumnSpace": 1, "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "EditIcon", "onClick": "{{showModal('Edit_Modal')}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 45, "iconName": "edit", "dynamicHeight": "FIXED", "widgetId": "x5bft8h9vd", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "CopyURLIcon", "onClick": "{{copyToClipboard(currentItem.signedUrl)}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 45, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 51, "iconName": "duplicate", "dynamicHeight": "FIXED", "widgetId": "d2z5zj56j9", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "DownloadIcon", "onClick": "{{navigateTo(currentItem.signedUrl, {})}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 51, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 57, "iconName": "download", "dynamicHeight": "FIXED", "widgetId": "ljk8fj5jc1", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "DeleteIcon", "onClick": "{{showModal('delete_modal')}}", "buttonColor": "#DD4B34", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 57, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 63, "iconName": "trash", "dynamicHeight": "FIXED", "widgetId": "f8ipd8gbls", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "FileListItemName", "topRow": 0, "bottomRow": 7, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 21, "dynamicBindingPathList": [ { "key": "text" }, { "key": "fontFamily" } ], "text": "{{currentItem.fileName}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "kmwv6dap5n", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "parentColumnSpace": true, "leftColumn": true, "fontSize": true, "text": true }, "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "FileListItemImage", "onClick": "{{showModal('Zoom_Modal')}}", "dynamicPropertyPathList": [], "topRow": 0, "bottomRow": 13, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [ { "key": "onClick" } ], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [ { "key": "image" }, { "key": "borderRadius" } ], "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png", "labelTextSize": "0.875rem", "image": "{{currentItem.signedUrl}}", "rightColumn": 20, "objectFit": "contain", "dynamicHeight": "FIXED", "widgetId": "4laf7e6wer", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "enableDownload": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "enableRotation": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "enableRotation": false } ], "key": "29vrztch46" } ], "borderWidth": "1", "key": "cw0dtdoe0g", "disablePropertyPane": true, "labelTextSize": "0.875rem", "backgroundColor": "white", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "66oc53smx3", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "sh1yahe7kl", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "key": "29vrztch46", "labelTextSize": "0.875rem", "rightColumn": 232.27734375, "detachFromLayout": true, "widgetId": "sh1yahe7kl", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "cjgg2thzom", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px" } ], "privateWidgets": { "undefined": true }, "key": "x51ms5k6q9", "labelTextSize": "0.875rem", "backgroundColor": "transparent", "rightColumn": 63, "itemBackgroundColor": "#F6F7F8", "widgetId": "cjgg2thzom", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "parentId": "6tz2s7ivi5", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}" }, { "boxShadow": "none", "widgetName": "search_input", "dynamicPropertyPathList": [ { "key": "onTextChanged" } ], "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 16.4169921875, "dynamicTriggerPathList": [ { "key": "onTextChanged" } ], "resetOnSubmit": true, "leftColumn": 1, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "placeholderText": "Search File Prefix", "isDisabled": false, "key": "auxyd97lu3", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "onTextChanged": "{{ListFiles.run()}}", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "why172fko6", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "6tz2s7ivi5", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text6", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Bucket", "labelTextSize": "0.875rem", "rightColumn": 63, "backgroundColor": "", "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "t54ituq472", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6tz2s7ivi5", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 37, "dynamicHeight": "FIXED", "widgetId": "th4d9oxy8z", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "delete_modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas6", "rightColumn": 0, "detachFromLayout": true, "widgetId": "ozvpoudxz2", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "9g0cw9adf8", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon2", "rightColumn": 64, "onClick": "{{closeModal('delete_modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "xkyh49z71e", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "leftColumn": 56, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text12", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete File", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "s1y44xm547", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button10", "rightColumn": 48, "onClick": "{{closeModal('delete_modal')}}", "isDefaultClickDisabled": true, "buttonColor": "#3f3f46", "widgetId": "pi0t67rnwh", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "ozvpoudxz2", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button11", "onClick": "{{\nDeleteFile.run(() => {closeModal('delete_modal'); \nListFiles.run();\n});\n}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "hp22uj3dra", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "ozvpoudxz2", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text13", "topRow": 5, "bottomRow": 16, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Are you sure you want to delete the file?\n\n{{File_List.selectedItem.fileName}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "oypa9ad1tg", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "9g0cw9adf8", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Edit_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas10", "rightColumn": 0, "detachFromLayout": true, "widgetId": "6i7m9kpuky", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "usealgbtyj", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text17", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 4, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Update File", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "z64z3l112n", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6i7m9kpuky", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button15", "rightColumn": 44, "onClick": "{{closeModal('Edit_Modal')}}", "isDefaultClickDisabled": true, "buttonColor": "#3f3f46", "widgetId": "trc4e6ylcz", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "6i7m9kpuky", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 32, "dynamicBindingPathList": [], "borderRadius": "0.375rem", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "update_button", "onClick": "{{UpdateFile.run(() => {ListFiles.run();resetWidget('update_file_picker');closeModal('Edit_Modal');})}}", "rightColumn": 64, "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "isDisabled" } ], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "8lbthc9dml", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "6i7m9kpuky", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 44, "dynamicBindingPathList": [ { "key": "isDisabled" }, { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Update", "isDisabled": "{{update_file_picker.files.length == 0}}" }, { "boxShadow": "none", "widgetName": "Text18", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "File Name", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "qb26g34etr", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6i7m9kpuky", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "update_file_picker", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "displayName": "FilePicker", "iconSVG": "/static/media/icon.7c5ad9c3.svg", "topRow": 11, "bottomRow": 15, "parentRowSpace": 10, "allowedFileTypes": [], "type": "FILE_PICKER_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 6.9375, "dynamicTriggerPathList": [], "leftColumn": 18, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "isDisabled": false, "key": "h2212wpg64", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "isDefaultClickDisabled": true, "widgetId": "i8g6khu01a", "defaultSelectedFiles": [], "isVisible": true, "label": "Select File", "maxFileSize": "10", "version": 1, "fileDataType": "Base64", "parentId": "6i7m9kpuky", "selectedFiles": [], "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "files": [], "maxNumFiles": 1 }, { "boxShadow": "none", "widgetName": "update_file_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 6.9375, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": true, "key": "auxyd97lu3", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "uabsu3mjt3", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "6i7m9kpuky", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{File_List.selectedItem.fileName}}", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "usealgbtyj", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container6", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 85, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 37, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas13", "rightColumn": 634, "detachFromLayout": true, "widgetId": "xv97g6rzgq", "containerStyle": "none", "topRow": 0, "bottomRow": 850, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "yg1iyxq9kd", "minHeight": 830, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "template": { "Canvas7": { "widgetName": "Canvas7", "rightColumn": 256, "detachFromLayout": true, "widgetId": "oqhzaygncs", "containerStyle": "none", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "dropDisabled": true, "parentId": "0n30419eso", "openParentPropertyPane": true, "minHeight": 340, "isLoading": false, "noPad": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": ["u3nvgafsdo"] }, "update_files_name": { "widgetName": "update_files_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.4580078125, "resetOnSubmit": true, "leftColumn": 23, "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'true';\n })();\n })}}", "isRequired": false, "rightColumn": 43, "widgetId": "yqxzzh2oqi", "logBlackList": { "widgetName": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "autoFocus": true, "type": true, "hideCard": true, "minHeight": true, "animateLoading": true, "parentColumnSpace": true, "resetOnSubmit": true, "leftColumn": true, "labelStyle": true, "inputType": true, "isDisabled": true, "key": true, "isRequired": true, "rightColumn": true, "widgetId": true, "isVisible": true, "label": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "iconAlign": true, "defaultText": true }, "isVisible": true, "label": "", "version": 2, "parentId": "romgsruzxz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "iconAlign": "left", "defaultText": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.name;\n })();\n })}}" }, "Image2": { "image": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.data;\n })();\n })}}", "widgetName": "Image2", "rightColumn": 10, "onClick": "{{showModal('Zoom_Modal2')}}", "objectFit": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}", "widgetId": "ql8qs2xelx", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "defaultImage": true }, "topRow": 0, "bottomRow": 6, "parentRowSpace": 10, "isVisible": true, "type": "IMAGE_WIDGET", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "maxZoomLevel": 1, "parentColumnSpace": 7.3125, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "image" }], "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png" }, "Container4": { "backgroundColor": "white", "widgetName": "Container4", "rightColumn": 64, "borderColor": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}", "disallowCopy": true, "widgetId": "u3nvgafsdo", "containerStyle": "card", "topRow": 0, "bottomRow": 8, "dragDisabled": true, "isVisible": true, "type": "CONTAINER_WIDGET", "version": 1, "parentId": "oqhzaygncs", "openParentPropertyPane": true, "isDeletable": false, "isLoading": false, "leftColumn": 0, "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}", "children": ["romgsruzxz"], "borderWidth": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}", "disablePropertyPane": true }, "Canvas8": { "widgetName": "Canvas8", "detachFromLayout": true, "widgetId": "romgsruzxz", "containerStyle": "none", "topRow": 0, "bottomRow": 180, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "u3nvgafsdo", "minHeight": 80, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ "vu7fb0dbt8", "7zziet357m", "ql8qs2xelx" ] }, "Text14": { "widgetName": "Text14", "rightColumn": 23, "textAlign": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'LEFT';\n })();\n })}}", "widgetId": "vu7fb0dbt8", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "dynamicTriggerPathList": true, "parentColumnSpace": true, "dynamicBindingPathList": true, "leftColumn": true, "fontSize": true, "text": true, "textStyle": true }, "topRow": 1, "bottomRow": 5, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "dynamicTriggerPathList": [], "fontFamily": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}", "dynamicBindingPathList": [], "leftColumn": 11, "fontSize": "PARAGRAPH", "text": "File Name", "textStyle": "HEADING" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "selected_files", "listData": "{{FilePicker.files}}", "dynamicPropertyPathList": [{ "key": "isVisible" }], "topRow": 23, "bottomRow": 75, "parentRowSpace": 10, "type": "LIST_WIDGET", "gridGap": 0, "parentColumnSpace": 8, "dynamicTriggerPathList": [ { "key": "template.Image2.onClick" } ], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "isVisible" }, { "key": "listData" }, { "key": "template.update_files_name.defaultText" }, { "key": "template.update_files_name.validation" }, { "key": "template.Container4.borderWidth" }, { "key": "template.Container4.borderRadius" }, { "key": "template.Container4.borderColor" }, { "key": "template.Image2.image" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "template.Text14.fontFamily" }, { "key": "template.update_files_name.borderRadius" } ], "gridType": "vertical", "enhancements": true, "children": [ { "boxShadow": "none", "widgetName": "Canvas7", "topRow": 0, "bottomRow": 510, "parentRowSpace": 1, "canExtend": false, "type": "CANVAS_WIDGET", "dropDisabled": true, "openParentPropertyPane": true, "minHeight": 520, "noPad": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Container4", "borderColor": "#2E3D4955", "disallowCopy": true, "dynamicPropertyPathList": [ { "key": "borderRadius" } ], "topRow": 0, "bottomRow": 12, "dragDisabled": true, "type": "CONTAINER_WIDGET", "openParentPropertyPane": true, "isDeletable": false, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas8", "detachFromLayout": true, "widgetId": "romgsruzxz", "containerStyle": "none", "topRow": 0, "bottomRow": 120, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "u3nvgafsdo", "minHeight": 120, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text14", "topRow": 0, "bottomRow": 4, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "dynamicBindingPathList": [ { "key": "fontFamily" } ], "leftColumn": 19, "text": "File Name", "labelTextSize": "0.875rem", "rightColumn": 60, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "vu7fb0dbt8", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "dynamicTriggerPathList": true, "parentColumnSpace": true, "dynamicBindingPathList": true, "leftColumn": true, "fontSize": true, "text": true, "textStyle": true }, "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "textStyle": "HEADING", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Image2", "onClick": "{{showModal('Zoom_Modal2')}}", "topRow": 0, "bottomRow": 9, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 7.3125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "imageShape": "RECTANGLE", "leftColumn": 0, "dynamicBindingPathList": [ { "key": "image" } ], "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png", "labelTextSize": "0.875rem", "image": "{{currentItem.data}}", "rightColumn": 19, "objectFit": "contain", "dynamicHeight": "FIXED", "widgetId": "ql8qs2xelx", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "romgsruzxz", "isLoading": false, "maxZoomLevel": 1, "borderRadius": "0px" }, { "boxShadow": "none", "widgetName": "update_files_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 5, "bottomRow": 9, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.4580078125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 19, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "yqxzzh2oqi", "logBlackList": { "widgetName": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "autoFocus": true, "type": true, "hideCard": true, "minHeight": true, "animateLoading": true, "parentColumnSpace": true, "resetOnSubmit": true, "leftColumn": true, "labelStyle": true, "inputType": true, "isDisabled": true, "key": true, "isRequired": true, "rightColumn": true, "widgetId": true, "isVisible": true, "label": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "iconAlign": true, "defaultText": true }, "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "romgsruzxz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{currentItem.name}}", "minDynamicHeight": 4 } ] } ], "borderWidth": "1", "disablePropertyPane": true, "labelTextSize": "0.875rem", "backgroundColor": "white", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "u3nvgafsdo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "oqhzaygncs", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "labelTextSize": "0.875rem", "rightColumn": 256, "detachFromLayout": true, "widgetId": "oqhzaygncs", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "0n30419eso", "isLoading": false, "borderRadius": "0px" } ], "privateWidgets": { "undefined": true }, "childAutoComplete": { "currentItem": { "data": "", "base64": "", "name": "", "raw": "", "id": "", "text": "", "type": "" } }, "labelTextSize": "0.875rem", "backgroundColor": "", "rightColumn": 64, "itemBackgroundColor": "#F6F7F8", "widgetId": "0n30419eso", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": "{{FilePicker.files.length > 0}}", "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}" }, { "boxShadow": "none", "widgetName": "Text9", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Upload Folder", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "jc21bnjh92", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text7", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "Upload New Files", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "364shivyaz", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "upload_button", "onClick": "{{\nFilePicker.files.forEach((file, index) => {\n\tCreateFile.run((response, params) => { showAlert('File Uploaded','success'); \nif (params.isLastFile) {\n\tListFiles.run(() => {closeModal('Upload_Files_Modal'); resetWidget('folder_name', true);\t\t\t\t\tresetWidget('FilePicker', true);\nresetWidget('update_files_name', true);\n})\t\n}\n}, () => showAlert('File Upload Failed','error'), {fileIndex: index, name: selected_files.items[index].update_files_name.text, isLastFile: index == (FilePicker.files.length - 1), });\n\treturn true;\n})\n}}", "rightColumn": 64, "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "isDisabled" } ], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "1uava20nxi", "topRow": 75, "bottomRow": 79, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "xv97g6rzgq", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [ { "key": "isDisabled" }, { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Upload", "isDisabled": "{{ selected_files.items.length == 0 || selected_files.items.map((file) => file.update_files_name.text).includes(\"\") }}" }, { "boxShadow": "none", "widgetName": "Text19", "dynamicPropertyPathList": [{ "key": "isVisible" }], "topRow": 19, "bottomRow": 23, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.0458984375, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "isVisible" }], "text": "Selected files to upload", "labelTextSize": "0.875rem", "rightColumn": 52, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "9wh2ereoy9", "isVisible": "{{FilePicker.files.length > 0}}", "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "FilePicker", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "displayName": "FilePicker", "iconSVG": "/static/media/icon.7c5ad9c3.svg", "topRow": 13, "bottomRow": 17, "parentRowSpace": 10, "allowedFileTypes": [], "type": "FILE_PICKER_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 4.86865234375, "dynamicTriggerPathList": [], "leftColumn": 16, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "isDisabled": false, "key": "h2212wpg64", "onFilesSelected": "", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "8l6lm067zw", "defaultSelectedFiles": [], "isVisible": true, "label": "Select Files", "maxFileSize": 5, "version": 1, "fileDataType": "Base64", "parentId": "xv97g6rzgq", "selectedFiles": [], "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "files": [], "maxNumFiles": "3" }, { "boxShadow": "none", "widgetName": "folder_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.8955078125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 16, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "placeholderText": "folder/sub-folder", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "215nlsqncm", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "xv97g6rzgq", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "yg1iyxq9kd", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "s3", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "S3", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [ " 60 * 24 ", "(File_List.pageNo - 1) * File_List.pageSize", "File_List.pageSize", "search_input.text" ], "name": "ListFiles", "timeoutInMillisecond": 10000, "id": "S3_ListFiles" } ] ], "id": "S3", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1174, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 850, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 900, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "boxShadow": "none", "widgetName": "Zoom_Modal2", "topRow": 89, "bottomRow": 89, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas9Copy", "rightColumn": 0, "detachFromLayout": true, "widgetId": "80wzwajsst", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "kqxoe40pg6", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon3Copy", "rightColumn": 64, "onClick": "{{closeModal('Zoom_Modal2')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "8kw9kfcd5y", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "leftColumn": 56, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text15Copy", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Zoom Image", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "vk710q1v3s", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button13Copy", "rightColumn": 63, "onClick": "{{closeModal('Zoom_Modal2')}}", "isDefaultClickDisabled": true, "buttonColor": "#03B365", "widgetId": "lfiwss1u3w", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "80wzwajsst", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "PRIMARY", "text": "Close", "isDisabled": false }, { "labelTextSize": "0.875rem", "image": "{{selected_files.selectedItem.base64}}", "boxShadow": "none", "widgetName": "Image3Copy", "rightColumn": 64, "objectFit": "contain", "widgetId": "2bewgakjx9", "topRow": 6, "bottomRow": 51, "parentRowSpace": 10, "isVisible": true, "type": "IMAGE_WIDGET", "version": 1, "parentId": "80wzwajsst", "isLoading": false, "maxZoomLevel": 8, "parentColumnSpace": 8, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "image" }], "borderRadius": "0px", "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png" } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "kqxoe40pg6", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container3", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 85, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 634, "detachFromLayout": true, "widgetId": "6tz2s7ivi5", "containerStyle": "none", "topRow": 0, "bottomRow": 850, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "th4d9oxy8z", "minHeight": 830, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "template": { "DownloadIcon": { "boxShadow": "NONE", "widgetName": "DownloadIcon", "onClick": "{{navigateTo(currentItem.signedUrl, {})}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 51, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 57, "iconName": "download", "widgetId": "ljk8fj5jc1", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "CopyURLIcon": { "boxShadow": "NONE", "widgetName": "CopyURLIcon", "onClick": "{{copyToClipboard(currentItem.signedUrl)}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 45, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 51, "iconName": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'duplicate';\n })();\n })}}", "widgetId": "d2z5zj56j9", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "EditIcon": { "boxShadow": "NONE", "widgetName": "EditIcon", "onClick": "{{showModal('Edit_Modal')}}", "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 39, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 45, "iconName": "edit", "widgetId": "x5bft8h9vd", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" }, "Text21": { "widgetName": "Text21", "rightColumn": 24, "textAlign": "LEFT", "displayName": "Text", "iconSVG": "/static/media/icon.e6c93592.svg", "widgetId": "nu44q8kd9p", "topRow": 4, "bottomRow": 8, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "hideCard": false, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "dynamicTriggerPathList": [], "dynamicBindingPathList": [{ "key": "text" }], "leftColumn": 16, "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem) => currentItem.id)}}", "textStyle": "BODY", "key": "xvmvdekk3s" }, "Text20": { "widgetName": "Text20", "rightColumn": 28, "textAlign": "LEFT", "displayName": "Text", "iconSVG": "/static/media/icon.e6c93592.svg", "widgetId": "thgbdemmiw", "topRow": 0, "bottomRow": 4, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "hideCard": false, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "dynamicTriggerPathList": [], "dynamicBindingPathList": [{ "key": "text" }], "leftColumn": 16, "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem) => currentItem.name)}}", "textStyle": "HEADING", "key": "xvmvdekk3s" }, "Image3": { "widgetName": "Image3", "displayName": "Image", "iconSVG": "/static/media/icon.52d8fb96.svg", "topRow": 0, "bottomRow": 8.4, "type": "IMAGE_WIDGET", "hideCard": false, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "dynamicBindingPathList": [{ "key": "image" }], "leftColumn": 0, "defaultImage": "https://assets.appsmith.com/widgets/default.png", "key": "lsc53q139g", "image": "{{File_List.listData.map((currentItem) => currentItem.img)}}", "rightColumn": 16, "objectFit": "contain", "widgetId": "2rrg354q8i", "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "enableRotation": false }, "FileListItemImage": { "widgetName": "FileListItemImage", "onClick": "{{showModal('Zoom_Modal')}}", "dynamicPropertyPathList": [], "topRow": 1, "bottomRow": 13, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [{ "key": "onClick" }], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "image" }], "defaultImage": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png';\n })();\n })}}", "image": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}", "rightColumn": 20, "objectFit": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}", "widgetId": "lh1sjszc93", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "enableDownload": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "enableRotation": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "enableRotation": false }, "Container7": { "borderColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}", "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}", "borderWidth": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}" }, "FileListItemName": { "widgetName": "FileListItemName", "rightColumn": 63, "textAlign": "LEFT", "widgetId": "qyqv89mu1c", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "parentColumnSpace": true, "leftColumn": true, "fontSize": true, "text": true }, "topRow": 1, "bottomRow": 8, "parentRowSpace": 10, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "shouldScroll": true, "parentId": "lcz0rhije8", "isLoading": false, "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [], "fontFamily": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}", "leftColumn": 21, "dynamicBindingPathList": [{ "key": "text" }], "fontSize": "PARAGRAPH", "text": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}" }, "DeleteIcon": { "boxShadow": "NONE", "widgetName": "DeleteIcon", "onClick": "{{showModal('delete_modal')}}", "buttonColor": "#DD4B34", "dynamicPropertyPathList": [{ "key": "onClick" }], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 57, "dynamicBindingPathList": [], "isDisabled": false, "key": "8akz850h7z", "rightColumn": 63, "iconName": "trash", "widgetId": "f8ipd8gbls", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "buttonVariant": "TERTIARY" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "File_List", "listData": "{{ListFiles.data}}", "isCanvas": true, "displayName": "List", "iconSVG": "/static/media/icon.9925ee17.svg", "topRow": 10, "bottomRow": 83, "parentRowSpace": 10, "onPageChange": "{{ListFiles.run()}}", "type": "LIST_WIDGET", "hideCard": false, "gridGap": 0, "parentColumnSpace": 9.67822265625, "dynamicTriggerPathList": [ { "key": "template.DownloadIcon.onClick" }, { "key": "template.CopyURLIcon.onClick" }, { "key": "onPageChange" } ], "leftColumn": 1, "dynamicBindingPathList": [ { "key": "listData" }, { "key": "template.FileListItemImage.image" }, { "key": "template.FileListItemName.text" }, { "key": "template.EditIcon.buttonColor" }, { "key": "template.CopyURLIcon.buttonColor" }, { "key": "template.DownloadIcon.buttonColor" }, { "key": "template.Container7.borderColor" }, { "key": "template.Container7.borderWidth" }, { "key": "template.Container7.borderRadius" }, { "key": "template.CopyURLIcon.iconName" }, { "key": "accentColor" }, { "key": "template.FileListItemImage.objectFit" }, { "key": "boxShadow" }, { "key": "borderRadius" }, { "key": "template.EditIcon.borderRadius" }, { "key": "template.CopyURLIcon.borderRadius" }, { "key": "template.DownloadIcon.borderRadius" }, { "key": "template.DeleteIcon.borderRadius" }, { "key": "template.FileListItemName.fontFamily" }, { "key": "template.FileListItemImage.borderRadius" }, { "key": "template.FileListItemImage.defaultImage" } ], "gridType": "vertical", "enhancements": true, "children": [ { "boxShadow": "none", "widgetName": "Canvas14", "displayName": "Canvas", "topRow": 0, "bottomRow": 390, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": false, "hideCard": true, "dropDisabled": true, "openParentPropertyPane": true, "minHeight": 400, "noPad": true, "parentColumnSpace": 1, "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Container7", "borderColor": "#2E3D4955", "disallowCopy": true, "isCanvas": true, "dynamicPropertyPathList": [ { "key": "borderRadius" } ], "displayName": "Container", "iconSVG": "/static/media/icon.1977dca3.svg", "topRow": 0, "bottomRow": 17, "dragDisabled": true, "type": "CONTAINER_WIDGET", "hideCard": false, "openParentPropertyPane": true, "isDeletable": false, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas15", "detachFromLayout": true, "displayName": "Canvas", "widgetId": "lcz0rhije8", "topRow": 0, "bottomRow": 170, "containerStyle": "none", "parentRowSpace": 1, "isVisible": true, "type": "CANVAS_WIDGET", "canExtend": false, "version": 1, "hideCard": true, "parentId": "66oc53smx3", "renderMode": "CANVAS", "isLoading": false, "parentColumnSpace": 1, "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "EditIcon", "onClick": "{{showModal('Edit_Modal')}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 39, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 45, "iconName": "edit", "dynamicHeight": "FIXED", "widgetId": "x5bft8h9vd", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "CopyURLIcon", "onClick": "{{copyToClipboard(currentItem.signedUrl)}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 45, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 51, "iconName": "duplicate", "dynamicHeight": "FIXED", "widgetId": "d2z5zj56j9", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "DownloadIcon", "onClick": "{{navigateTo(currentItem.signedUrl, {})}}", "buttonColor": "#2E3D49", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 51, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 57, "iconName": "download", "dynamicHeight": "FIXED", "widgetId": "ljk8fj5jc1", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "DeleteIcon", "onClick": "{{showModal('delete_modal')}}", "buttonColor": "#DD4B34", "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "borderRadius" } ], "displayName": "Icon Button", "iconSVG": "/static/media/icon.bff4eac0.svg", "topRow": 10, "bottomRow": 14, "parentRowSpace": 10, "type": "ICON_BUTTON_WIDGET", "hideCard": false, "parentColumnSpace": 9.4658203125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "leftColumn": 57, "dynamicBindingPathList": [ { "key": "borderRadius" } ], "isDisabled": false, "key": "8akz850h7z", "labelTextSize": "0.875rem", "rightColumn": 63, "iconName": "trash", "dynamicHeight": "FIXED", "widgetId": "f8ipd8gbls", "logBlackList": { "boxShadow": true, "widgetName": true, "buttonColor": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "type": true, "hideCard": true, "minHeight": true, "parentColumnSpace": true, "leftColumn": true, "isDisabled": true, "key": true, "rightColumn": true, "iconName": true, "widgetId": true, "isVisible": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "borderRadius": true, "buttonVariant": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" }, { "boxShadow": "none", "widgetName": "FileListItemName", "topRow": 0, "bottomRow": 7, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 21, "dynamicBindingPathList": [ { "key": "text" }, { "key": "fontFamily" } ], "text": "{{currentItem.fileName}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "kmwv6dap5n", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "parentColumnSpace": true, "leftColumn": true, "fontSize": true, "text": true }, "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "FileListItemImage", "onClick": "{{showModal('Zoom_Modal')}}", "dynamicPropertyPathList": [], "topRow": 0, "bottomRow": 13, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 19.0625, "dynamicTriggerPathList": [ { "key": "onClick" } ], "imageShape": "RECTANGLE", "leftColumn": 1, "dynamicBindingPathList": [ { "key": "image" }, { "key": "borderRadius" } ], "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png", "labelTextSize": "0.875rem", "image": "{{currentItem.signedUrl}}", "rightColumn": 20, "objectFit": "contain", "dynamicHeight": "FIXED", "widgetId": "4laf7e6wer", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "enableDownload": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "enableRotation": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "lcz0rhije8", "isLoading": false, "maxZoomLevel": 1, "enableDownload": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "enableRotation": false } ], "key": "29vrztch46" } ], "borderWidth": "1", "key": "cw0dtdoe0g", "disablePropertyPane": true, "labelTextSize": "0.875rem", "backgroundColor": "white", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "66oc53smx3", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "sh1yahe7kl", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "key": "29vrztch46", "labelTextSize": "0.875rem", "rightColumn": 232.27734375, "detachFromLayout": true, "widgetId": "sh1yahe7kl", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "cjgg2thzom", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px" } ], "privateWidgets": { "undefined": true }, "key": "x51ms5k6q9", "labelTextSize": "0.875rem", "backgroundColor": "transparent", "rightColumn": 63, "itemBackgroundColor": "#F6F7F8", "widgetId": "cjgg2thzom", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "parentId": "6tz2s7ivi5", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}" }, { "boxShadow": "none", "widgetName": "search_input", "dynamicPropertyPathList": [ { "key": "onTextChanged" } ], "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 16.4169921875, "dynamicTriggerPathList": [ { "key": "onTextChanged" } ], "resetOnSubmit": true, "leftColumn": 1, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "placeholderText": "Search File Prefix", "isDisabled": false, "key": "auxyd97lu3", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "onTextChanged": "{{ListFiles.run()}}", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "why172fko6", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "6tz2s7ivi5", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text6", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 5, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "template_table Bucket", "labelTextSize": "0.875rem", "rightColumn": 63, "backgroundColor": "", "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "t54ituq472", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6tz2s7ivi5", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 37, "dynamicHeight": "FIXED", "widgetId": "th4d9oxy8z", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "delete_modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas6", "rightColumn": 0, "detachFromLayout": true, "widgetId": "ozvpoudxz2", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "9g0cw9adf8", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon2", "rightColumn": 64, "onClick": "{{closeModal('delete_modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "xkyh49z71e", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "leftColumn": 56, "dynamicBindingPathList": [], "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text12", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete File", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "s1y44xm547", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button10", "rightColumn": 48, "onClick": "{{closeModal('delete_modal')}}", "isDefaultClickDisabled": true, "buttonColor": "#3f3f46", "widgetId": "pi0t67rnwh", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "ozvpoudxz2", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button11", "onClick": "{{\nDeleteFile.run(() => {closeModal('delete_modal'); \nListFiles.run();\n});\n}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "hp22uj3dra", "topRow": 17, "bottomRow": 21, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "ozvpoudxz2", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text13", "topRow": 5, "bottomRow": 16, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Are you sure you want to delete the file?\n\n{{File_List.selectedItem.fileName}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "oypa9ad1tg", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "ozvpoudxz2", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "9g0cw9adf8", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Edit_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas10", "rightColumn": 0, "detachFromLayout": true, "widgetId": "6i7m9kpuky", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "usealgbtyj", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text17", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 4, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Update File", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "z64z3l112n", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6i7m9kpuky", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button15", "rightColumn": 44, "onClick": "{{closeModal('Edit_Modal')}}", "isDefaultClickDisabled": true, "buttonColor": "#3f3f46", "widgetId": "trc4e6ylcz", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "6i7m9kpuky", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 32, "dynamicBindingPathList": [], "borderRadius": "0.375rem", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "update_button", "onClick": "{{UpdateFile.run(() => {ListFiles.run();resetWidget('update_file_picker');closeModal('Edit_Modal');})}}", "rightColumn": 64, "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "isDisabled" } ], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "8lbthc9dml", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "6i7m9kpuky", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 44, "dynamicBindingPathList": [ { "key": "isDisabled" }, { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Update", "isDisabled": "{{update_file_picker.files.length == 0}}" }, { "boxShadow": "none", "widgetName": "Text18", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "File Name", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "qb26g34etr", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "6i7m9kpuky", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "update_file_picker", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "displayName": "FilePicker", "iconSVG": "/static/media/icon.7c5ad9c3.svg", "topRow": 11, "bottomRow": 15, "parentRowSpace": 10, "allowedFileTypes": [], "type": "FILE_PICKER_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 6.9375, "dynamicTriggerPathList": [], "leftColumn": 18, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "isDisabled": false, "key": "h2212wpg64", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "isDefaultClickDisabled": true, "widgetId": "i8g6khu01a", "defaultSelectedFiles": [], "isVisible": true, "label": "Select File", "maxFileSize": "10", "version": 1, "fileDataType": "Base64", "parentId": "6i7m9kpuky", "selectedFiles": [], "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "files": [], "maxNumFiles": 1 }, { "boxShadow": "none", "widgetName": "update_file_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 6.9375, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 18, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": true, "key": "auxyd97lu3", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "uabsu3mjt3", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "6i7m9kpuky", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{File_List.selectedItem.fileName}}", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "usealgbtyj", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Container6", "borderColor": "#2E3D4955", "dynamicPropertyPathList": [{ "key": "borderRadius" }], "topRow": 0, "bottomRow": 85, "parentRowSpace": 10, "type": "CONTAINER_WIDGET", "parentColumnSpace": 19.8125, "dynamicTriggerPathList": [], "leftColumn": 37, "dynamicBindingPathList": [ { "key": "boxShadow" }, { "key": "borderRadius" } ], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas13", "rightColumn": 634, "detachFromLayout": true, "widgetId": "xv97g6rzgq", "containerStyle": "none", "topRow": 0, "bottomRow": 850, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "yg1iyxq9kd", "minHeight": 830, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "template": { "Canvas7": { "widgetName": "Canvas7", "rightColumn": 256, "detachFromLayout": true, "widgetId": "oqhzaygncs", "containerStyle": "none", "topRow": 0, "bottomRow": 400, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "dropDisabled": true, "parentId": "0n30419eso", "openParentPropertyPane": true, "minHeight": 340, "isLoading": false, "noPad": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": ["u3nvgafsdo"] }, "update_files_name": { "widgetName": "update_files_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 8, "bottomRow": 12, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.4580078125, "resetOnSubmit": true, "leftColumn": 23, "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'true';\n })();\n })}}", "isRequired": false, "rightColumn": 43, "widgetId": "yqxzzh2oqi", "logBlackList": { "widgetName": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "autoFocus": true, "type": true, "hideCard": true, "minHeight": true, "animateLoading": true, "parentColumnSpace": true, "resetOnSubmit": true, "leftColumn": true, "labelStyle": true, "inputType": true, "isDisabled": true, "key": true, "isRequired": true, "rightColumn": true, "widgetId": true, "isVisible": true, "label": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "iconAlign": true, "defaultText": true }, "isVisible": true, "label": "", "version": 2, "parentId": "romgsruzxz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}", "iconAlign": "left", "defaultText": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.name;\n })();\n })}}" }, "Image2": { "image": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.data;\n })();\n })}}", "widgetName": "Image2", "rightColumn": 10, "onClick": "{{showModal('Zoom_Modal2')}}", "objectFit": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}", "widgetId": "ql8qs2xelx", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "defaultImage": true }, "topRow": 0, "bottomRow": 6, "parentRowSpace": 10, "isVisible": true, "type": "IMAGE_WIDGET", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "maxZoomLevel": 1, "parentColumnSpace": 7.3125, "dynamicTriggerPathList": [], "imageShape": "RECTANGLE", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "image" }], "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png" }, "Container4": { "backgroundColor": "white", "widgetName": "Container4", "rightColumn": 64, "borderColor": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}", "disallowCopy": true, "widgetId": "u3nvgafsdo", "containerStyle": "card", "topRow": 0, "bottomRow": 8, "dragDisabled": true, "isVisible": true, "type": "CONTAINER_WIDGET", "version": 1, "parentId": "oqhzaygncs", "openParentPropertyPane": true, "isDeletable": false, "isLoading": false, "leftColumn": 0, "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}", "children": ["romgsruzxz"], "borderWidth": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}", "disablePropertyPane": true }, "Canvas8": { "widgetName": "Canvas8", "detachFromLayout": true, "widgetId": "romgsruzxz", "containerStyle": "none", "topRow": 0, "bottomRow": 180, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "u3nvgafsdo", "minHeight": 80, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ "vu7fb0dbt8", "7zziet357m", "ql8qs2xelx" ] }, "Text14": { "widgetName": "Text14", "rightColumn": 23, "textAlign": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'LEFT';\n })();\n })}}", "widgetId": "vu7fb0dbt8", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "dynamicTriggerPathList": true, "parentColumnSpace": true, "dynamicBindingPathList": true, "leftColumn": true, "fontSize": true, "text": true, "textStyle": true }, "topRow": 1, "bottomRow": 5, "isVisible": true, "fontStyle": "BOLD", "type": "TEXT_WIDGET", "textColor": "#231F20", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "dynamicTriggerPathList": [], "fontFamily": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}", "dynamicBindingPathList": [], "leftColumn": 11, "fontSize": "PARAGRAPH", "text": "File Name", "textStyle": "HEADING" } }, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "selected_files", "listData": "{{FilePicker.files}}", "dynamicPropertyPathList": [{ "key": "isVisible" }], "topRow": 23, "bottomRow": 75, "parentRowSpace": 10, "type": "LIST_WIDGET", "gridGap": 0, "parentColumnSpace": 8, "dynamicTriggerPathList": [ { "key": "template.Image2.onClick" } ], "leftColumn": 0, "dynamicBindingPathList": [ { "key": "isVisible" }, { "key": "listData" }, { "key": "template.update_files_name.defaultText" }, { "key": "template.update_files_name.validation" }, { "key": "template.Container4.borderWidth" }, { "key": "template.Container4.borderRadius" }, { "key": "template.Container4.borderColor" }, { "key": "template.Image2.image" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "template.Text14.fontFamily" }, { "key": "template.update_files_name.borderRadius" } ], "gridType": "vertical", "enhancements": true, "children": [ { "boxShadow": "none", "widgetName": "Canvas7", "topRow": 0, "bottomRow": 510, "parentRowSpace": 1, "canExtend": false, "type": "CANVAS_WIDGET", "dropDisabled": true, "openParentPropertyPane": true, "minHeight": 520, "noPad": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "boxShadow": "none", "widgetName": "Container4", "borderColor": "#2E3D4955", "disallowCopy": true, "dynamicPropertyPathList": [ { "key": "borderRadius" } ], "topRow": 0, "bottomRow": 12, "dragDisabled": true, "type": "CONTAINER_WIDGET", "openParentPropertyPane": true, "isDeletable": false, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas8", "detachFromLayout": true, "widgetId": "romgsruzxz", "containerStyle": "none", "topRow": 0, "bottomRow": 120, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "u3nvgafsdo", "minHeight": 120, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "none", "widgetName": "Text14", "topRow": 0, "bottomRow": 4, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "dynamicBindingPathList": [ { "key": "fontFamily" } ], "leftColumn": 19, "text": "File Name", "labelTextSize": "0.875rem", "rightColumn": 60, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "vu7fb0dbt8", "logBlackList": { "widgetName": true, "rightColumn": true, "textAlign": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "fontStyle": true, "type": true, "textColor": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "dynamicTriggerPathList": true, "parentColumnSpace": true, "dynamicBindingPathList": true, "leftColumn": true, "fontSize": true, "text": true, "textStyle": true }, "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "romgsruzxz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "textStyle": "HEADING", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Image2", "onClick": "{{showModal('Zoom_Modal2')}}", "topRow": 0, "bottomRow": 9, "parentRowSpace": 10, "type": "IMAGE_WIDGET", "parentColumnSpace": 7.3125, "dynamicTriggerPathList": [ { "key": "onClick" } ], "imageShape": "RECTANGLE", "leftColumn": 0, "dynamicBindingPathList": [ { "key": "image" } ], "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png", "labelTextSize": "0.875rem", "image": "{{currentItem.data}}", "rightColumn": 19, "objectFit": "contain", "dynamicHeight": "FIXED", "widgetId": "ql8qs2xelx", "logBlackList": { "image": true, "widgetName": true, "rightColumn": true, "objectFit": true, "widgetId": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "isVisible": true, "type": true, "version": true, "parentId": true, "minHeight": true, "isLoading": true, "maxZoomLevel": true, "parentColumnSpace": true, "imageShape": true, "leftColumn": true, "defaultImage": true }, "isVisible": true, "version": 1, "parentId": "romgsruzxz", "isLoading": false, "maxZoomLevel": 1, "borderRadius": "0px" }, { "boxShadow": "none", "widgetName": "update_files_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 5, "bottomRow": 9, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.4580078125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 19, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "yqxzzh2oqi", "logBlackList": { "widgetName": true, "isCanvas": true, "displayName": true, "iconSVG": true, "topRow": true, "bottomRow": true, "parentRowSpace": true, "autoFocus": true, "type": true, "hideCard": true, "minHeight": true, "animateLoading": true, "parentColumnSpace": true, "resetOnSubmit": true, "leftColumn": true, "labelStyle": true, "inputType": true, "isDisabled": true, "key": true, "isRequired": true, "rightColumn": true, "widgetId": true, "isVisible": true, "label": true, "version": true, "parentId": true, "renderMode": true, "isLoading": true, "iconAlign": true, "defaultText": true }, "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "romgsruzxz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{currentItem.name}}", "minDynamicHeight": 4 } ] } ], "borderWidth": "1", "disablePropertyPane": true, "labelTextSize": "0.875rem", "backgroundColor": "white", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "u3nvgafsdo", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "oqhzaygncs", "isLoading": false, "borderRadius": "5px", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ], "labelTextSize": "0.875rem", "rightColumn": 256, "detachFromLayout": true, "widgetId": "oqhzaygncs", "containerStyle": "none", "isVisible": true, "version": 1, "parentId": "0n30419eso", "isLoading": false, "borderRadius": "0px" } ], "privateWidgets": { "undefined": true }, "childAutoComplete": { "currentItem": { "data": "", "base64": "", "name": "", "raw": "", "id": "", "text": "", "type": "" } }, "labelTextSize": "0.875rem", "backgroundColor": "", "rightColumn": 64, "itemBackgroundColor": "#F6F7F8", "widgetId": "0n30419eso", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": "{{FilePicker.files.length > 0}}", "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}" }, { "boxShadow": "none", "widgetName": "Text9", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [], "text": "Upload Folder", "labelTextSize": "0.875rem", "rightColumn": 16, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "jc21bnjh92", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text7", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "Upload New Files", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "364shivyaz", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "upload_button", "onClick": "{{\nFilePicker.files.forEach((file, index) => {\n\tCreateFile.run((response, params) => { showAlert('File Uploaded','success'); \nif (params.isLastFile) {\n\tListFiles.run(() => {closeModal('Upload_Files_Modal'); resetWidget('folder_name', true);\t\t\t\t\tresetWidget('FilePicker', true);\nresetWidget('update_files_name', true);\n})\t\n}\n}, () => showAlert('File Upload Failed','error'), {fileIndex: index, name: selected_files.items[index].update_files_name.text, isLastFile: index == (FilePicker.files.length - 1), });\n\treturn true;\n})\n}}", "rightColumn": 64, "dynamicPropertyPathList": [ { "key": "onClick" }, { "key": "isDisabled" } ], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "1uava20nxi", "topRow": 75, "bottomRow": 79, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "xv97g6rzgq", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 36, "dynamicBindingPathList": [ { "key": "isDisabled" }, { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Upload", "isDisabled": "{{ selected_files.items.length == 0 || selected_files.items.map((file) => file.update_files_name.text).includes(\"\") }}" }, { "boxShadow": "none", "widgetName": "Text19", "dynamicPropertyPathList": [{ "key": "isVisible" }], "topRow": 19, "bottomRow": 23, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.0458984375, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "isVisible" }], "text": "Selected files to upload", "labelTextSize": "0.875rem", "rightColumn": 52, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "9wh2ereoy9", "isVisible": "{{FilePicker.files.length > 0}}", "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "xv97g6rzgq", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "FilePicker", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "displayName": "FilePicker", "iconSVG": "/static/media/icon.7c5ad9c3.svg", "topRow": 13, "bottomRow": 17, "parentRowSpace": 10, "allowedFileTypes": [], "type": "FILE_PICKER_WIDGET_V2", "hideCard": false, "animateLoading": true, "parentColumnSpace": 4.86865234375, "dynamicTriggerPathList": [], "leftColumn": 16, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "isDisabled": false, "key": "h2212wpg64", "onFilesSelected": "", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "8l6lm067zw", "defaultSelectedFiles": [], "isVisible": true, "label": "Select Files", "maxFileSize": 5, "version": 1, "fileDataType": "Base64", "parentId": "xv97g6rzgq", "selectedFiles": [], "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "files": [], "maxNumFiles": "3" }, { "boxShadow": "none", "widgetName": "folder_name", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 6, "bottomRow": 10, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 11.8955078125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 16, "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "TEXT", "placeholderText": "folder/sub-folder", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "215nlsqncm", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "xv97g6rzgq", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ] } ], "borderWidth": "0", "labelTextSize": "0.875rem", "backgroundColor": "#FFFFFF", "rightColumn": 64, "dynamicHeight": "FIXED", "widgetId": "yg1iyxq9kd", "containerStyle": "card", "isVisible": true, "version": 1, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "minDynamicHeight": 4 } ] } } ], "slug": "s3", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc2" }, { "publishedPage": { "name": "Redis", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [], "name": "FetchKeys", "timeoutInMillisecond": 10000, "id": "Redis_FetchKeys" } ], [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.selectedRow.result"], "name": "FetchValue", "timeoutInMillisecond": 10000, "id": "Redis_FetchValue" } ] ], "id": "Redis", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 890, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "labelTextSize": "0.875rem", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Form1", "backgroundColor": "white", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "isVisible" }], "dynamicHeight": "FIXED", "widgetId": "eer73khglm", "topRow": 1, "bottomRow": 47, "parentRowSpace": 10, "isVisible": "{{data_table.selectedRow.result}}", "type": "FORM_WIDGET", "parentId": "0", "shouldScrollContents": true, "isLoading": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas2", "rightColumn": 528.71875, "detachFromLayout": true, "widgetId": "9nvn3gfw6q", "containerStyle": "none", "topRow": 0, "bottomRow": 460, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "eer73khglm", "minHeight": 460, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "resetFormOnClick": false, "boxShadow": "none", "widgetName": "update_button", "onClick": "{{UpdateKey.run(() => FetchKeys.run(), () => {})}}", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 39, "bottomRow": 43, "type": "FORM_BUTTON_WIDGET", "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "text": "Update", "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "3apd2wkt91", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "9nvn3gfw6q", "isLoading": false, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY" }, { "resetFormOnClick": true, "boxShadow": "none", "widgetName": "reset_update_button", "onClick": "", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 39, "bottomRow": 43, "type": "FORM_BUTTON_WIDGET", "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 28, "dynamicBindingPathList": [{ "key": "borderRadius" }], "text": "Reset", "labelTextSize": "0.875rem", "rightColumn": 46, "isDefaultClickDisabled": true, "widgetId": "hhh0296qfj", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "9nvn3gfw6q", "isLoading": false, "disabledWhenInvalid": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "SECONDARY" }, { "boxShadow": "none", "widgetName": "Text9", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 8, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.8963623046875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 1, "dynamicBindingPathList": [ { "key": "text" }, { "key": "fontFamily" } ], "text": "Update Key: {{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "uawwds1z0r", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "9nvn3gfw6q", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "update_value_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 37, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 10.5390625, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 1, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "MULTI_LINE_TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": true, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "l3qtdja15h", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "9nvn3gfw6q", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{FetchValue.data[0].result}}", "minDynamicHeight": 4 } ] } ], "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "backgroundColor": "#FFFFFF", "widgetName": "Container1", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "v8nfulwuy0", "containerStyle": "card", "topRow": 1, "bottomRow": 89, "parentRowSpace": 10, "isVisible": true, "type": "CONTAINER_WIDGET", "version": 1, "parentId": "0", "isLoading": false, "shouldScrollContents": true, "parentColumnSpace": 19.75, "leftColumn": 0, "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "erkvdsolhu", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "v8nfulwuy0", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns._ref.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "_ref", "col4", "col5", "col2", "col3", "col1", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" }, { "key": "onRowSelected" } ], "primaryColumns": { "_ref": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "_ref", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "_ref", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "onRowSelected": "{{FetchValue.run()}}", "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 63, "textSize": "0.875rem", "widgetId": "dyohhtrkiy", "tableData": "{{FetchKeys.data}}", "label": "Data", "searchKey": "", "parentId": "erkvdsolhu", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "new_key_button", "onClick": "{{showModal('Insert_Modal')}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 6.8310546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 51, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "text": "New Key", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 64, "isDefaultClickDisabled": true, "widgetId": "2rlp4irwh0", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "refresh_button", "onClick": "{{FetchKeys.run()}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "text": "Refresh", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 51, "isDefaultClickDisabled": true, "widgetId": "o9t8fslxdi", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "SECONDARY" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "Redis Data", "labelTextSize": "0.875rem", "rightColumn": 39, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "nt181ks4ci", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 0, "detachFromLayout": true, "widgetId": "re60vbuakz", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "c8fg4ubw52", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon1", "rightColumn": 64, "onClick": "{{closeModal('Insert_Modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "3tk445loxa", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text21", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "New Key", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "fgi9qp4uwr", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "rightColumn": 47, "onClick": "{{closeModal('Insert_Modal')}}", "isDefaultClickDisabled": true, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "xnh96plcyo", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "re60vbuakz", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 35, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button2", "onClick": "{{InsertKey.run(() => FetchKeys.run(() => closeModal('Insert_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "ix2dralfal", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "re60vbuakz", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Insert", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text22", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Key", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "kotk4wa6pe", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text23", "topRow": 16, "bottomRow": 20, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Value", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "y2dlumuetl", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "insert_key_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 21, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "ynw4ir8luz", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "re60vbuakz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "insert_value_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 52, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 21, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "MULTI_LINE_TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "6qn1qkr18d", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "re60vbuakz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "c8fg4ubw52", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "value_modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 0, "detachFromLayout": true, "widgetId": "v8n3d5aecd", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "fh14k9y353", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon2", "rightColumn": 64, "onClick": "{{closeModal('value_modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "jqaazpo3zy", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text24", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Value for Key: {{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 54, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "hvb3xnk1u8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button4", "rightColumn": 64, "onClick": "{{closeModal('value_modal')}}", "isDefaultClickDisabled": true, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "yka7b6k706", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "v8n3d5aecd", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Close", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text25", "topRow": 6, "bottomRow": 17, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "{{FetchValue.data[0].result}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "j9315vzr13", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "fh14k9y353", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas5", "rightColumn": 0, "detachFromLayout": true, "widgetId": "lwsyaz55ll", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "0skbil3ntd", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon3", "rightColumn": 64, "onClick": "{{closeModal('Delete_Modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "dtuc8ag2of", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text26", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Key", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "d9ap4dp300", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button6", "onClick": "{{DeleteKey.run(() => FetchKeys.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "2kg6lmim5m", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "lwsyaz55ll", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text27", "topRow": 7, "bottomRow": 17, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Are you sure you want to delete the key?\n\n{{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "c698jgkzjg", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button7", "onClick": "{{closeModal('Delete_Modal')}}", "buttonColor": "#3f3f46", "topRow": 18, "bottomRow": 22, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 32, "dynamicBindingPathList": [{ "key": "borderRadius" }], "text": "Cancel", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 46, "isDefaultClickDisabled": true, "widgetId": "lsvqrab5v2", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "0skbil3ntd", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 } ] } } ], "slug": "redis", "isHidden": false }, "deleted": false, "unpublishedPage": { "name": "Redis", "policies": [], "userPermissions": [], "layouts": [ { "layoutOnLoadActionErrors": [], "deleted": false, "validOnPageLoadActions": true, "policies": [], "layoutOnLoadActions": [ [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": [], "name": "FetchKeys", "timeoutInMillisecond": 10000, "id": "Redis_FetchKeys" } ], [ { "pluginType": "DB", "confirmBeforeExecute": false, "jsonPathKeys": ["data_table.selectedRow.result"], "name": "FetchValue", "timeoutInMillisecond": 10000, "id": "Redis_FetchValue" } ] ], "id": "Redis", "userPermissions": [], "viewMode": false, "dsl": { "widgetName": "MainContainer", "backgroundColor": "none", "rightColumn": 1056, "snapColumns": 64, "detachFromLayout": true, "widgetId": "0", "topRow": 0, "bottomRow": 890, "containerStyle": "none", "snapRows": 129, "parentRowSpace": 1, "type": "CANVAS_WIDGET", "canExtend": true, "version": 78, "minHeight": 890, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "dynamicBindingPathList": [], "leftColumn": 0, "children": [ { "labelTextSize": "0.875rem", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "widgetName": "Form1", "backgroundColor": "white", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "isVisible" }], "dynamicHeight": "FIXED", "widgetId": "eer73khglm", "topRow": 1, "bottomRow": 47, "parentRowSpace": 10, "isVisible": "{{data_table.selectedRow.result}}", "type": "FORM_WIDGET", "parentId": "0", "shouldScrollContents": true, "isLoading": false, "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "isVisible" }, { "key": "borderRadius" }, { "key": "boxShadow" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas2", "rightColumn": 528.71875, "detachFromLayout": true, "widgetId": "9nvn3gfw6q", "containerStyle": "none", "topRow": 0, "bottomRow": 460, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "eer73khglm", "minHeight": 460, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "resetFormOnClick": false, "boxShadow": "none", "widgetName": "update_button", "onClick": "{{UpdateKey.run(() => FetchKeys.run(), () => {})}}", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 39, "bottomRow": 43, "type": "FORM_BUTTON_WIDGET", "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 47, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "text": "Update", "labelTextSize": "0.875rem", "rightColumn": 63, "isDefaultClickDisabled": true, "widgetId": "3apd2wkt91", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "9nvn3gfw6q", "isLoading": false, "disabledWhenInvalid": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY" }, { "resetFormOnClick": true, "boxShadow": "none", "widgetName": "reset_update_button", "onClick": "", "dynamicPropertyPathList": [], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 39, "bottomRow": 43, "type": "FORM_BUTTON_WIDGET", "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 28, "dynamicBindingPathList": [{ "key": "borderRadius" }], "text": "Reset", "labelTextSize": "0.875rem", "rightColumn": 46, "isDefaultClickDisabled": true, "widgetId": "hhh0296qfj", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "9nvn3gfw6q", "isLoading": false, "disabledWhenInvalid": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "SECONDARY" }, { "boxShadow": "none", "widgetName": "Text9", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 8, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8.8963623046875, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 1, "dynamicBindingPathList": [ { "key": "text" }, { "key": "fontFamily" } ], "text": "Update Key: {{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 63, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "uawwds1z0r", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "9nvn3gfw6q", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "update_value_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 37, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 10.5390625, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 1, "dynamicBindingPathList": [ { "key": "defaultText" }, { "key": "accentColor" }, { "key": "borderRadius" } ], "labelStyle": "", "inputType": "MULTI_LINE_TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": true, "rightColumn": 63, "dynamicHeight": "FIXED", "widgetId": "l3qtdja15h", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "9nvn3gfw6q", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "{{FetchValue.data[0].result}}", "minDynamicHeight": 4 } ] } ], "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "backgroundColor": "#FFFFFF", "widgetName": "Container1", "rightColumn": 40, "dynamicHeight": "FIXED", "widgetId": "v8nfulwuy0", "containerStyle": "card", "topRow": 1, "bottomRow": 89, "parentRowSpace": 10, "isVisible": true, "type": "CONTAINER_WIDGET", "version": 1, "parentId": "0", "isLoading": false, "shouldScrollContents": true, "parentColumnSpace": 19.75, "leftColumn": 0, "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas1", "rightColumn": 632, "detachFromLayout": true, "widgetId": "erkvdsolhu", "containerStyle": "none", "topRow": 0, "bottomRow": 880, "parentRowSpace": 1, "isVisible": true, "canExtend": false, "type": "CANVAS_WIDGET", "version": 1, "parentId": "v8nfulwuy0", "minHeight": 870, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "onSort": "{{SelectQuery.run()}}", "isVisibleDownload": true, "iconSVG": "/static/media/icon.db8a9cbd.svg", "topRow": 6, "isSortable": true, "onPageChange": "{{SelectQuery.run()}}", "type": "TABLE_WIDGET_V2", "animateLoading": true, "dynamicBindingPathList": [ { "key": "tableData" }, { "key": "derivedColumns.customColumn1.buttonLabel" }, { "key": "primaryColumns.customColumn1.buttonLabel" }, { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "primaryColumns.customColumn1.borderRadius" }, { "key": "primaryColumns.col1.computedValue" }, { "key": "primaryColumns.col2.computedValue" }, { "key": "primaryColumns.col3.computedValue" }, { "key": "primaryColumns.col4.computedValue" }, { "key": "primaryColumns.col5.computedValue" }, { "key": "primaryColumns._ref.computedValue" } ], "leftColumn": 0, "delimiter": ",", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisibleFilters": true, "isVisible": "true", "enableClientSideSearch": true, "version": 3, "totalRecordsCount": 0, "isLoading": false, "onSearchTextChanged": "{{SelectQuery.run()}}", "childStylesheet": { "button": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}" }, "iconButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" }, "menuButton": { "boxShadow": "none", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "primaryColumnId": "id", "columnSizeMap": { "task": 245, "step": 62, "status": 75 }, "widgetName": "data_table", "defaultPageSize": 0, "columnOrder": [ "_ref", "col4", "col5", "col2", "col3", "col1", "customColumn1" ], "dynamicPropertyPathList": [ { "key": "primaryColumns.customColumn1.borderRadius" } ], "displayName": "Table", "bottomRow": 85, "parentRowSpace": 10, "defaultSelectedRowIndex": "0", "hideCard": false, "parentColumnSpace": 16.3125, "dynamicTriggerPathList": [ { "key": "primaryColumns.customColumn1.onClick" }, { "key": "onPageChange" }, { "key": "onSearchTextChanged" }, { "key": "onSort" }, { "key": "onRowSelected" } ], "primaryColumns": { "_ref": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "_ref", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "_ref", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF", "sticky": "right" }, "col4": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}", "textSize": "0.875rem", "index": 3, "isVisible": true, "label": "col4", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col4", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col5": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}", "textSize": "0.875rem", "index": 4, "isVisible": true, "label": "col5", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col5", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col2": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}", "textSize": "0.875rem", "index": 1, "isVisible": true, "label": "col2", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col2", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col3": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}", "textSize": "0.875rem", "index": 2, "isVisible": true, "label": "col3", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col3", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" }, "col1": { "isCellVisible": true, "isDerived": false, "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}", "textSize": "0.875rem", "index": 0, "isVisible": true, "label": "col1", "textColor": "", "columnType": "text", "horizontalAlignment": "LEFT", "width": 150, "enableFilter": true, "enableSort": true, "id": "col1", "isDisabled": false, "cellBackground": "", "verticalAlignment": "CENTER" } }, "onRowSelected": "{{FetchValue.run()}}", "key": "zba5qel0au", "derivedColumns": { "customColumn1": { "isCellVisible": true, "boxShadow": "none", "isDerived": true, "computedValue": "", "onClick": "{{showModal('Delete_Modal')}}", "buttonColor": "#DD4B34", "buttonStyle": "rgb(3, 179, 101)", "index": 5, "isVisible": true, "label": "Delete", "labelColor": "#FFFFFF", "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}", "columnType": "button", "borderRadius": "0px", "menuColor": "#03B365", "width": 150, "enableFilter": true, "enableSort": true, "id": "customColumn1", "isDisabled": false, "buttonLabelColor": "#FFFFFF" } }, "labelTextSize": "0.875rem", "rightColumn": 63, "textSize": "0.875rem", "widgetId": "dyohhtrkiy", "tableData": "{{FetchKeys.data}}", "label": "Data", "searchKey": "", "parentId": "erkvdsolhu", "serverSidePaginationEnabled": true, "renderMode": "CANVAS", "horizontalAlignment": "LEFT", "isVisibleSearch": true, "isVisiblePagination": true, "verticalAlignment": "CENTER" }, { "boxShadow": "none", "widgetName": "new_key_button", "onClick": "{{showModal('Insert_Modal')}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 6.8310546875, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 51, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "text": "New Key", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 64, "isDefaultClickDisabled": true, "widgetId": "2rlp4irwh0", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY" }, { "boxShadow": "none", "widgetName": "refresh_button", "onClick": "{{FetchKeys.run()}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 18.8828125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 40, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "text": "Refresh", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 51, "isDefaultClickDisabled": true, "widgetId": "o9t8fslxdi", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "SECONDARY" }, { "boxShadow": "none", "widgetName": "Text16", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 0, "bottomRow": 4, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 11.78515625, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "leftColumn": 0, "dynamicBindingPathList": [{ "key": "fontFamily" }], "text": "Redis Data", "labelTextSize": "0.875rem", "rightColumn": 39, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "nt181ks4ci", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "erkvdsolhu", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 } ] } ], "maxDynamicHeight": 9000, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Insert_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas3", "rightColumn": 0, "detachFromLayout": true, "widgetId": "re60vbuakz", "topRow": 0, "bottomRow": 600, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "c8fg4ubw52", "shouldScrollContents": false, "minHeight": 600, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon1", "rightColumn": 64, "onClick": "{{closeModal('Insert_Modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "3tk445loxa", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text21", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "New Key", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "fgi9qp4uwr", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button1", "rightColumn": 47, "onClick": "{{closeModal('Insert_Modal')}}", "isDefaultClickDisabled": true, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "xnh96plcyo", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "re60vbuakz", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 35, "dynamicBindingPathList": [ { "key": "buttonColor" }, { "key": "borderRadius" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY", "text": "Cancel", "isDisabled": false }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button2", "onClick": "{{InsertKey.run(() => FetchKeys.run(() => closeModal('Insert_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "isDefaultClickDisabled": true, "widgetId": "ix2dralfal", "topRow": 53, "bottomRow": 57, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "re60vbuakz", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Insert", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text22", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Key", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "kotk4wa6pe", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Text23", "topRow": 16, "bottomRow": 20, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 8, "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Value", "labelTextSize": "0.875rem", "rightColumn": 17, "textAlign": "RIGHT", "dynamicHeight": "FIXED", "widgetId": "y2dlumuetl", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "re60vbuakz", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "insert_key_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 9, "bottomRow": 13, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 21, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "ynw4ir8luz", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "re60vbuakz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "insert_value_input", "displayName": "Input", "iconSVG": "/static/media/icon.9f505595.svg", "topRow": 15, "bottomRow": 52, "parentRowSpace": 10, "autoFocus": false, "type": "INPUT_WIDGET_V2", "hideCard": false, "animateLoading": false, "parentColumnSpace": 8.125, "dynamicTriggerPathList": [], "resetOnSubmit": true, "leftColumn": 21, "dynamicBindingPathList": [{ "key": "accentColor" }], "labelStyle": "", "inputType": "MULTI_LINE_TEXT", "isDisabled": false, "key": "om9y3ljmtt", "validation": "true", "labelTextSize": "0.875rem", "isRequired": false, "rightColumn": 62, "dynamicHeight": "FIXED", "widgetId": "6qn1qkr18d", "accentColor": "{{appsmith.theme.colors.primaryColor}}", "isVisible": true, "label": "", "version": 2, "parentId": "re60vbuakz", "renderMode": "CANVAS", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "iconAlign": "left", "defaultText": "", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 600, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "c8fg4ubw52", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 532, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "value_modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas4", "rightColumn": 0, "detachFromLayout": true, "widgetId": "v8n3d5aecd", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "fh14k9y353", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon2", "rightColumn": 64, "onClick": "{{closeModal('value_modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "jqaazpo3zy", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text24", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Value for Key: {{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 54, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "hvb3xnk1u8", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button4", "rightColumn": 64, "onClick": "{{closeModal('value_modal')}}", "isDefaultClickDisabled": true, "buttonColor": "{{appsmith.theme.colors.primaryColor}}", "widgetId": "yka7b6k706", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "v8n3d5aecd", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 48, "dynamicBindingPathList": [ { "key": "borderRadius" }, { "key": "buttonColor" } ], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Close", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text25", "topRow": 6, "bottomRow": 17, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "{{FetchValue.data[0].result}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "j9315vzr13", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "v8n3d5aecd", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "fh14k9y353", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Delete_Modal", "topRow": 0, "bottomRow": 0, "parentRowSpace": 1, "type": "MODAL_WIDGET", "shouldScrollContents": true, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [{ "key": "borderRadius" }], "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Canvas5", "rightColumn": 0, "detachFromLayout": true, "widgetId": "lwsyaz55ll", "topRow": 0, "bottomRow": 240, "parentRowSpace": 1, "isVisible": true, "canExtend": true, "type": "CANVAS_WIDGET", "version": 1, "parentId": "0skbil3ntd", "shouldScrollContents": false, "minHeight": 240, "isLoading": false, "parentColumnSpace": 1, "dynamicTriggerPathList": [], "leftColumn": 0, "dynamicBindingPathList": [], "borderRadius": "0px", "children": [ { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Icon3", "rightColumn": 64, "onClick": "{{closeModal('Delete_Modal')}}", "iconName": "cross", "buttonColor": "#2E3D49", "widgetId": "dtuc8ag2of", "topRow": 1, "bottomRow": 5, "isVisible": true, "type": "ICON_BUTTON_WIDGET", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "leftColumn": 56, "borderRadius": "0px", "buttonVariant": "TERTIARY", "iconSize": 24 }, { "boxShadow": "none", "widgetName": "Text26", "dynamicPropertyPathList": [{ "key": "fontSize" }], "topRow": 1, "bottomRow": 5, "type": "TEXT_WIDGET", "dynamicTriggerPathList": [], "overflow": "NONE", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [], "text": "Delete Key", "labelTextSize": "0.875rem", "rightColumn": 41, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "d9ap4dp300", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "1.5rem", "minDynamicHeight": 4 }, { "labelTextSize": "0.875rem", "boxShadow": "none", "widgetName": "Button6", "onClick": "{{DeleteKey.run(() => FetchKeys.run(() => closeModal('Delete_Modal')), () => {})}}", "rightColumn": 64, "dynamicPropertyPathList": [{ "key": "onClick" }], "buttonColor": "#DD4B34", "isDefaultClickDisabled": true, "widgetId": "2kg6lmim5m", "topRow": 18, "bottomRow": 22, "isVisible": true, "type": "BUTTON_WIDGET", "version": 1, "recaptchaType": "V3", "parentId": "lwsyaz55ll", "isLoading": false, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 46, "dynamicBindingPathList": [{ "key": "borderRadius" }], "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "PRIMARY", "text": "Confirm", "isDisabled": false }, { "boxShadow": "none", "widgetName": "Text27", "topRow": 7, "bottomRow": 17, "parentRowSpace": 10, "type": "TEXT_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [], "overflow": "SCROLL", "fontFamily": "System Default", "leftColumn": 1, "dynamicBindingPathList": [{ "key": "text" }], "text": "Are you sure you want to delete the key?\n\n{{data_table.selectedRow.result}}", "labelTextSize": "0.875rem", "rightColumn": 64, "textAlign": "LEFT", "dynamicHeight": "FIXED", "widgetId": "c698jgkzjg", "isVisible": true, "fontStyle": "BOLD", "textColor": "#231F20", "version": 1, "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "0px", "maxDynamicHeight": 9000, "fontSize": "0.875rem", "minDynamicHeight": 4 }, { "boxShadow": "none", "widgetName": "Button7", "onClick": "{{closeModal('Delete_Modal')}}", "buttonColor": "#3f3f46", "topRow": 18, "bottomRow": 22, "parentRowSpace": 10, "type": "BUTTON_WIDGET", "parentColumnSpace": 6.8125, "dynamicTriggerPathList": [{ "key": "onClick" }], "leftColumn": 32, "dynamicBindingPathList": [{ "key": "borderRadius" }], "text": "Cancel", "isDisabled": false, "labelTextSize": "0.875rem", "rightColumn": 46, "isDefaultClickDisabled": true, "widgetId": "lsvqrab5v2", "isVisible": true, "version": 1, "recaptchaType": "V3", "parentId": "lwsyaz55ll", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "buttonVariant": "TERTIARY" } ], "isDisabled": false } ], "height": 240, "labelTextSize": "0.875rem", "rightColumn": 0, "detachFromLayout": true, "dynamicHeight": "FIXED", "widgetId": "0skbil3ntd", "canOutsideClickClose": true, "canEscapeKeyClose": true, "version": 2, "parentId": "0", "isLoading": false, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "maxDynamicHeight": 9000, "width": 456, "minDynamicHeight": 4 } ] } } ], "slug": "redis", "isHidden": false }, "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc6" } ], "actionCollectionList": [ { "deleted": false, "publishedCollection": { "variables": [], "pluginType": "JS", "pluginId": "js-plugin", "name": "Utils", "archivedActions": [], "userPermissions": [], "pageId": "Admin", "body": "export default {\n\tmyFun2: async () => {\n\t\t get_exported_app.run(() => {\n\t\t\tconst arr = JSON.parse(datasource_arr.text);\n\t\t\tarr.map((row) => { get_datasource_structure.run((res, params) => {\n\t\t \t\t\tstoreValue(params.name, res); \n\t\t\t\t},undefined, row)\n\t\t\t})\n \t})\n\t}\n}", "actions": [] }, "unpublishedCollection": { "variables": [], "pluginType": "JS", "pluginId": "js-plugin", "name": "Utils", "archivedActions": [], "userPermissions": [], "pageId": "Admin", "body": "export default {\n\tmyFun2: async () => {\n\t\t get_exported_app.run(() => {\n\t\t\tconst arr = JSON.parse(datasource_arr.text);\n\t\t\tarr.map((row) => { get_datasource_structure.run((res, params) => {\n\t\t \t\t\tstoreValue(params.name, res); \n\t\t\t\t},undefined, row)\n\t\t\t})\n \t})\n\t}\n}", "actions": [] }, "id": "Admin_Utils", "gitSyncId": "61764fbeba7e887d03bc3631_624e8fab729a2b0934685de2" } ], "clientSchemaVersion": 1, "exportedApplication": { "publishedCustomJSLibs": [], "applicationVersion": 2, "color": "#D9E7FF", "unpublishedAppLayout": { "type": "FLUID" }, "icon": "bag", "unpublishedCustomJSLibs": [], "viewMode": false, "isManualUpdate": false, "pages": [ { "isDefault": true, "id": "Admin" }, { "isDefault": false, "id": "PostgreSQL" }, { "isDefault": false, "id": "Page Generator" }, { "isDefault": false, "id": "MongoDB" }, { "isDefault": false, "id": "SQL" }, { "isDefault": false, "id": "Google Sheets" }, { "isDefault": false, "id": "Firestore" }, { "isDefault": false, "id": "S3" }, { "isDefault": false, "id": "Redis" } ], "deleted": false, "name": "CRUD App Templates", "appIsExample": false, "isPublic": false, "publishedAppLayout": { "type": "FLUID" }, "publishedPages": [ { "isDefault": true, "id": "Admin" }, { "isDefault": false, "id": "PostgreSQL" }, { "isDefault": false, "id": "Page Generator" }, { "isDefault": false, "id": "MongoDB" }, { "isDefault": false, "id": "SQL" }, { "isDefault": false, "id": "Google Sheets" }, { "isDefault": false, "id": "Firestore" }, { "isDefault": false, "id": "S3" }, { "isDefault": false, "id": "Redis" } ], "unreadCommentThreads": 0, "slug": "crud-app-templates" } }
\ No newline at end of file
+{
+ "customJSLibList": [],
+ "updatedResources": {
+ "actionList": [
+ "InsertQuery##ENTITY_SEPARATOR##SQL",
+ "InsertQuery##ENTITY_SEPARATOR##Firestore",
+ "InsertQuery##ENTITY_SEPARATOR##PostgreSQL",
+ "update_template##ENTITY_SEPARATOR##Admin",
+ "get_exported_app##ENTITY_SEPARATOR##Admin",
+ "generate_mongo_app##ENTITY_SEPARATOR##Page Generator",
+ "UpdateKey##ENTITY_SEPARATOR##Redis",
+ "InsertQuery##ENTITY_SEPARATOR##Google Sheets",
+ "UpdateQuery##ENTITY_SEPARATOR##Google Sheets",
+ "SelectQuery##ENTITY_SEPARATOR##PostgreSQL",
+ "Utils.myFun2##ENTITY_SEPARATOR##Admin",
+ "UpdateQuery##ENTITY_SEPARATOR##SQL",
+ "UpdateFile##ENTITY_SEPARATOR##S3",
+ "FetchValue##ENTITY_SEPARATOR##Redis",
+ "SelectQuery##ENTITY_SEPARATOR##SQL",
+ "get_user##ENTITY_SEPARATOR##Admin",
+ "generate_gsheet_app##ENTITY_SEPARATOR##Page Generator",
+ "ListFiles##ENTITY_SEPARATOR##S3",
+ "UpdateQuery##ENTITY_SEPARATOR##MongoDB",
+ "InsertQuery##ENTITY_SEPARATOR##MongoDB",
+ "ReadFile##ENTITY_SEPARATOR##S3",
+ "DeleteKey##ENTITY_SEPARATOR##Redis",
+ "get_datasource_structure##ENTITY_SEPARATOR##Admin",
+ "FetchKeys##ENTITY_SEPARATOR##Redis",
+ "SelectQuery##ENTITY_SEPARATOR##Firestore",
+ "UpdateQuery##ENTITY_SEPARATOR##Firestore",
+ "DeleteQuery##ENTITY_SEPARATOR##MongoDB",
+ "DeleteQuery##ENTITY_SEPARATOR##PostgreSQL",
+ "DeleteQuery##ENTITY_SEPARATOR##SQL",
+ "UpdateQuery##ENTITY_SEPARATOR##PostgreSQL",
+ "DeleteQuery##ENTITY_SEPARATOR##Google Sheets",
+ "SelectQuery##ENTITY_SEPARATOR##Google Sheets",
+ "CreateFile##ENTITY_SEPARATOR##S3",
+ "InsertKey##ENTITY_SEPARATOR##Redis",
+ "DeleteFile##ENTITY_SEPARATOR##S3",
+ "generate_sql_app##ENTITY_SEPARATOR##Page Generator",
+ "FindQuery##ENTITY_SEPARATOR##MongoDB",
+ "DeleteQuery##ENTITY_SEPARATOR##Firestore"
+ ],
+ "pageList": [
+ "Google Sheets",
+ "S3",
+ "Page Generator",
+ "PostgreSQL",
+ "Firestore",
+ "Redis",
+ "MongoDB",
+ "Admin",
+ "SQL"
+ ],
+ "actionCollectionList": ["Utils##ENTITY_SEPARATOR##Admin"]
+ },
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "serverSchemaVersion": 6,
+ "datasourceConfigurationStructureList": [
+ {
+ "datasourceId": "AmazonS3 CRUD",
+ "structure": {}
+ },
+ {
+ "datasourceId": "Appsmith Release",
+ "structure": {}
+ },
+ {
+ "datasourceId": "FBTemplateDB",
+ "structure": {}
+ },
+ {
+ "datasourceId": "Google Sheet",
+ "structure": {}
+ },
+ {
+ "datasourceId": "Internal DB",
+ "structure": {"tables": [
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('aforce_roster_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "email",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "name",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "registration_date",
+ "type": "date",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "aforce_roster_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"aforce_heroes\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"aforce_heroes\" (\"email\", \"name\", \"registration_date\")\n VALUES ('', '', '2019-07-01');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"aforce_heroes\" SET\n \"email\" = '',\n \"name\" = '',\n \"registration_date\" = '2019-07-01'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"aforce_heroes\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.aforce_heroes",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('aforce_issue_upvote_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "link",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "comment",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "CURRENT_TIMESTAMP",
+ "name": "created_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ },
+ {
+ "name": "issue_id",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "'None'::text",
+ "name": "comm_status",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "aforce_issue_upvote_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"aforce_issue_upvote\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"aforce_issue_upvote\" (\"link\", \"comment\", \"author\", \"issue_id\")\n VALUES ('', '', '', 1);"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"aforce_issue_upvote\" SET\n \"link\" = '',\n \"comment\" = '',\n \"author\" = '',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"aforce_issue_upvote\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.aforce_issue_upvote",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('aforce_roster_id_seq1'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "start_date",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "hero_id",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "end_date",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "support_team",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "pod",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "aforce_roster_pkey1",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"aforce_roster\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"aforce_roster\" (\"start_date\", \"hero_id\", \"end_date\", \"support_team\", \"pod\")\n VALUES ('2019-07-01', 1, '2019-07-01', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"aforce_roster\" SET\n \"start_date\" = '2019-07-01',\n \"hero_id\" = 1,\n \"end_date\" = '2019-07-01',\n \"support_team\" = '',\n \"pod\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"aforce_roster\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.aforce_roster",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('discord_messages_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "msg_id",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_at",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "discord_messages_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"discord_messages\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"discord_messages\" (\"msg_id\", \"created_at\", \"author\")\n VALUES ('', '2019-07-01', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"discord_messages\" SET\n \"msg_id\" = '',\n \"created_at\" = '2019-07-01',\n \"author\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"discord_messages\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.discord_messages",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('email_issues_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "from",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "body",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_at",
+ "type": "timestamptz",
+ "isAutogenerated": false
+ },
+ {
+ "name": "subject",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "is_tagged",
+ "type": "bool",
+ "isAutogenerated": false
+ },
+ {
+ "name": "assignee",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "email_issues_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"email_issues\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"email_issues\" (\"from\", \"body\", \"created_at\", \"subject\", \"is_tagged\", \"assignee\")\n VALUES ('', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"email_issues\" SET\n \"from\" = '',\n \"body\" = '',\n \"created_at\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET',\n \"subject\" = '',\n \"is_tagged\" = '',\n \"assignee\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"email_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.email_issues",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('github_issues_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "upvotes",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "closed_date",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_date",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "assignee",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "state",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "issue_creator_id",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "title",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "issue_number",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "label_arr",
+ "type": "_text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "total_reactions",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "unique_commentors",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "updated_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "github_issues_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"github_issues\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"github_issues\" (\"upvotes\", \"closed_date\", \"created_date\", \"assignee\", \"state\", \"issue_creator_id\", \"title\", \"issue_number\", \"label_arr\", \"total_reactions\", \"unique_commentors\", \"updated_at\")\n VALUES (1, '2019-07-01', '2019-07-01', '', '', '', '', 1, '', 1, 1, TIMESTAMP '2019-07-01 10:00:00');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"github_issues\" SET\n \"upvotes\" = 1,\n \"closed_date\" = '2019-07-01',\n \"created_date\" = '2019-07-01',\n \"assignee\" = '',\n \"state\" = '',\n \"issue_creator_id\" = '',\n \"title\" = '',\n \"issue_number\" = 1,\n \"label_arr\" = '',\n \"total_reactions\" = 1,\n \"unique_commentors\" = 1,\n \"updated_at\" = TIMESTAMP '2019-07-01 10:00:00'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"github_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.github_issues",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('issue_db_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "github_issue_id",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ },
+ {
+ "name": "title",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "description",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "labels",
+ "type": "_text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "type",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "state",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "answer",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "link",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "states",
+ "type": "_text",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "'None'::text",
+ "name": "priority_status",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "'Idle'::text",
+ "name": "issue_status",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "issue_db_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"global_issues\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"global_issues\" (\"github_issue_id\", \"author\", \"created_at\", \"title\", \"description\", \"labels\", \"type\", \"state\", \"answer\", \"link\", \"states\")\n VALUES (1, '', TIMESTAMP '2019-07-01 10:00:00', '', '', '', '', '', '', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"global_issues\" SET\n \"github_issue_id\" = 1,\n \"author\" = '',\n \"created_at\" = TIMESTAMP '2019-07-01 10:00:00',\n \"title\" = '',\n \"description\" = '',\n \"labels\" = '',\n \"type\" = '',\n \"state\" = '',\n \"answer\" = '',\n \"link\" = '',\n \"states\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"global_issues\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.global_issues",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('issue_upvote_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "link",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "comment",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ },
+ {
+ "name": "issue_id",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "'None'::text",
+ "name": "issue_comm_status",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "issue_upvote_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"issue_upvote\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"issue_upvote\" (\"link\", \"comment\", \"author\", \"created_at\", \"issue_id\")\n VALUES ('', '', '', TIMESTAMP '2019-07-01 10:00:00', 1);"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"issue_upvote\" SET\n \"link\" = '',\n \"comment\" = '',\n \"author\" = '',\n \"created_at\" = TIMESTAMP '2019-07-01 10:00:00',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"issue_upvote\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.issue_upvote",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('product_comments_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "comment",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "varchar",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "CURRENT_TIMESTAMP",
+ "name": "created_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ },
+ {
+ "name": "issue_id",
+ "type": "int4",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "product_comments_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"product_comments\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"product_comments\" (\"comment\", \"author\", \"issue_id\")\n VALUES ('', '', 1);"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"product_comments\" SET\n \"comment\" = '',\n \"author\" = '',\n \"issue_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"product_comments\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.product_comments",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('sample_apps_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "title",
+ "type": "varchar",
+ "isAutogenerated": false
+ },
+ {
+ "name": "description",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "link",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "varchar",
+ "isAutogenerated": false
+ },
+ {
+ "defaultValue": "CURRENT_DATE",
+ "name": "created_at",
+ "type": "timestamp",
+ "isAutogenerated": false
+ },
+ {
+ "name": "categories",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "tags",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "status",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "isdeleted",
+ "type": "bool",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "sample_apps_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"sample_apps\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"sample_apps\" (\"title\", \"description\", \"link\", \"author\", \"categories\", \"tags\", \"status\", \"isdeleted\")\n VALUES ('', '', '', '', '', '', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"sample_apps\" SET\n \"title\" = '',\n \"description\" = '',\n \"link\" = '',\n \"author\" = '',\n \"categories\" = '',\n \"tags\" = '',\n \"status\" = '',\n \"isdeleted\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"sample_apps\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.sample_apps",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('standup_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "name",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "yesterday",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "today",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "blocked",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "date",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "pod",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "dayrating",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "restrating",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "focusrating",
+ "type": "int4",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "standup_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"standup\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"standup\" (\"name\", \"yesterday\", \"today\", \"blocked\", \"date\", \"pod\", \"dayrating\", \"restrating\", \"focusrating\")\n VALUES ('', '', '', '', '2019-07-01', '', 1, 1, 1);"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"standup\" SET\n \"name\" = '',\n \"yesterday\" = '',\n \"today\" = '',\n \"blocked\" = '',\n \"date\" = '2019-07-01',\n \"pod\" = '',\n \"dayrating\" = 1,\n \"restrating\" = 1,\n \"focusrating\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"standup\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.standup",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('support_tickets_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "description",
+ "type": "varchar",
+ "isAutogenerated": false
+ },
+ {
+ "name": "created_at",
+ "type": "timestamptz",
+ "isAutogenerated": false
+ },
+ {
+ "name": "author",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "user",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "comments",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["id"],
+ "name": "support_tickets_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"support_tickets\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"support_tickets\" (\"description\", \"created_at\", \"author\", \"user\", \"comments\")\n VALUES ('', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"support_tickets\" SET\n \"description\" = '',\n \"created_at\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET',\n \"author\" = '',\n \"user\" = '',\n \"comments\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"support_tickets\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.support_tickets",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('template_table_col1_seq'::regclass)",
+ "name": "col1",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "col2",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col3",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col4",
+ "type": "bool",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col5",
+ "type": "float8",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col6",
+ "type": "date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col7",
+ "type": "json",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col8",
+ "type": "varchar",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col9",
+ "type": "numeric",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col10",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col11",
+ "type": "text",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col12",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [{
+ "columnNames": ["col1"],
+ "name": "template_table_pkey",
+ "type": "primary key"
+ }],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"template_table\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"template_table\" (\"col2\", \"col3\", \"col4\", \"col5\", \"col6\", \"col7\", \"col8\", \"col9\", \"col10\", \"col11\", \"col12\")\n VALUES ('', 1, '', 1.0, '2019-07-01', '', '', '', '', '', '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"template_table\" SET\n \"col2\" = '',\n \"col3\" = 1,\n \"col4\" = '',\n \"col5\" = 1.0,\n \"col6\" = '2019-07-01',\n \"col7\" = '',\n \"col8\" = '',\n \"col9\" = '',\n \"col10\" = '',\n \"col11\" = '',\n \"col12\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"template_table\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.template_table",
+ "type": "TABLE"
+ },
+ {
+ "schema": "public",
+ "columns": [
+ {
+ "defaultValue": "nextval('ticket_tags_id_seq'::regclass)",
+ "name": "id",
+ "type": "int4",
+ "isAutogenerated": true
+ },
+ {
+ "name": "ticket_id",
+ "type": "int4",
+ "isAutogenerated": false
+ },
+ {
+ "name": "github_tag_id",
+ "type": "text",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [
+ {
+ "columnNames": ["id"],
+ "name": "ticket_tags_pkey",
+ "type": "primary key"
+ },
+ {
+ "fromColumns": ["ticket_id"],
+ "name": "ticket_id_fk",
+ "toColumns": ["support_tickets.id"],
+ "type": "foreign key"
+ }
+ ],
+ "templates": [
+ {
+ "title": "SELECT",
+ "body": "SELECT * FROM public.\"ticket_tags\" LIMIT 10;"
+ },
+ {
+ "title": "INSERT",
+ "body": "INSERT INTO public.\"ticket_tags\" (\"ticket_id\", \"github_tag_id\")\n VALUES (1, '');"
+ },
+ {
+ "title": "UPDATE",
+ "body": "UPDATE public.\"ticket_tags\" SET\n \"ticket_id\" = 1,\n \"github_tag_id\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"
+ },
+ {
+ "title": "DELETE",
+ "body": "DELETE FROM public.\"ticket_tags\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"
+ }
+ ],
+ "name": "public.ticket_tags",
+ "type": "TABLE"
+ }
+ ]}
+ },
+ {
+ "datasourceId": "Mock_Mongo",
+ "structure": {"tables": [
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "col1",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col2",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col3",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "col4",
+ "type": "String",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"col1\": \"test\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"find\": \"template_table\",\n \"filter\": {\n \"col1\": \"test\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"find\": \"template_table\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"col1\": \"new value\",\n \"col2\": \"new value\",\n \"col3\": \"new value\",\n \"col4\": \"new value\",\n}]"}},
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"insert\": \"template_table\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"col1\": \"new value\",\n \"col2\": \"new value\",\n \"col3\": \"new value\",\n \"col4\": \"new value\",\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"col1\": \"new value\" } }"}
+ },
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"update\": \"template_table\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"col1\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"delete\": \"template_table\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"count\": \"template_table\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"distinct\": \"template_table\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "template_table"},
+ "body": {"data": "{\n \"aggregate\": \"template_table\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "template_table",
+ "type": "COLLECTION"
+ },
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "createdAt",
+ "type": "Date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "email",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "name",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "role",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "status",
+ "type": "Object",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"email\": \"Fae14@hotmail.com\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"find\": \"users\",\n \"filter\": {\n \"email\": \"Fae14@hotmail.com\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"find\": \"users\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"email\": \"new value\",\n \"name\": \"new value\",\n \"role\": \"new value\",\n \"status\": {},\n}]"}},
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"insert\": \"users\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"email\": \"new value\",\n \"name\": \"new value\",\n \"role\": \"new value\",\n \"status\": {},\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"email\": \"new value\" } }"}
+ },
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"update\": \"users\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"email\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"delete\": \"users\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"count\": \"users\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"distinct\": \"users\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "users"},
+ "body": {"data": "{\n \"aggregate\": \"users\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "users",
+ "type": "COLLECTION"
+ },
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "createdAt",
+ "type": "Date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "currentLimit",
+ "type": "Integer",
+ "isAutogenerated": false
+ },
+ {
+ "name": "featureName",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "key",
+ "type": "Integer",
+ "isAutogenerated": false
+ },
+ {
+ "name": "limit",
+ "type": "Integer",
+ "isAutogenerated": false
+ },
+ {
+ "name": "subscriptionId",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"featureName\": \"Okuneva Inc\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"find\": \"orgs\",\n \"filter\": {\n \"featureName\": \"Okuneva Inc\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"find\": \"orgs\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currentLimit\": 1,\n \"featureName\": \"new value\",\n \"key\": 1,\n \"limit\": 1,\n \"subscriptionId\": ObjectId(\"a_valid_object_id_hex\"),\n}]"}},
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"insert\": \"orgs\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currentLimit\": 1,\n \"featureName\": \"new value\",\n \"key\": 1,\n \"limit\": 1,\n \"subscriptionId\": ObjectId(\"a_valid_object_id_hex\"),\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"featureName\": \"new value\" } }"}
+ },
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"update\": \"orgs\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"featureName\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"delete\": \"orgs\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"count\": \"orgs\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"distinct\": \"orgs\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "orgs"},
+ "body": {"data": "{\n \"aggregate\": \"orgs\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "orgs",
+ "type": "COLLECTION"
+ },
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "createdAt",
+ "type": "Date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "createdBy",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "domain",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "name",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "numUsers",
+ "type": "Integer",
+ "isAutogenerated": false
+ },
+ {
+ "name": "orgId",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"domain\": \"gunner.name\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"find\": \"apps\",\n \"filter\": {\n \"domain\": \"gunner.name\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"find\": \"apps\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"createdBy\": ObjectId(\"a_valid_object_id_hex\"),\n \"domain\": \"new value\",\n \"name\": \"new value\",\n \"numUsers\": 1,\n \"orgId\": ObjectId(\"a_valid_object_id_hex\"),\n}]"}},
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"insert\": \"apps\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"createdBy\": ObjectId(\"a_valid_object_id_hex\"),\n \"domain\": \"new value\",\n \"name\": \"new value\",\n \"numUsers\": 1,\n \"orgId\": ObjectId(\"a_valid_object_id_hex\"),\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"domain\": \"new value\" } }"}
+ },
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"update\": \"apps\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"domain\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"delete\": \"apps\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"count\": \"apps\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"distinct\": \"apps\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "apps"},
+ "body": {"data": "{\n \"aggregate\": \"apps\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "apps",
+ "type": "COLLECTION"
+ },
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "genres",
+ "type": "String",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"genres\": \"https://release.app.appsmith.com/app/scratchpad/mongo-625418abb49da04657c566c5/edit\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"find\": \"movies\",\n \"filter\": {\n \"genres\": \"https://release.app.appsmith.com/app/scratchpad/mongo-625418abb49da04657c566c5/edit\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"find\": \"movies\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"genres\": \"new value\",\n}]"}},
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"insert\": \"movies\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"genres\": \"new value\",\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"genres\": \"new value\" } }"}
+ },
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"update\": \"movies\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"genres\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"delete\": \"movies\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"count\": \"movies\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"distinct\": \"movies\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "movies"},
+ "body": {"data": "{\n \"aggregate\": \"movies\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "movies",
+ "type": "COLLECTION"
+ },
+ {
+ "columns": [
+ {
+ "name": "_id",
+ "type": "ObjectId",
+ "isAutogenerated": true
+ },
+ {
+ "name": "createdAt",
+ "type": "Date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "currency",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "mrr",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "name",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "renewalDate",
+ "type": "Date",
+ "isAutogenerated": false
+ },
+ {
+ "name": "status",
+ "type": "String",
+ "isAutogenerated": false
+ },
+ {
+ "name": "statusOfApp",
+ "type": "Object",
+ "isAutogenerated": false
+ }
+ ],
+ "keys": [],
+ "templates": [
+ {
+ "configuration": {
+ "find": {
+ "query": {"data": "{ \"currency\": \"MRO\"}"},
+ "limit": {"data": "10"},
+ "sort": {"data": "{\"_id\": 1}"}
+ },
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"find\": \"subscriptions\",\n \"filter\": {\n \"currency\": \"MRO\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find"
+ },
+ {
+ "configuration": {
+ "find": {"query": {"data": "{\"_id\": ObjectId(\"id_to_query_with\")}"}},
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"find\": \"subscriptions\",\n \"filter\": {\n \"_id\": ObjectId(\"id_to_query_with\")\n }\n}\n"},
+ "command": {"data": "FIND"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Find by ID"
+ },
+ {
+ "configuration": {
+ "insert": {"documents": {"data": "[{ \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currency\": \"new value\",\n \"mrr\": \"new value\",\n \"name\": \"new value\",\n \"renewalDate\": new Date(\"2019-07-01\"),\n \"status\": \"new value\",\n \"statusOfApp\": {},\n}]"}},
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"insert\": \"subscriptions\",\n \"documents\": [\n {\n \"_id\": ObjectId(\"a_valid_object_id_hex\"),\n \"createdAt\": new Date(\"2019-07-01\"),\n \"currency\": \"new value\",\n \"mrr\": \"new value\",\n \"name\": \"new value\",\n \"renewalDate\": new Date(\"2019-07-01\"),\n \"status\": \"new value\",\n \"statusOfApp\": {},\n }\n ]\n}\n"},
+ "command": {"data": "INSERT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Insert"
+ },
+ {
+ "configuration": {
+ "updateMany": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_update\") }"},
+ "limit": {"data": "ALL"},
+ "update": {"data": "{ \"$set\": { \"currency\": \"new value\" } }"}
+ },
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"update\": \"subscriptions\",\n \"updates\": [\n {\n \"q\": {\n \"_id\": ObjectId(\"id_of_document_to_update\")\n },\n \"u\": { \"$set\": { \"currency\": \"new value\" } }\n }\n ]\n}\n"},
+ "command": {"data": "UPDATE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Update"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"delete\": \"subscriptions\",\n \"deletes\": [\n {\n \"q\": {\n \"_id\": \"id_of_document_to_delete\"\n },\n \"limit\": 1\n }\n ]\n}\n"},
+ "delete": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_delete\") }"},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {"data": "DELETE"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Delete"
+ },
+ {
+ "configuration": {
+ "count": {"query": {"data": "{\"_id\": {\"$exists\": true}}"}},
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"count\": \"subscriptions\",\n \"query\": {\"_id\": {\"$exists\": true}} \n}\n"},
+ "command": {"data": "COUNT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Count"
+ },
+ {
+ "configuration": {
+ "distinct": {
+ "query": {"data": "{ \"_id\": ObjectId(\"id_of_document_to_distinct\") }"},
+ "key": {"data": "_id"}
+ },
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"distinct\": \"subscriptions\",\n \"query\": { \"_id\": ObjectId(\"id_of_document_to_distinct\") }, \"key\": \"_id\",}\n"},
+ "command": {"data": "DISTINCT"},
+ "smartSubstitution": {"data": true}
+ },
+ "title": "Distinct"
+ },
+ {
+ "configuration": {
+ "collection": {"data": "subscriptions"},
+ "body": {"data": "{\n \"aggregate\": \"subscriptions\",\n \"pipeline\": [ {\"$sort\" : {\"_id\": 1} } ],\n \"limit\": 10,\n \"explain\": \"true\"\n}\n"},
+ "command": {"data": "AGGREGATE"},
+ "smartSubstitution": {"data": true},
+ "aggregate": {
+ "arrayPipelines": {"data": "[ {\"$sort\" : {\"_id\": 1} } ]"},
+ "limit": {"data": "10"}
+ }
+ },
+ "title": "Aggregate"
+ }
+ ],
+ "name": "subscriptions",
+ "type": "COLLECTION"
+ }
+ ]}
+ },
+ {
+ "datasourceId": "RedisTemplateApps",
+ "structure": {}
+ }
+ ],
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "datasourceList": [
+ {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "name": "AmazonS3 CRUD",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528942"
+ },
+ {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528a53"
+ },
+ {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893f"
+ },
+ {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528941"
+ },
+ {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893c"
+ },
+ {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "name": "Mock_Mongo",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "5f7add8687af934ed846dd6a_61c43332e89bc475f3cae797"
+ },
+ {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "name": "RedisTemplateApps",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "6171a062b7de236aa183ee0e_61bb76c8cd5d704509528943"
+ }
+ ],
+ "actionList": [
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "DELETE FROM public.template_table\n WHERE col1 = {{data_table.triggeredRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.col1"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "SQL_DeleteQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "DELETE FROM public.template_table\n WHERE col1 = {{data_table.triggeredRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.col1"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f01"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.template_table\nWHERE col2 like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'col1'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || \"ASC\""
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "SQL_SelectQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.template_table\nWHERE col2 like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'col1'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || \"ASC\""
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531ef8"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.template_table SET\n\t\tcol2 = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\tcol3 = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n col4 = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\tcol5 = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\tcol6 = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\tcol7 = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\tcol8 = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\tcol9 = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\tcol10 = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\tcol11 = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\tcol12 = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n WHERE col1 = {{data_table.selectedRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.col1",
+ "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10",
+ "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11",
+ "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12",
+ "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2",
+ "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3",
+ "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4",
+ "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5",
+ "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6",
+ "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7",
+ "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8",
+ "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "SQL_UpdateQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.template_table SET\n\t\tcol2 = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\tcol3 = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n col4 = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\tcol5 = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\tcol6 = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\tcol7 = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\tcol8 = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\tcol9 = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\tcol10 = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\tcol11 = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\tcol12 = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n WHERE col1 = {{data_table.selectedRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.col1",
+ "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10",
+ "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11",
+ "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12",
+ "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2",
+ "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3",
+ "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4",
+ "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5",
+ "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6",
+ "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7",
+ "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8",
+ "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f03"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.template_table (\n\tcol1,\n\tcol2,\n\tcol3,\n\tcol4,\n\tcol5,\n\tcol6,\n\tcol7,\n\tcol8,\n\tcol9,\n\tcol10,\n\tcol11,\n\tcol12\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_form.formData.col1",
+ "insert_form.formData.col10",
+ "insert_form.formData.col11",
+ "insert_form.formData.col12",
+ "insert_form.formData.col2",
+ "insert_form.formData.col3",
+ "insert_form.formData.col4",
+ "insert_form.formData.col5",
+ "insert_form.formData.col6",
+ "insert_form.formData.col7",
+ "insert_form.formData.col8",
+ "insert_form.formData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "SQL_InsertQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.template_table (\n\tcol1,\n\tcol2,\n\tcol3,\n\tcol4,\n\tcol5,\n\tcol6,\n\tcol7,\n\tcol8,\n\tcol9,\n\tcol10,\n\tcol11,\n\tcol12\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "SQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_form.formData.col1",
+ "insert_form.formData.col10",
+ "insert_form.formData.col11",
+ "insert_form.formData.col12",
+ "insert_form.formData.col2",
+ "insert_form.formData.col3",
+ "insert_form.formData.col4",
+ "insert_form.formData.col5",
+ "insert_form.formData.col6",
+ "insert_form.formData.col7",
+ "insert_form.formData.col8",
+ "insert_form.formData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531ef9"
+ },
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}",
+ "viewType": "component",
+ "componentData": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "UPDATE_ONE",
+ "viewType": "component",
+ "componentData": "UPDATE_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "UPDATE",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Google Sheets_UpdateQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}",
+ "viewType": "component",
+ "componentData": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "UPDATE_ONE",
+ "viewType": "component",
+ "componentData": "UPDATE_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "UPDATE",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efa"
+ },
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{}]
+ },
+ "viewType": "component",
+ "componentData": {
+ "condition": "AND",
+ "children": [{}]
+ }
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "FETCH_MANY",
+ "viewType": "component",
+ "componentData": "FETCH_MANY"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Google Sheets_SelectQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{}]
+ },
+ "viewType": "component",
+ "componentData": {
+ "condition": "AND",
+ "children": [{}]
+ }
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "FETCH_MANY",
+ "viewType": "component",
+ "componentData": "FETCH_MANY"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f02"
+ },
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "rowIndex": {
+ "data": "{{data_table.triggeredRow.rowIndex}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow.rowIndex}}"
+ },
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "DELETE_ONE",
+ "viewType": "component",
+ "componentData": "DELETE_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "DELETE_ROW",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "{{data_table.triggeredRow.rowIndex}}",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.triggeredRow.rowIndex"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Google Sheets_DeleteQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "rowIndex": {
+ "data": "{{data_table.triggeredRow.rowIndex}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow.rowIndex}}"
+ },
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "DELETE_ONE",
+ "viewType": "component",
+ "componentData": "DELETE_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "DELETE_ROW",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "{{data_table.triggeredRow.rowIndex}}",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.triggeredRow.rowIndex"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f04"
+ },
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{{insert_form.formData}}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "INSERT_ONE",
+ "viewType": "component",
+ "componentData": "INSERT_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "APPEND",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{{insert_form.formData}}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["insert_form.formData"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Google Sheets_InsertQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{{insert_form.formData}}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"
+ },
+ "command": {
+ "data": "INSERT_ONE",
+ "viewType": "component",
+ "componentData": "INSERT_ONE"
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "APPEND",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "template_table",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{{insert_form.formData}}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Google Sheets",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["insert_form.formData"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "Google Sheet",
+ "policies": [],
+ "messages": [],
+ "id": "Google Sheet",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efb"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 100000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}",
+ "viewType": "component",
+ "componentData": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}"
+ },
+ "create": {
+ "dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "expiry": {
+ "data": "5",
+ "viewType": "component",
+ "componentData": "5"
+ }
+ },
+ "body": {
+ "data": "{{FilePicker.files[this.params.fileIndex]}}",
+ "viewType": "component",
+ "componentData": "{{FilePicker.files[this.params.fileIndex]}}"
+ },
+ "command": {
+ "data": "UPLOAD_FILE_FROM_BODY",
+ "viewType": "component",
+ "componentData": "UPLOAD_FILE_FROM_BODY"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": ["'Query timeout' field must be an integer between 0 and 60000"],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name",
+ "FilePicker.files[this.params.fileIndex]"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "CreateFile",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "id": "S3_CreateFile",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 100000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}",
+ "viewType": "component",
+ "componentData": "{{(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name}}"
+ },
+ "create": {
+ "dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "expiry": {
+ "data": "5",
+ "viewType": "component",
+ "componentData": "5"
+ }
+ },
+ "body": {
+ "data": "{{FilePicker.files[this.params.fileIndex]}}",
+ "viewType": "component",
+ "componentData": "{{FilePicker.files[this.params.fileIndex]}}"
+ },
+ "command": {
+ "data": "UPLOAD_FILE_FROM_BODY",
+ "viewType": "component",
+ "componentData": "UPLOAD_FILE_FROM_BODY"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": ["'Query timeout' field must be an integer between 0 and 60000"],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(!!folder_name.text ? folder_name.text + \"/\" : \"\") + this.params.name",
+ "FilePicker.files[this.params.fileIndex]"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "CreateFile",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efc"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "",
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"\"\n}"
+ },
+ "list": {
+ "pagination": {"data": {
+ "offset": "{{(File_List.pageNo - 1) * File_List.pageSize}}",
+ "limit": "{{File_List.pageSize}}"
+ }},
+ "prefix": {
+ "data": "{{search_input.text}}",
+ "viewType": "component",
+ "componentData": "{{search_input.text}}"
+ },
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ },
+ "viewType": "component",
+ "componentData": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }
+ },
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {
+ "data": "{{ 60 * 24 }}",
+ "viewType": "component",
+ "componentData": "{{ 60 * 24 }}"
+ },
+ "signedUrl": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "unSignedUrl": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ }
+ },
+ "command": {
+ "data": "LIST",
+ "viewType": "component",
+ "componentData": "LIST"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.list.prefix.data"},
+ {"key": "formData.list.expiry.data"},
+ {"key": "formData.list.pagination.data.offset"},
+ {"key": "formData.list.pagination.data.limit"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " 60 * 24 ",
+ "(File_List.pageNo - 1) * File_List.pageSize",
+ "File_List.pageSize",
+ "search_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "name": "AmazonS3 CRUD",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ListFiles",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "id": "S3_ListFiles",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "",
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"\"\n}"
+ },
+ "list": {
+ "pagination": {"data": {
+ "offset": "{{(File_List.pageNo - 1) * File_List.pageSize}}",
+ "limit": "{{File_List.pageSize}}"
+ }},
+ "prefix": {
+ "data": "{{search_input.text}}",
+ "viewType": "component",
+ "componentData": "{{search_input.text}}"
+ },
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ },
+ "viewType": "component",
+ "componentData": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }
+ },
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {
+ "data": "{{ 60 * 24 }}",
+ "viewType": "component",
+ "componentData": "{{ 60 * 24 }}"
+ },
+ "signedUrl": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "unSignedUrl": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ }
+ },
+ "command": {
+ "data": "LIST",
+ "viewType": "component",
+ "componentData": "LIST"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.list.prefix.data"},
+ {"key": "formData.list.expiry.data"},
+ {"key": "formData.list.pagination.data.offset"},
+ {"key": "formData.list.pagination.data.limit"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " 60 * 24 ",
+ "(File_List.pageNo - 1) * File_List.pageSize",
+ "File_List.pageSize",
+ "search_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "name": "AmazonS3 CRUD",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ListFiles",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efd"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{File_List.selectedItem.fileName}}",
+ "viewType": "component",
+ "componentData": "{{File_List.selectedItem.fileName}}"
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"null\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"null\"\n}"
+ },
+ "command": {
+ "data": "DELETE_FILE",
+ "viewType": "component",
+ "componentData": "DELETE_FILE"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["File_List.selectedItem.fileName"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteFile",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "id": "S3_DeleteFile",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{File_List.selectedItem.fileName}}",
+ "viewType": "component",
+ "componentData": "{{File_List.selectedItem.fileName}}"
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"null\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"null\"\n}"
+ },
+ "command": {
+ "data": "DELETE_FILE",
+ "viewType": "component",
+ "componentData": "DELETE_FILE"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["File_List.selectedItem.fileName"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteFile",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0c"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{File_List.selectedItem.fileName}}",
+ "viewType": "component",
+ "componentData": "{{File_List.selectedItem.fileName}}"
+ },
+ "read": {"dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ }},
+ "body": {
+ "data": "{\n\t\"data\": \"\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"\"\n}"
+ },
+ "command": {
+ "data": "READ_FILE",
+ "viewType": "component",
+ "componentData": "READ_FILE"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["File_List.selectedItem.fileName"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ReadFile",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "id": "S3_ReadFile",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{File_List.selectedItem.fileName}}",
+ "viewType": "component",
+ "componentData": "{{File_List.selectedItem.fileName}}"
+ },
+ "read": {"dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ }},
+ "body": {
+ "data": "{\n\t\"data\": \"\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"\"\n}"
+ },
+ "command": {
+ "data": "READ_FILE",
+ "viewType": "component",
+ "componentData": "READ_FILE"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["File_List.selectedItem.fileName"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ReadFile",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0d"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{update_file_name.text}}",
+ "viewType": "component",
+ "componentData": "{{update_file_name.text}}"
+ },
+ "create": {
+ "dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "expiry": {
+ "data": "5",
+ "viewType": "component",
+ "componentData": "5"
+ }
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}"
+ },
+ "command": {
+ "data": "UPLOAD_FILE_FROM_BODY",
+ "viewType": "component",
+ "componentData": "UPLOAD_FILE_FROM_BODY"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "update_file_name.text",
+ "update_file_picker.files.length ? update_file_picker.files[0].data : \"\""
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateFile",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "id": "S3_UpdateFile",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {
+ "data": "assets-test.appsmith.com",
+ "viewType": "component",
+ "componentData": "assets-test.appsmith.com"
+ },
+ "path": {
+ "data": "{{update_file_name.text}}",
+ "viewType": "component",
+ "componentData": "{{update_file_name.text}}"
+ },
+ "create": {
+ "dataType": {
+ "data": "YES",
+ "viewType": "component",
+ "componentData": "YES"
+ },
+ "expiry": {
+ "data": "5",
+ "viewType": "component",
+ "componentData": "5"
+ }
+ },
+ "body": {
+ "data": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t\"data\": \"{{update_file_picker.files.length ? update_file_picker.files[0].data : \"\" }}\"\n}"
+ },
+ "command": {
+ "data": "UPLOAD_FILE_FROM_BODY",
+ "viewType": "component",
+ "componentData": "UPLOAD_FILE_FROM_BODY"
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "S3",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "update_file_name.text",
+ "update_file_picker.files.length ? update_file_picker.files[0].data : \"\""
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "amazons3-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "AmazonS3 CRUD",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateFile",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0e"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/v1/datasources/{{this.params.id}}/structure",
+ "headers": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["this.params.id"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_datasource_structure",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Admin_get_datasource_structure",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/v1/datasources/{{this.params.id}}/structure",
+ "headers": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["this.params.id"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_datasource_structure",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f00"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "path": "/1iyoffhcy2d9mw0stqcmtdpmeaz8xvgf",
+ "headers": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "application/json"},
+ "body": "{\n\t\"app\": {{ { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } }}, \n\t\"branch\": \"update-crud-template\" \n}",
+ "httpMethod": "POST",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": [" { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } "],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://hook.eu1.make.com"},
+ "isAutoGenerated": false
+ },
+ "name": "update_template",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Admin_update_template",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "path": "/1iyoffhcy2d9mw0stqcmtdpmeaz8xvgf",
+ "headers": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "application/json"},
+ "body": "{\n\t\"app\": {{ { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } }}, \n\t\"branch\": \"update-crud-template\" \n}",
+ "httpMethod": "POST",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": [" { ...get_exported_app.data, decryptedFields: undefined, datasourceList: get_exported_app.data.datasourceList, \"datasourceConfigurationStructureList\": get_exported_app.data.datasourceList.map((source) => { return {datasourceId: source.name, structure: appsmith.store[source.pluginId] == undefined ? {}: appsmith.store[source.pluginId].data} } ) } "],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://hook.eu1.make.com"},
+ "isAutoGenerated": false
+ },
+ "name": "update_template",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531efe"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [{
+ "value": "text/plain",
+ "key": "content-type"
+ }],
+ "path": "/api/v1/applications/export/61764fbeba7e887d03bc3631",
+ "headers": [{
+ "value": "text/plain",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 100000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "text/plain"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": ["'Query timeout' field must be an integer between 0 and 60000"],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_exported_app",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Admin_get_exported_app",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [{
+ "value": "text/plain",
+ "key": "content-type"
+ }],
+ "path": "/api/v1/applications/export/61764fbeba7e887d03bc3631",
+ "headers": [{
+ "value": "text/plain",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 100000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "text/plain"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": ["'Query timeout' field must be an integer between 0 and 60000"],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_exported_app",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531eff"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/users/me",
+ "headers": [{
+ "value": "_hjid=41cedd95-19f9-438a-8b6e-f2c4d7fb086b; SL_C_23361dd035530_KEY=c370af0df0edf38360adbefbdc47d2b42ea137c9; SL_C_23361dd035530_VID=P3kBR7eMjg; ajs_anonymous_id=e6ef9c9b-3407-4374-81ab-6bafef26a4d1; ajs_user_id=nidhi@appsmith.com; intercom-id-y10e7138=50e190b7-b24e-4bef-b320-3c47a3c91006; amplitude_id_fef1e872c952688acd962d30aa545b9eappsmith.com=eyJkZXZpY2VJZCI6IjIxNWJlMWRkLTNjMGQtNDY5NS05YzRmLTFjYTM4MjNhNzM5NlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTYzNjI1ODEwMjkyNCwibGFzdEV2ZW50VGltZSI6MTYzNjI1ODEwMzE3MywiZXZlbnRJZCI6NSwiaWRlbnRpZnlJZCI6MSwic2VxdWVuY2VOdW1iZXIiOjZ9; _ga=GA1.2.526957763.1633412376; _gid=GA1.2.1610516593.1636258104; _ga_0JZ9C3M56S=GS1.1.1636258103.3.1.1636258646.0; SESSION=09ae7c78-ca84-4a38-916a-f282893efb40; mp_70b8ea94d623dd857fb555a76d11f944_mixpanel=%7B%22distinct_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24device_id%22%3A%20%2217c91e75170277-051d4ff86c77bb-1d3b6650-168000-17c91e75171dc2%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24user_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22mp_name_tag%22%3A%20%22nidhi%40appsmith.com%22%2C%22userId%22%3A%20%22nidhi%40appsmith.com%22%2C%22source%22%3A%20%22cloud%22%2C%22id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24email%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24first_name%22%3A%20%22Nidhi%22%2C%22%24last_name%22%3A%20%22Nair%22%2C%22%24name%22%3A%20%22Nidhi%20Nair%22%7D; SL_C_23361dd035530_SID=3VIjO5jKCt; intercom-session-y10e7138=WnhwMVl4VmVIUDFPVkgxUDVidm8wOXUzNjZ2elJ0OWx2a21Qc3NCYk1zenNEa0dzMkswWFlpanM4YXNxY2pQYi0taFpkWkR6K0xLUFJyUVFRSkMwZ3pUUT09--376a7fef0d7774b3284b94fb4c1ea1c8e2305afe; _hjAbsoluteSessionInProgress=1",
+ "key": "Cookie"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_user",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Admin_get_user",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/users/me",
+ "headers": [{
+ "value": "_hjid=41cedd95-19f9-438a-8b6e-f2c4d7fb086b; SL_C_23361dd035530_KEY=c370af0df0edf38360adbefbdc47d2b42ea137c9; SL_C_23361dd035530_VID=P3kBR7eMjg; ajs_anonymous_id=e6ef9c9b-3407-4374-81ab-6bafef26a4d1; ajs_user_id=nidhi@appsmith.com; intercom-id-y10e7138=50e190b7-b24e-4bef-b320-3c47a3c91006; amplitude_id_fef1e872c952688acd962d30aa545b9eappsmith.com=eyJkZXZpY2VJZCI6IjIxNWJlMWRkLTNjMGQtNDY5NS05YzRmLTFjYTM4MjNhNzM5NlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTYzNjI1ODEwMjkyNCwibGFzdEV2ZW50VGltZSI6MTYzNjI1ODEwMzE3MywiZXZlbnRJZCI6NSwiaWRlbnRpZnlJZCI6MSwic2VxdWVuY2VOdW1iZXIiOjZ9; _ga=GA1.2.526957763.1633412376; _gid=GA1.2.1610516593.1636258104; _ga_0JZ9C3M56S=GS1.1.1636258103.3.1.1636258646.0; SESSION=09ae7c78-ca84-4a38-916a-f282893efb40; mp_70b8ea94d623dd857fb555a76d11f944_mixpanel=%7B%22distinct_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24device_id%22%3A%20%2217c91e75170277-051d4ff86c77bb-1d3b6650-168000-17c91e75171dc2%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24user_id%22%3A%20%22nidhi%40appsmith.com%22%2C%22mp_name_tag%22%3A%20%22nidhi%40appsmith.com%22%2C%22userId%22%3A%20%22nidhi%40appsmith.com%22%2C%22source%22%3A%20%22cloud%22%2C%22id%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24email%22%3A%20%22nidhi%40appsmith.com%22%2C%22%24first_name%22%3A%20%22Nidhi%22%2C%22%24last_name%22%3A%20%22Nair%22%2C%22%24name%22%3A%20%22Nidhi%20Nair%22%7D; SL_C_23361dd035530_SID=3VIjO5jKCt; intercom-session-y10e7138=WnhwMVl4VmVIUDFPVkgxUDVidm8wOXUzNjZ2elJ0OWx2a21Qc3NCYk1zenNEa0dzMkswWFlpanM4YXNxY2pQYi0taFpkWkR6K0xLUFJyUVFRSkMwZ3pUUT09--376a7fef0d7774b3284b94fb4c1ea1c8e2305afe; _hjAbsoluteSessionInProgress=1",
+ "key": "Cookie"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "Appsmith Release",
+ "policies": [],
+ "messages": [],
+ "id": "Appsmith Release",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "get_user",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb773acd5d7045095322ff"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "Utils.myFun2",
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Admin_Utils"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_Utils.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "Utils.myFun2",
+ "pageId": "Admin",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Admin_Utils"
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_624e8fab729a2b0934685de0"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=8672681f-c3dc-4373-8503-ccbe30aae89d;",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{tableName_input.text}}\",\n \"datasourceId\": \"{{datasource_input.text}}\",\n \"applicationId\" : \"{{app_input.text}}\",\n\t\t\"searchColumn\": \"{{search_col_input.text}}\",\n\t\t\"columns\": \"{{select_cols_input.text}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "app_input.text",
+ "datasource_input.text",
+ "search_col_input.text",
+ "select_cols_input.text",
+ "tableName_input.text"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_sql_app",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page Generator_generate_sql_app",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=8672681f-c3dc-4373-8503-ccbe30aae89d;",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{tableName_input.text}}\",\n \"datasourceId\": \"{{datasource_input.text}}\",\n \"applicationId\" : \"{{app_input.text}}\",\n\t\t\"searchColumn\": \"{{search_col_input.text}}\",\n\t\t\"columns\": \"{{select_cols_input.text}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "app_input.text",
+ "datasource_input.text",
+ "search_col_input.text",
+ "select_cols_input.text",
+ "tableName_input.text"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_sql_app",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f05"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]}}\",\n \"applicationId\" : \"untitled-application-1\",\n\t\t\"searchColumn\" : \"{{search_keys_input.text}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "collection_input.text",
+ "mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]",
+ "search_keys_input.text"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_mongo_app",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page Generator_generate_mongo_app",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]}}\",\n \"applicationId\" : \"untitled-application-1\",\n\t\t\"searchColumn\" : \"{{search_keys_input.text}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "collection_input.text",
+ "mongo_ds_url.text.split(\"datasource/\")[1].split(\"?\" || \"/\")[0]",
+ "search_keys_input.text"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_mongo_app",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0a"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]}}\",\n \"applicationId\" : \"{{gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "collection_input.text",
+ "gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]",
+ "gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_gsheet_app",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page Generator_generate_gsheet_app",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "/api/v1/pages/crud-page",
+ "headers": [
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ },
+ {
+ "value": "SESSION=691d7061-6eb8-4483-af91-b6e5de0692cc",
+ "key": "Cookie"
+ }
+ ],
+ "paginationType": "PAGE_NO",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "{\n \"tableName\": \"{{collection_input.text}}\",\n \"datasourceId\": \"{{gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]}}\",\n \"applicationId\" : \"{{gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page Generator",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "collection_input.text",
+ "gsheet_ds_input.text.split(\"applications/\")[1].split(\"/\")[0]",
+ "gsheet_ds_input.text.split(\"datasources/\")[1].split(\"/\" || \"?\")[0]"
+ ],
+ "datasource": {
+ "organizationId": "6171a062b7de236aa183ee0e",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://release.app.appsmith.com"},
+ "isAutoGenerated": false
+ },
+ "name": "generate_gsheet_app",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0b"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "updateMany": {
+ "query": {
+ "data": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }",
+ "viewType": "component",
+ "componentData": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }"
+ },
+ "limit": {
+ "data": "SINGLE",
+ "viewType": "component",
+ "componentData": "SINGLE"
+ },
+ "update": {
+ "data": "{\n $set:{{update_form.formData}}\n}",
+ "viewType": "component",
+ "componentData": "{\n \"col1\" : {{update_col_1.text}},\n\t\"col2\" : {{update_col_2.text}},\n \"col3\" : {{update_col_3.text}},\n \"col4\" : {{update_col_4.text}}\n}"
+ }
+ },
+ "find": {
+ "query": {"data": ""},
+ "limit": {"data": ""},
+ "skip": {"data": ""},
+ "sort": {"data": ""},
+ "projection": {"data": ""}
+ },
+ "count": {"query": {"data": ""}},
+ "distinct": {
+ "query": {"data": ""},
+ "key": {"data": ""}
+ },
+ "insert": {"documents": {"data": ""}},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {
+ "data": "UPDATE",
+ "viewType": "component",
+ "componentData": "UPDATE"
+ },
+ "aggregate": {
+ "limit": {"data": "10"},
+ "arrayPipelines": {"data": ""}
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"update\": \"template_table\",\n \"updates\": [{\n \"q\": { _id: ObjectId('{{data_table.selectedRow._id}}') },\n \"u\": {\n $set:{{update_form.formData}}\n},\n \"multi\": false,\n }]\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.updateMany.update.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._id",
+ "update_col_1.text",
+ "update_col_2.text",
+ "update_col_3.text",
+ "update_col_4.text",
+ "update_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "name": "Mock_Mongo",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "id": "MongoDB_UpdateQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "updateMany": {
+ "query": {
+ "data": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }",
+ "viewType": "component",
+ "componentData": "{ _id: ObjectId('{{data_table.selectedRow._id}}') }"
+ },
+ "limit": {
+ "data": "SINGLE",
+ "viewType": "component",
+ "componentData": "SINGLE"
+ },
+ "update": {
+ "data": "{\n $set:{{update_form.formData}}\n}",
+ "viewType": "component",
+ "componentData": "{\n \"col1\" : {{update_col_1.text}},\n\t\"col2\" : {{update_col_2.text}},\n \"col3\" : {{update_col_3.text}},\n \"col4\" : {{update_col_4.text}}\n}"
+ }
+ },
+ "find": {
+ "query": {"data": ""},
+ "limit": {"data": ""},
+ "skip": {"data": ""},
+ "sort": {"data": ""},
+ "projection": {"data": ""}
+ },
+ "count": {"query": {"data": ""}},
+ "distinct": {
+ "query": {"data": ""},
+ "key": {"data": ""}
+ },
+ "insert": {"documents": {"data": ""}},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {
+ "data": "UPDATE",
+ "viewType": "component",
+ "componentData": "UPDATE"
+ },
+ "aggregate": {
+ "limit": {"data": "10"},
+ "arrayPipelines": {"data": ""}
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"update\": \"template_table\",\n \"updates\": [{\n \"q\": { _id: ObjectId('{{data_table.selectedRow._id}}') },\n \"u\": {\n $set:{{update_form.formData}}\n},\n \"multi\": false,\n }]\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.updateMany.update.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._id",
+ "update_col_1.text",
+ "update_col_2.text",
+ "update_col_3.text",
+ "update_col_4.text",
+ "update_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "name": "Mock_Mongo",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f08"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "insert": {"documents": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n \"col1\": {{insert_col_input1.text}}, \n \"col2\": {{insert_col_input2.text}}, \n \"col3\": {{insert_col_input3.text}}, \n \"col4\": {{insert_col_input4.text}}\n}"
+ }},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "command": {
+ "data": "INSERT",
+ "viewType": "component",
+ "componentData": "INSERT"
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"insert\": \"template_table\",\n \"documents\": {{insert_form.formData}}\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.insert.documents.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_col_input1.text",
+ "insert_col_input2.text",
+ "insert_col_input3.text",
+ "insert_col_input4.text",
+ "insert_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "id": "MongoDB_InsertQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "insert": {"documents": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n \"col1\": {{insert_col_input1.text}}, \n \"col2\": {{insert_col_input2.text}}, \n \"col3\": {{insert_col_input3.text}}, \n \"col4\": {{insert_col_input4.text}}\n}"
+ }},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "command": {
+ "data": "INSERT",
+ "viewType": "component",
+ "componentData": "INSERT"
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"insert\": \"template_table\",\n \"documents\": {{insert_form.formData}}\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.insert.documents.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_col_input1.text",
+ "insert_col_input2.text",
+ "insert_col_input3.text",
+ "insert_col_input4.text",
+ "insert_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f09"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "updateMany": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"},
+ "update": {"data": ""}
+ },
+ "find": {
+ "query": {
+ "data": "{ col2: /{{data_table.searchText||\"\"}}/i }",
+ "viewType": "component",
+ "componentData": "{ col2: /{{data_table.searchText||\"\"}}/i }"
+ },
+ "limit": {
+ "data": "{{data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "{{data_table.pageSize}}"
+ },
+ "skip": {
+ "data": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
+ },
+ "sort": {
+ "data": "{ \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n}",
+ "viewType": "component",
+ "componentData": "{ \n{{key_select.selectedOptionValue}}: {{order_select.selectedOptionValue}} \n}"
+ },
+ "projection": {"data": ""}
+ },
+ "count": {"query": {"data": ""}},
+ "distinct": {
+ "query": {"data": ""},
+ "key": {"data": ""}
+ },
+ "insert": {"documents": {"data": ""}},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {
+ "data": "FIND",
+ "viewType": "component",
+ "componentData": "FIND"
+ },
+ "aggregate": {
+ "limit": {"data": "10"},
+ "arrayPipelines": {"data": ""}
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"find\": \"template_table\",\n \"filter\": { col2: /{{data_table.searchText||\"\"}}/i },\n \"sort\": { \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n},\n \"skip\": {{(data_table.pageNo - 1) * data_table.pageSize}},\n \"limit\": {{data_table.pageSize}},\n \"batchSize\": {{data_table.pageSize}}\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.find.sort.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText||\"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order == \"desc\" ? -1 : 1",
+ "key_select.selectedOptionValue",
+ "order_select.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "name": "Mock_Mongo",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FindQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "id": "MongoDB_FindQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "updateMany": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"},
+ "update": {"data": ""}
+ },
+ "find": {
+ "query": {
+ "data": "{ col2: /{{data_table.searchText||\"\"}}/i }",
+ "viewType": "component",
+ "componentData": "{ col2: /{{data_table.searchText||\"\"}}/i }"
+ },
+ "limit": {
+ "data": "{{data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "{{data_table.pageSize}}"
+ },
+ "skip": {
+ "data": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
+ },
+ "sort": {
+ "data": "{ \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n}",
+ "viewType": "component",
+ "componentData": "{ \n{{key_select.selectedOptionValue}}: {{order_select.selectedOptionValue}} \n}"
+ },
+ "projection": {"data": ""}
+ },
+ "count": {"query": {"data": ""}},
+ "distinct": {
+ "query": {"data": ""},
+ "key": {"data": ""}
+ },
+ "insert": {"documents": {"data": ""}},
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {"data": ""},
+ "limit": {"data": "SINGLE"}
+ },
+ "command": {
+ "data": "FIND",
+ "viewType": "component",
+ "componentData": "FIND"
+ },
+ "aggregate": {
+ "limit": {"data": "10"},
+ "arrayPipelines": {"data": ""}
+ },
+ "misc": {"formToNativeQuery": {
+ "data": "{\n \"find\": \"template_table\",\n \"filter\": { col2: /{{data_table.searchText||\"\"}}/i },\n \"sort\": { \n{{data_table.sortOrder.column || 'col1'}}: {{data_table.sortOrder.order == \"desc\" ? -1 : 1}} \n},\n \"skip\": {{(data_table.pageNo - 1) * data_table.pageSize}},\n \"limit\": {{data_table.pageSize}},\n \"batchSize\": {{data_table.pageSize}}\n}\n",
+ "status": "SUCCESS"
+ }},
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.find.sort.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText||\"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order == \"desc\" ? -1 : 1",
+ "key_select.selectedOptionValue",
+ "order_select.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "name": "Mock_Mongo",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FindQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f06"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "template_table/{{data_table.selectedRow._ref}}",
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {
+ "data": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }",
+ "viewType": "component",
+ "componentData": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }"
+ },
+ "limit": {
+ "data": "SINGLE",
+ "viewType": "component",
+ "componentData": "SINGLE"
+ }
+ },
+ "command": {
+ "data": "DELETE",
+ "viewType": "component",
+ "componentData": "DELETE"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._ref",
+ "data_table.triggeredRow._id"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "id": "MongoDB_DeleteQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "path": "template_table/{{data_table.selectedRow._ref}}",
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "collection": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "delete": {
+ "query": {
+ "data": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }",
+ "viewType": "component",
+ "componentData": "{ _id: ObjectId('{{data_table.triggeredRow._id}}') }"
+ },
+ "limit": {
+ "data": "SINGLE",
+ "viewType": "component",
+ "componentData": "SINGLE"
+ }
+ },
+ "command": {
+ "data": "DELETE",
+ "viewType": "component",
+ "componentData": "DELETE"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "MongoDB",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._ref",
+ "data_table.triggeredRow._id"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "mongo-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_Mongo",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f07"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "{{data_table.selectedRow._ref.path}}",
+ "viewType": "component",
+ "componentData": "{{data_table.selectedRow._ref.path}}"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "UPDATE",
+ "viewType": "component",
+ "componentData": "UPDATE"
+ },
+ "body": {
+ "data": "{{update_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n\t\"col1\": \"{{update_col_1.text}}\",\n\t\"col2\": \"{{update_col_2.text}}\",\n\t\"col3\": \"{{update_col_3.text}}\",\n\t\"col4\": \"{{update_col_4.text}}\",\n\t\"col5\": \"{{update_col_5.text}}\"\n}"
+ },
+ "command": {
+ "data": "UPDATE_DOCUMENT",
+ "viewType": "component",
+ "componentData": "UPDATE_DOCUMENT"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._ref.path",
+ "update_col_1.text",
+ "update_col_2.text",
+ "update_col_3.text",
+ "update_col_4.text",
+ "update_col_5.text",
+ "update_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "id": "Firestore_UpdateQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "{{data_table.selectedRow._ref.path}}",
+ "viewType": "component",
+ "componentData": "{{data_table.selectedRow._ref.path}}"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "UPDATE",
+ "viewType": "component",
+ "componentData": "UPDATE"
+ },
+ "body": {
+ "data": "{{update_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n\t\"col1\": \"{{update_col_1.text}}\",\n\t\"col2\": \"{{update_col_2.text}}\",\n\t\"col3\": \"{{update_col_3.text}}\",\n\t\"col4\": \"{{update_col_4.text}}\",\n\t\"col5\": \"{{update_col_5.text}}\"\n}"
+ },
+ "command": {
+ "data": "UPDATE_DOCUMENT",
+ "viewType": "component",
+ "componentData": "UPDATE_DOCUMENT"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.body.data"},
+ {"key": "formData.path.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow._ref.path",
+ "update_col_1.text",
+ "update_col_2.text",
+ "update_col_3.text",
+ "update_col_4.text",
+ "update_col_5.text",
+ "update_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f0f"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{{data_table.tableData[data_table.tableData.length - 1]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}"
+ },
+ "path": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "timestampValuePath": {
+ "data": "",
+ "viewType": "component",
+ "componentData": ""
+ },
+ "startAfter": {
+ "data": "{{SelectQuery.data[SelectQuery.data.length - 1]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}"
+ },
+ "endBefore": {
+ "data": "{{SelectQuery.data[0]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[0]}}"
+ },
+ "deleteKeyPath": {
+ "data": "",
+ "viewType": "component",
+ "componentData": ""
+ },
+ "prev": {
+ "data": "{{data_table.tableData[0]}} ",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[0]}}"
+ },
+ "orderBy": {
+ "data": "[\"{{(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')}}\"]",
+ "viewType": "component",
+ "componentData": "[\"{{order_select.selectedOptionValue + key_select.selectedOptionValue}}\"]"
+ },
+ "where": {
+ "data": {"children": [{"condition": "EQ"}]},
+ "viewType": "component"
+ },
+ "limitDocuments": {
+ "data": "{{data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "command": {
+ "data": "GET_COLLECTION",
+ "viewType": "component",
+ "componentData": "GET_COLLECTION"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.startAfter.data"},
+ {"key": "formData.endBefore.data"},
+ {"key": "formData.orderBy.data"},
+ {"key": "formData.next.data"},
+ {"key": "formData.prev.data"},
+ {"key": "formData.limitDocuments.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')",
+ "SelectQuery.data[0]",
+ "SelectQuery.data[SelectQuery.data.length - 1]",
+ "data_table.pageSize",
+ "data_table.tableData[0]",
+ "data_table.tableData[data_table.tableData.length - 1]",
+ "order_select.selectedOptionValue + key_select.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "id": "Firestore_SelectQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{{data_table.tableData[data_table.tableData.length - 1]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}"
+ },
+ "path": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "timestampValuePath": {
+ "data": "",
+ "viewType": "component",
+ "componentData": ""
+ },
+ "startAfter": {
+ "data": "{{SelectQuery.data[SelectQuery.data.length - 1]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[SelectQuery.data.length - 1]}}"
+ },
+ "endBefore": {
+ "data": "{{SelectQuery.data[0]}}",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[0]}}"
+ },
+ "deleteKeyPath": {
+ "data": "",
+ "viewType": "component",
+ "componentData": ""
+ },
+ "prev": {
+ "data": "{{data_table.tableData[0]}} ",
+ "viewType": "component",
+ "componentData": "{{SelectQuery.data[0]}}"
+ },
+ "orderBy": {
+ "data": "[\"{{(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')}}\"]",
+ "viewType": "component",
+ "componentData": "[\"{{order_select.selectedOptionValue + key_select.selectedOptionValue}}\"]"
+ },
+ "where": {
+ "data": {"children": [{"condition": "EQ"}]},
+ "viewType": "component"
+ },
+ "limitDocuments": {
+ "data": "{{data_table.pageSize}}",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "command": {
+ "data": "GET_COLLECTION",
+ "viewType": "component",
+ "componentData": "GET_COLLECTION"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "formData.startAfter.data"},
+ {"key": "formData.endBefore.data"},
+ {"key": "formData.orderBy.data"},
+ {"key": "formData.next.data"},
+ {"key": "formData.prev.data"},
+ {"key": "formData.limitDocuments.data"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')",
+ "SelectQuery.data[0]",
+ "SelectQuery.data[SelectQuery.data.length - 1]",
+ "data_table.pageSize",
+ "data_table.tableData[0]",
+ "data_table.tableData[data_table.tableData.length - 1]",
+ "order_select.selectedOptionValue + key_select.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f12"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "{{data_table.triggeredRow._ref.path}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow._ref.path}}"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "DELETE",
+ "viewType": "component",
+ "componentData": "DELETE"
+ },
+ "command": {
+ "data": "DELETE_DOCUMENT",
+ "viewType": "component",
+ "componentData": "DELETE_DOCUMENT"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow._ref.path"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "id": "Firestore_DeleteQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "{{data_table.triggeredRow._ref.path}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow._ref.path}}"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "DELETE",
+ "viewType": "component",
+ "componentData": "DELETE"
+ },
+ "command": {
+ "data": "DELETE_DOCUMENT",
+ "viewType": "component",
+ "componentData": "DELETE_DOCUMENT"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.path.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow._ref.path"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "name": "FBTemplateDB",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f10"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "INSERT",
+ "viewType": "component",
+ "componentData": "INSERT"
+ },
+ "body": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n\t\"col1\": \"{{insert_col_input1.text}}\",\n\t\"col2\": \"{{insert_col_input2.text}}\",\n\t\"col3\": \"{{insert_col_input3.text}}\",\n\t\"col4\": \"{{insert_col_input4.text}}\",\n\t\"col5\": \"{{insert_col_input5.text}}\"\n}"
+ },
+ "command": {
+ "data": "ADD_TO_COLLECTION",
+ "viewType": "component",
+ "componentData": "ADD_TO_COLLECTION"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.body.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_col_input1.text",
+ "insert_col_input2.text",
+ "insert_col_input3.text",
+ "insert_col_input4.text",
+ "insert_col_input5.text",
+ "insert_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "id": "Firestore_InsertQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "next": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "path": {
+ "data": "template_table",
+ "viewType": "component",
+ "componentData": "template_table"
+ },
+ "prev": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ },
+ "orderBy": {
+ "data": "FORM",
+ "viewType": "component",
+ "componentData": "FORM"
+ },
+ "limitDocuments": {
+ "data": "INSERT",
+ "viewType": "component",
+ "componentData": "INSERT"
+ },
+ "body": {
+ "data": "{{insert_form.formData}}",
+ "viewType": "component",
+ "componentData": "{\n\t\"col1\": \"{{insert_col_input1.text}}\",\n\t\"col2\": \"{{insert_col_input2.text}}\",\n\t\"col3\": \"{{insert_col_input3.text}}\",\n\t\"col4\": \"{{insert_col_input4.text}}\",\n\t\"col5\": \"{{insert_col_input5.text}}\"\n}"
+ },
+ "command": {
+ "data": "ADD_TO_COLLECTION",
+ "viewType": "component",
+ "componentData": "ADD_TO_COLLECTION"
+ },
+ "smartSubstitution": "false"
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Firestore",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.body.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_col_input1.text",
+ "insert_col_input2.text",
+ "insert_col_input3.text",
+ "insert_col_input4.text",
+ "insert_col_input5.text",
+ "insert_form.formData"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "firestore-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "FBTemplateDB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f11"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "keys *"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "name": "RedisTemplateApps",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FetchKeys",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "id": "Redis_FetchKeys",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "keys *"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "name": "RedisTemplateApps",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FetchKeys",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f13"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "set {{insert_key_input.text}} \"{{insert_value_input.text}}\""
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_key_input.text",
+ "insert_value_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertKey",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "id": "Redis_InsertKey",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "set {{insert_key_input.text}} \"{{insert_value_input.text}}\""
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_key_input.text",
+ "insert_value_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertKey",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f14"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "set {{data_table.selectedRow.result}} \"{{update_value_input.text}}\""
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.result",
+ "update_value_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateKey",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "id": "Redis_UpdateKey",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "set {{data_table.selectedRow.result}} \"{{update_value_input.text}}\""
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.result",
+ "update_value_input.text"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateKey",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f15"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "del {{data_table.triggeredRow.result}}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.result"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteKey",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "id": "Redis_DeleteKey",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "del {{data_table.triggeredRow.result}}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.result"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteKey",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f16"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "GET {{data_table.selectedRow.result}}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.selectedRow.result"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FetchValue",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "id": "Redis_FetchValue",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "GET {{data_table.selectedRow.result}}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Redis",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.selectedRow.result"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "redis-plugin",
+ "policies": [],
+ "messages": [],
+ "id": "RedisTemplateApps",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "FetchValue",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f17"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.template_table\nWHERE \"col2\" ilike '%{{data_table.searchText || \"\"}}%'\nORDER BY \"{{data_table.sortOrder.column || 'col1'}}\" {{data_table.sortOrder.order || 'ASC'}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || 'ASC'"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "PostgreSQL_SelectQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.template_table\nWHERE \"col2\" ilike '%{{data_table.searchText || \"\"}}%'\nORDER BY \"{{data_table.sortOrder.column || 'col1'}}\" {{data_table.sortOrder.order || 'ASC'}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || 'ASC'"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f1a"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\",\n\t\"col3\",\n\t\"col4\",\n\t\"col5\",\n\t\"col6\",\n\t\"col7\",\n\t\"col8\",\n\t\"col9\",\n\t\"col10\",\n\t\"col11\",\n\t\"col12\"\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_form.formData.col1",
+ "insert_form.formData.col10",
+ "insert_form.formData.col11",
+ "insert_form.formData.col12",
+ "insert_form.formData.col2",
+ "insert_form.formData.col3",
+ "insert_form.formData.col4",
+ "insert_form.formData.col5",
+ "insert_form.formData.col6",
+ "insert_form.formData.col7",
+ "insert_form.formData.col8",
+ "insert_form.formData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "PostgreSQL_InsertQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\",\n\t\"col3\",\n\t\"col4\",\n\t\"col5\",\n\t\"col6\",\n\t\"col7\",\n\t\"col8\",\n\t\"col9\",\n\t\"col10\",\n\t\"col11\",\n\t\"col12\"\n)\nVALUES (\n\t'{{insert_form.formData.col1}}',\n\t'{{insert_form.formData.col2}}',\n\t'{{insert_form.formData.col3}}',\n\t'{{insert_form.formData.col4}}',\n\t'{{insert_form.formData.col5}}',\n\t'{{insert_form.formData.col6}}',\n\t'{{insert_form.formData.col7}}',\n\t'{{insert_form.formData.col8}}',\n\t'{{insert_form.formData.col9}}',\n\t'{{insert_form.formData.col10}}',\n\t'{{insert_form.formData.col11}}',\n\t'{{insert_form.formData.col12}}'\n);",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "insert_form.formData.col1",
+ "insert_form.formData.col10",
+ "insert_form.formData.col11",
+ "insert_form.formData.col12",
+ "insert_form.formData.col2",
+ "insert_form.formData.col3",
+ "insert_form.formData.col4",
+ "insert_form.formData.col5",
+ "insert_form.formData.col6",
+ "insert_form.formData.col7",
+ "insert_form.formData.col8",
+ "insert_form.formData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f1b"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "DELETE FROM public.template_table\n WHERE \"col1\" = {{data_table.triggeredRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.col1"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "PostgreSQL_DeleteQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "DELETE FROM public.template_table\n WHERE \"col1\" = {{data_table.triggeredRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.triggeredRow.col1"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f18"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.template_table SET\n\t\t\"col2\" = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\t\"col3\" = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n \"col4\" = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\t\"col5\" = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\t\"col6\" = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\t\"col7\" = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\t\"col8\" = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\t\"col9\" = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\t\"col10\" = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\t\"col11\" = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\t\"col12\" = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n\tWHERE \"col1\" = {{data_table.selectedRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.col1",
+ "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10",
+ "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11",
+ "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12",
+ "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2",
+ "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3",
+ "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4",
+ "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5",
+ "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6",
+ "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7",
+ "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8",
+ "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "PostgreSQL_UpdateQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.template_table SET\n\t\t\"col2\" = '{{update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2}}',\n\t\t\"col3\" = '{{update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3}}',\n \"col4\" = '{{update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4}}',\n\t\t\"col5\" = '{{update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5}}',\n\t\t\"col6\" = '{{update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6}}',\n\t\t\"col7\" = '{{update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7}}',\n\t\t\"col8\" = '{{update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8}}',\n\t\t\"col9\" = '{{update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9}}',\n\t\t\"col10\" = '{{update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10}}',\n\t\t\"col11\" = '{{update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11}}',\n\t\t\"col12\" = '{{update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12}}'\n\tWHERE \"col1\" = {{data_table.selectedRow.col1}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "PostgreSQL",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.selectedRow.col1",
+ "update_form.fieldState.col10.isVisible ? update_form.formData.col10 : update_form.sourceData.col10",
+ "update_form.fieldState.col11.isVisible ? update_form.formData.col11 : update_form.sourceData.col11",
+ "update_form.fieldState.col12.isVisible ? update_form.formData.col12 : update_form.sourceData.col12",
+ "update_form.fieldState.col2.isVisible ? update_form.formData.col2 : update_form.sourceData.col2",
+ "update_form.fieldState.col3.isVisible ? update_form.formData.col3 : update_form.sourceData.col3",
+ "update_form.fieldState.col4.isVisible ? update_form.formData.col4 : update_form.sourceData.col4",
+ "update_form.fieldState.col5.isVisible ? update_form.formData.col5 : update_form.sourceData.col5",
+ "update_form.fieldState.col6.isVisible ? update_form.formData.col6 : update_form.sourceData.col6",
+ "update_form.fieldState.col7.isVisible ? update_form.formData.col7 : update_form.sourceData.col7",
+ "update_form.fieldState.col8.isVisible ? update_form.formData.col8 : update_form.sourceData.col8",
+ "update_form.fieldState.col9.isVisible ? update_form.formData.col9 : update_form.sourceData.col9"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Internal DB",
+ "policies": [],
+ "messages": [],
+ "id": "Internal DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb7738cd5d704509531f19"
+ }
+ ],
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Admin",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "get_exported_app",
+ "timeoutInMillisecond": 100000,
+ "id": "Admin_get_exported_app"
+ }],
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"],
+ "clientSideExecution": true,
+ "name": "Utils.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_Utils.myFun2",
+ "collectionId": "Admin_Utils"
+ }]
+ ],
+ "id": "Admin",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 940,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "NONE",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 87,
+ "bottomRow": 94,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 11,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Canvas12",
+ "rightColumn": 430.5,
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "f5ga14rmty",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "9ervv0ae6d",
+ "minHeight": 400,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text38",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.05078125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "YourCompany",
+ "key": "gbfdctoduz",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "jd3kv1k6ou",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "fontSize": "HEADING2",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Button5",
+ "onClick": "{{navigateTo('1 Track Applications', {})}}",
+ "buttonColor": "#FFFFFF",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 11.93359375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 50,
+ "dynamicBindingPathList": [],
+ "text": "Track Applications",
+ "isDisabled": false,
+ "key": "c3vy6jijoj",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "txbmxg3r0f",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "ROUNDED",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "Button5Copy",
+ "onClick": "{{navigateTo('2 Application Upload', {})}}",
+ "buttonColor": "#FFFFFF",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 11.93359375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 33,
+ "dynamicBindingPathList": [],
+ "text": "Application Upload",
+ "isDisabled": false,
+ "key": "c3vy6jijoj",
+ "rightColumn": 50,
+ "isDefaultClickDisabled": true,
+ "widgetId": "u16z17a8jy",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "ROUNDED",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "key": "zogzl76zd8"
+ }],
+ "borderWidth": "0",
+ "key": "zhft13af0w",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 55,
+ "dynamicHeight": "FIXED",
+ "widgetId": "9ervv0ae6d",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "15",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Form1",
+ "borderColor": "#2E3D49",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 5,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "type": "FORM_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 554.75,
+ "detachFromLayout": true,
+ "widgetId": "kwx6oz4fub",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 810,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "hdpwx2szs0",
+ "minHeight": 810,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Update App Template",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 44,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "7fqtlu52np",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#2E3D49",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2",
+ "topRow": 10,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "animateLoading": true,
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "{{get_exported_app.data}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "w2l08fshj2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#2E3D49",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{Utils.myFun2()}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#2E3D49",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [],
+ "text": "Refresh",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "iconName": "refresh",
+ "widgetId": "2vtg0qdlqv",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0.375rem",
+ "buttonVariant": "SECONDARY",
+ "iconAlign": "left"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{update_template.run(() => showAlert('Template Updated','success'), () => {})}}",
+ "dynamicPropertyPathList": [{"key": "isDisabled"}],
+ "buttonColor": "#2E3D49",
+ "topRow": 73,
+ "bottomRow": 77,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "isDisabled"}],
+ "text": "Deploy",
+ "isDisabled": "{{get_exported_app.data.exportedApplication === undefined}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "iconName": "airplane",
+ "widgetId": "jg23u09rwk",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0.375rem",
+ "buttonVariant": "PRIMARY",
+ "iconAlign": "left"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text4",
+ "topRow": 5,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "⚠️ Please create a branch named update-crud-template before deploying and run test cases on it",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "backgroundColor": "#DD4B34",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fanskapltd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#FFFFFF",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 45,
+ "dynamicHeight": "FIXED",
+ "widgetId": "hdpwx2szs0",
+ "isVisible": true,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "datasource_arr",
+ "topRow": 1,
+ "bottomRow": 35,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "[\n{ \"name\":\"mongo-plugin\",\n\"id\": \"61d6b292053d041e6d486fbb\"\n},\n{ \"name\":\"postgres-plugin\",\n\"id\": \"61764f91ba7e887d03bc35d3\"\n}\n]",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "znji9afu2q",
+ "isVisible": false,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text39",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 12.5625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{Api1.data}}",
+ "key": "7wpupobwee",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "frbxrzzmng",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "admin",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Admin",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "get_exported_app",
+ "timeoutInMillisecond": 100000,
+ "id": "Admin_get_exported_app"
+ }],
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n get_exported_app.run(() => {\n const arr = JSON.parse(datasource_arr.text);\n arr.map(row => {\n get_datasource_structure.run((res, params) => {\n storeValue(params.name, res);\n }, undefined, row);\n });\n });\n}"],
+ "clientSideExecution": true,
+ "name": "Utils.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_Utils.myFun2",
+ "collectionId": "Admin_Utils"
+ }]
+ ],
+ "id": "Admin",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 940,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "NONE",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 87,
+ "bottomRow": 94,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 11,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Canvas12",
+ "rightColumn": 430.5,
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "f5ga14rmty",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "9ervv0ae6d",
+ "minHeight": 400,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text38",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.05078125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "YourCompany",
+ "key": "gbfdctoduz",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "jd3kv1k6ou",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "fontSize": "HEADING2",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Button5",
+ "onClick": "{{navigateTo('1 Track Applications', {})}}",
+ "buttonColor": "#FFFFFF",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 11.93359375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 50,
+ "dynamicBindingPathList": [],
+ "text": "Track Applications",
+ "isDisabled": false,
+ "key": "c3vy6jijoj",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "txbmxg3r0f",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "ROUNDED",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "Button5Copy",
+ "onClick": "{{navigateTo('2 Application Upload', {})}}",
+ "buttonColor": "#FFFFFF",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 11.93359375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 33,
+ "dynamicBindingPathList": [],
+ "text": "Application Upload",
+ "isDisabled": false,
+ "key": "c3vy6jijoj",
+ "rightColumn": 50,
+ "isDefaultClickDisabled": true,
+ "widgetId": "u16z17a8jy",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "f5ga14rmty",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "ROUNDED",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "key": "zogzl76zd8"
+ }],
+ "borderWidth": "0",
+ "key": "zhft13af0w",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 55,
+ "dynamicHeight": "FIXED",
+ "widgetId": "9ervv0ae6d",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "15",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Form1",
+ "borderColor": "#2E3D49",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 5,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "type": "FORM_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 554.75,
+ "detachFromLayout": true,
+ "widgetId": "kwx6oz4fub",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 810,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "hdpwx2szs0",
+ "minHeight": 810,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Update App Template",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 44,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "7fqtlu52np",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#2E3D49",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2",
+ "topRow": 10,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "animateLoading": true,
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "{{get_exported_app.data}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "w2l08fshj2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#2E3D49",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{Utils.myFun2()}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#2E3D49",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [],
+ "text": "Refresh",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "iconName": "refresh",
+ "widgetId": "2vtg0qdlqv",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0.375rem",
+ "buttonVariant": "SECONDARY",
+ "iconAlign": "left"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{update_template.run(() => showAlert('Template Updated','success'), () => {})}}",
+ "dynamicPropertyPathList": [{"key": "isDisabled"}],
+ "buttonColor": "#2E3D49",
+ "topRow": 73,
+ "bottomRow": 77,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "isDisabled"}],
+ "text": "Deploy",
+ "isDisabled": "{{get_exported_app.data.exportedApplication === undefined}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "iconName": "airplane",
+ "widgetId": "jg23u09rwk",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0.375rem",
+ "buttonVariant": "PRIMARY",
+ "iconAlign": "left"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text4",
+ "topRow": 5,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "⚠️ Please create a branch named update-crud-template before deploying and run test cases on it",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "backgroundColor": "#DD4B34",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fanskapltd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#FFFFFF",
+ "version": 1,
+ "parentId": "kwx6oz4fub",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 45,
+ "dynamicHeight": "FIXED",
+ "widgetId": "hdpwx2szs0",
+ "isVisible": true,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "datasource_arr",
+ "topRow": 1,
+ "bottomRow": 35,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "[\n{ \"name\":\"mongo-plugin\",\n\"id\": \"61d6b292053d041e6d486fbb\"\n},\n{ \"name\":\"postgres-plugin\",\n\"id\": \"61764f91ba7e887d03bc35d3\"\n}\n]",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "znji9afu2q",
+ "isVisible": false,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text39",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 12.5625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{Api1.data}}",
+ "key": "7wpupobwee",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "frbxrzzmng",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "admin",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc3"
+ },
+ {
+ "publishedPage": {
+ "name": "Google Sheets",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "SAAS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "Google Sheets_SelectQuery"
+ }]],
+ "id": "Google Sheets",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 870,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {
+ "task": {
+ "labelTextSize": "0.875rem",
+ "identifier": "task",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.task))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "task",
+ "isVisible": true,
+ "label": "Task",
+ "originalIdentifier": "task",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Drop a table",
+ "fieldType": "Text Input"
+ },
+ "step": {
+ "labelTextSize": "0.875rem",
+ "identifier": "step",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.step))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "step",
+ "isVisible": true,
+ "label": "Step",
+ "originalIdentifier": "step",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "#1",
+ "fieldType": "Text Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "status",
+ "isVisible": true,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "✅",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "entry 5",
+ "col2": "is 2",
+ "col3": "new 3",
+ "col1": "This 12"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating row!\\n${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row Id: {{data_table.selectedRow.rowIndex}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "title"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "borderRadius"},
+ {"key": "schema.__root_schema__.children.step.defaultValue"},
+ {"key": "schema.__root_schema__.children.step.accentColor"},
+ {"key": "schema.__root_schema__.children.step.borderRadius"},
+ {"key": "schema.__root_schema__.children.task.defaultValue"},
+ {"key": "schema.__root_schema__.children.task.accentColor"},
+ {"key": "schema.__root_schema__.children.task.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.accentColor"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"rowIndex\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "tn9ri7ylp2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{data_table.selectedRow!==undefined}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 87,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 870,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "icx7cf3936",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 39,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "typ9jslblf",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "8b67sbqskr",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text11",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 48,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "delete_button",
+ "onClick": "{{(function () {\nDeleteQuery.run(() =>{ showAlert('Row successfully deleted!','success');\tSelectQuery.run();\n}, () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\n})()}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "entry 5",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "rowIndex": {
+ "labelTextSize": "0.875rem",
+ "identifier": "rowIndex",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.rowIndex))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "rowIndex",
+ "isVisible": false,
+ "label": "Row Index",
+ "originalIdentifier": "rowIndex",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "0",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "is 2",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "new 3",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "This 12",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "entry 5",
+ "rowIndex": "0",
+ "col2": "is 2",
+ "col3": "new 3",
+ "col1": "This 12"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "schema.__root_schema__.children.rowIndex.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.rowIndex.accentColor"},
+ {"key": "schema.__root_schema__.children.rowIndex.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "4amgm2y5ph",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "google-sheets",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Google Sheets",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "SAAS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "Google Sheets_SelectQuery"
+ }]],
+ "id": "Google Sheets",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 870,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {
+ "task": {
+ "labelTextSize": "0.875rem",
+ "identifier": "task",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.task))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "task",
+ "isVisible": true,
+ "label": "Task",
+ "originalIdentifier": "task",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Drop a table",
+ "fieldType": "Text Input"
+ },
+ "step": {
+ "labelTextSize": "0.875rem",
+ "identifier": "step",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.step))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "step",
+ "isVisible": true,
+ "label": "Step",
+ "originalIdentifier": "step",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "#1",
+ "fieldType": "Text Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "status",
+ "isVisible": true,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "✅",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "entry 5",
+ "col2": "is 2",
+ "col3": "new 3",
+ "col1": "This 12"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating row!\\n${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row Id: {{data_table.selectedRow.rowIndex}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "title"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "borderRadius"},
+ {"key": "schema.__root_schema__.children.step.defaultValue"},
+ {"key": "schema.__root_schema__.children.step.accentColor"},
+ {"key": "schema.__root_schema__.children.step.borderRadius"},
+ {"key": "schema.__root_schema__.children.task.defaultValue"},
+ {"key": "schema.__root_schema__.children.task.accentColor"},
+ {"key": "schema.__root_schema__.children.task.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.accentColor"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"rowIndex\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "tn9ri7ylp2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{data_table.selectedRow!==undefined}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 87,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 870,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "icx7cf3936",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 39,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "typ9jslblf",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "8b67sbqskr",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text11",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 48,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "delete_button",
+ "onClick": "{{(function () {\nDeleteQuery.run(() =>{ showAlert('Row successfully deleted!','success');\tSelectQuery.run();\n}, () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\n})()}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "entry 5",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "rowIndex": {
+ "labelTextSize": "0.875rem",
+ "identifier": "rowIndex",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.rowIndex))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "rowIndex",
+ "isVisible": false,
+ "label": "Row Index",
+ "originalIdentifier": "rowIndex",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "0",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "is 2",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "new 3",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "This 12",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "entry 5",
+ "rowIndex": "0",
+ "col2": "is 2",
+ "col3": "new 3",
+ "col1": "This 12"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "schema.__root_schema__.children.rowIndex.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.rowIndex.accentColor"},
+ {"key": "schema.__root_schema__.children.rowIndex.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "4amgm2y5ph",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "google-sheets",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc1"
+ },
+ {
+ "publishedPage": {
+ "name": "Firestore",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')",
+ "SelectQuery.data[0]",
+ "SelectQuery.data[SelectQuery.data.length - 1]",
+ "data_table.pageSize",
+ "data_table.tableData[0]",
+ "data_table.tableData[data_table.tableData.length - 1]",
+ "order_select.selectedOptionValue + key_select.selectedOptionValue"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "Firestore_SelectQuery"
+ }]],
+ "id": "Firestore",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "#03B365",
+ "dataType": "object",
+ "cellBorderRadius": "0px",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "0px",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "duh",
+ "fieldType": "Text Input"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "new",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "",
+ "col5": "",
+ "col2": "",
+ "col3": "",
+ "__primaryKey__": "",
+ "col1": ""
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.children.key2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating row!','error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"_ref\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "pfyg9tlwj1",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 88,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 7,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns._ref.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "_ref",
+ "col4",
+ "col5",
+ "col2",
+ "col3",
+ "col1",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "_ref": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "_ref",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_ref",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "27p4k3jpj3",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "lqa75t4x8s",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "rc610d47lm",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 53,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "#03B365",
+ "dataType": "object",
+ "cellBorderRadius": "0px",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "0px",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "4",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "5",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "new",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "neighbour",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Hello",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4",
+ "col5": "5",
+ "col2": "new",
+ "col3": "neighbour",
+ "col1": "Hello"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(() => SelectQuery.run(() => resetWidget('Insert_Modal')), () => {})}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"_ref\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "qljqxmx394",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "firestore",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Firestore",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.sortOrder.order === \"desc\" ? \"-\" : \"\") + (data_table.sortOrder.column || 'col1')",
+ "SelectQuery.data[0]",
+ "SelectQuery.data[SelectQuery.data.length - 1]",
+ "data_table.pageSize",
+ "data_table.tableData[0]",
+ "data_table.tableData[data_table.tableData.length - 1]",
+ "order_select.selectedOptionValue + key_select.selectedOptionValue"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "Firestore_SelectQuery"
+ }]],
+ "id": "Firestore",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "#03B365",
+ "dataType": "object",
+ "cellBorderRadius": "0px",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "0px",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "duh",
+ "fieldType": "Text Input"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "string",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "new",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "",
+ "col5": "",
+ "col2": "",
+ "col3": "",
+ "__primaryKey__": "",
+ "col1": ""
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.children.key2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating row!','error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"_ref\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "pfyg9tlwj1",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 88,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 7,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns._ref.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "_ref",
+ "col4",
+ "col5",
+ "col2",
+ "col3",
+ "col1",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "_ref": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "_ref",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_ref",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "27p4k3jpj3",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "lqa75t4x8s",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "rc610d47lm",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 53,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "#03B365",
+ "dataType": "object",
+ "cellBorderRadius": "0px",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "0px",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "4",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "5",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "new",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "neighbour",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Hello",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4",
+ "col5": "5",
+ "col2": "new",
+ "col3": "neighbour",
+ "col1": "Hello"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(() => SelectQuery.run(() => resetWidget('Insert_Modal')), () => {})}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"_ref\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "qljqxmx394",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "firestore",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc7"
+ },
+ {
+ "publishedPage": {
+ "name": "PostgreSQL",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || 'ASC'"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "PostgreSQL_SelectQuery"
+ }]],
+ "id": "PostgreSQL",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 860,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "topRow": 0,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 860,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "col1",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "hpy3pb4xft",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 54,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "xp5u9a9nzq",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "nh3cu4lb1g",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#2E3D49",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 884,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "boolean",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "borderRadius": "0px",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "cellBoxShadow": "none",
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "none",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 81,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "o8oiq6vwkk",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 884,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row col1: {{data_table.selectedRow.col1}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "y5cjzuxnb3",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "postgresql",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "PostgreSQL",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || 'ASC'"
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "PostgreSQL_SelectQuery"
+ }]],
+ "id": "PostgreSQL",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 860,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "topRow": 0,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 860,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "col1",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "hpy3pb4xft",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 54,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "xp5u9a9nzq",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "nh3cu4lb1g",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#2E3D49",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 884,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "boolean",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "borderRadius": "0px",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "cellBoxShadow": "none",
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "none",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 81,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "o8oiq6vwkk",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 884,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row col1: {{data_table.selectedRow.col1}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "y5cjzuxnb3",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "postgresql",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc8"
+ },
+ {
+ "publishedPage": {
+ "name": "Page Generator",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page Generator",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 550,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "topRow": 11,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "tabName": "SQL",
+ "rightColumn": 634,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "nyka98xqpv",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2",
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Datasource ID",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "957c72jpan",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text4",
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Table Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "nz74xi3ae3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text6",
+ "topRow": 21,
+ "bottomRow": 25,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Columns to Select",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1i89k31f5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text7",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Column to Search",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "rbacxz6brz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "FormButton1",
+ "onClick": "{{generate_sql_app.run(() => showAlert('Page Created!','success'), () => {})}}",
+ "rightColumn": 63,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "n6220hgzzs",
+ "topRow": 33,
+ "bottomRow": 37,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Generate"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "datasource_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fk5njkiu28",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "tableName_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v6vho5uqct",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "select_cols_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 21,
+ "bottomRow": 25,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "e1j5kngy1t",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_col_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "cqxwse0717",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "app_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 7.0791015625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "r1onz3oq9w",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "26c0iltpjr",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 7.0791015625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "App ID",
+ "key": "99ilu0uxi8",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "242g7dtr9t",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ {
+ "tabId": "tab2",
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "tabName": "GSheet",
+ "rightColumn": 634,
+ "widgetName": "Canvas3",
+ "detachFromLayout": true,
+ "widgetId": "neexe4fljs",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text8",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "DataSource URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "3ghywz6tk6",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "SpreadSheet URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "r6o12im1qd",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text10",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Sheet Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "k0ul3uaoph",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text11",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Table Header Index",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "l1r1tfbx6y",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{generate_gsheet_app.run()}}",
+ "buttonColor": "#03B365",
+ "topRow": 30,
+ "bottomRow": 34,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [],
+ "text": "Generate",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 62,
+ "isDefaultClickDisabled": true,
+ "widgetId": "zzsh2d5rns",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "gsheet_ds_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "j61fbsst0i",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "spreadsheet_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vm21ddffi6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "sheet_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "5r5hxd2qs8",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "header_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "z3nz99y80l",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ {
+ "tabId": "tab7qxuerb9p7",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "topRow": 1,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Datasource URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4l1uqhf2au",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text13",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Collection Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0y3rz6ufib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text14",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Keys to Fetch",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1fhjft9to",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text15",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Key to Search",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "rwi67ouhe1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{generate_mongo_app.run()}}",
+ "buttonColor": "#03B365",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [],
+ "text": "Generate",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 62,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6ui5kmqebf",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "mongo_ds_url",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "3iwx4ppimv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "collection_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "82uk5g7krv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "fetch_keys_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "jx1zxum47l",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_keys_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 28.9375,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "24223uwmke",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ],
+ "labelTextSize": "0.875rem",
+ "tabName": "Mongo",
+ "rightColumn": 574.5625,
+ "detachFromLayout": true,
+ "widgetId": "4yqoh4fjmv",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }
+ ],
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "dynamicHeight": "FIXED",
+ "widgetId": "jalvzswyyk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "SQL",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "nyka98xqpv",
+ "index": 0,
+ "label": "SQL",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "neexe4fljs",
+ "index": 1,
+ "label": "GSheet",
+ "id": "tab2",
+ "isVisible": true
+ },
+ "tab7qxuerb9p7": {
+ "widgetId": "4yqoh4fjmv",
+ "id": "tab7qxuerb9p7",
+ "label": "Mongo",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "page-generator",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page Generator",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page Generator",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 550,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "topRow": 11,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "tabName": "SQL",
+ "rightColumn": 634,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "nyka98xqpv",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2",
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Datasource ID",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "957c72jpan",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text4",
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Table Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "nz74xi3ae3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text6",
+ "topRow": 21,
+ "bottomRow": 25,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Columns to Select",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1i89k31f5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text7",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.35546875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Column to Search",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "rbacxz6brz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "FormButton1",
+ "onClick": "{{generate_sql_app.run(() => showAlert('Page Created!','success'), () => {})}}",
+ "rightColumn": 63,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "n6220hgzzs",
+ "topRow": 33,
+ "bottomRow": 37,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "nyka98xqpv",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Generate"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "datasource_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fk5njkiu28",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "tableName_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v6vho5uqct",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "select_cols_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 21,
+ "bottomRow": 25,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "e1j5kngy1t",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_col_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "cqxwse0717",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "app_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 7.0791015625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "r1onz3oq9w",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "26c0iltpjr",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 7.0791015625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "App ID",
+ "key": "99ilu0uxi8",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 14,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "242g7dtr9t",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "nyka98xqpv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ {
+ "tabId": "tab2",
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "tabName": "GSheet",
+ "rightColumn": 634,
+ "widgetName": "Canvas3",
+ "detachFromLayout": true,
+ "widgetId": "neexe4fljs",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text8",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "DataSource URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "3ghywz6tk6",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "SpreadSheet URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "r6o12im1qd",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text10",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Sheet Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "k0ul3uaoph",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text11",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Table Header Index",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "l1r1tfbx6y",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{generate_gsheet_app.run()}}",
+ "buttonColor": "#03B365",
+ "topRow": 30,
+ "bottomRow": 34,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [],
+ "text": "Generate",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 62,
+ "isDefaultClickDisabled": true,
+ "widgetId": "zzsh2d5rns",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "neexe4fljs",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "gsheet_ds_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "j61fbsst0i",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "spreadsheet_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vm21ddffi6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "sheet_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "5r5hxd2qs8",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "header_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "z3nz99y80l",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "neexe4fljs",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ {
+ "tabId": "tab7qxuerb9p7",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "topRow": 1,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "minHeight": 410,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Datasource URL",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4l1uqhf2au",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text13",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Collection Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0y3rz6ufib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text14",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Keys to Fetch",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1fhjft9to",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text15",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Key to Search",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "rwi67ouhe1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{generate_mongo_app.run()}}",
+ "buttonColor": "#03B365",
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 8.6650390625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [],
+ "text": "Generate",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 62,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6ui5kmqebf",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "4yqoh4fjmv",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "mongo_ds_url",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "3iwx4ppimv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "collection_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "82uk5g7krv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "fetch_keys_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 12.7998046875,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "jx1zxum47l",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_keys_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 28.9375,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "0equv9lg65",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 61,
+ "dynamicHeight": "FIXED",
+ "widgetId": "24223uwmke",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "4yqoh4fjmv",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ],
+ "labelTextSize": "0.875rem",
+ "tabName": "Mongo",
+ "rightColumn": 574.5625,
+ "detachFromLayout": true,
+ "widgetId": "4yqoh4fjmv",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "jalvzswyyk",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }
+ ],
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "dynamicHeight": "FIXED",
+ "widgetId": "jalvzswyyk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "SQL",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "nyka98xqpv",
+ "index": 0,
+ "label": "SQL",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "neexe4fljs",
+ "index": 1,
+ "label": "GSheet",
+ "id": "tab2",
+ "isVisible": true
+ },
+ "tab7qxuerb9p7": {
+ "widgetId": "4yqoh4fjmv",
+ "id": "tab7qxuerb9p7",
+ "label": "Mongo",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "page-generator",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc4"
+ },
+ {
+ "publishedPage": {
+ "name": "MongoDB",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.sortOrder.column || 'col1'",
+ "key_select.selectedOptionValue",
+ "data_table.pageSize",
+ "data_table.sortOrder.order == \"desc\" ? -1 : 1",
+ "data_table.searchText||\"\"",
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "order_select.selectedOptionValue"
+ ],
+ "name": "FindQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "MongoDB_FindQuery"
+ }]],
+ "id": "MongoDB",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "4444",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "22222",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "33",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "111",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4444",
+ "col2": "22222",
+ "col3": "33",
+ "col1": "111"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(\n\t() => FindQuery.run(), \n\t(error) => showAlert(`Error while updating resource!\\n${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Document Id: {{data_table.selectedRow._id}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"_id\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "0511vwn3zi",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow._id}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 88,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "data_table",
+ "onSort": "{{FindQuery.run()}}",
+ "columnOrder": [
+ "revenue",
+ "imdb_id",
+ "release_date",
+ "genres",
+ "vote_average",
+ "tagline",
+ "_id",
+ "title",
+ "vote_count",
+ "poster_path",
+ "homepage",
+ "status",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "onPageChange"},
+ {"key": "primaryColumns.customColumn1.borderRadius"}
+ ],
+ "isVisibleDownload": true,
+ "topRow": 7,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "onPageChange": "{{FindQuery.run()}}",
+ "isSortable": true,
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [
+ {"key": "onPageChange"},
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.revenue.computedValue"},
+ {"key": "primaryColumns.imdb_id.computedValue"},
+ {"key": "primaryColumns.release_date.computedValue"},
+ {"key": "primaryColumns.genres.computedValue"},
+ {"key": "primaryColumns.vote_average.computedValue"},
+ {"key": "primaryColumns.tagline.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.vote_count.computedValue"},
+ {"key": "primaryColumns.poster_path.computedValue"},
+ {"key": "primaryColumns.homepage.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "tableData"}
+ ],
+ "leftColumn": 1,
+ "primaryColumns": {
+ "imdb_id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.imdb_id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "imdb_id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "imdb_id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "{{data_tableCopy.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "textSize": "0.875rem",
+ "buttonColor": "#DD4B34",
+ "index": 7,
+ "isVisible": true,
+ "label": "Delete",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "poster_path": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.poster_path))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "poster_path",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "poster_path",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "appsmith_mongo_escape_id": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{data_tableCopy.processedTableData.map((currentRow, currentIndex) => ( currentRow._id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "revenue": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.revenue))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "revenue",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "revenue",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "release_date": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.release_date))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "release_date",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "release_date",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "genres": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.genres))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "genres",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "genres",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "vote_average": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_average))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "vote_average",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "vote_average",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "tagline": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.tagline))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "tagline",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "tagline",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "vote_count": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_count))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "vote_count",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "vote_count",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "homepage": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.homepage))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "homepage",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "homepage",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.status))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "status",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "derivedColumns": {"customColumn1": {
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{DeleteQuery.run()}}",
+ "textSize": "0.875rem",
+ "buttonStyle": "#DD4B34",
+ "index": 7,
+ "isVisible": true,
+ "label": "Delete",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "buttonLabelColor": "#FFFFFF",
+ "verticalAlignment": "CENTER"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "m04j9ji345",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{FindQuery.data}}",
+ "isVisible": "true",
+ "label": "Data",
+ "searchKey": "",
+ "version": 3,
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "isVisibleCompactMode": true,
+ "onSearchTextChanged": "{{FindQuery.run()}}",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "primaryColumnId": "_id",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "deliveryAddress": 170,
+ "step": 62,
+ "id": 228,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{FindQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "nj85l57r47",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "atgojamsmw",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 45,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 33,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => FindQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this document?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "4444",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "new entry 3",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "33",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "111",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4444",
+ "col2": "new entry 3",
+ "col3": "33",
+ "col1": "111"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => FindQuery.run(\n\t\t() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Document",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"}
+ ],
+ "borderWidth": "",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\", \"_id\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "ktpocp4ka2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ "mongoEscapedWidgetNames": ["data_table"]
+ }],
+ "slug": "mongodb",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "MongoDB",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText||\"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order == \"desc\" ? -1 : 1",
+ "key_select.selectedOptionValue",
+ "order_select.selectedOptionValue"
+ ],
+ "name": "FindQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "MongoDB_FindQuery"
+ }]],
+ "id": "MongoDB",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "4444",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "22222",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "33",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "111",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4444",
+ "col2": "22222",
+ "col3": "33",
+ "col1": "111"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(\n\t() => FindQuery.run(), \n\t(error) => showAlert(`Error while updating resource!\\n${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 86,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Document Id: {{data_table.selectedRow._id}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"_id\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "0511vwn3zi",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow._id}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 88,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "data_table",
+ "onSort": "{{FindQuery.run()}}",
+ "columnOrder": [
+ "revenue",
+ "imdb_id",
+ "release_date",
+ "genres",
+ "vote_average",
+ "tagline",
+ "_id",
+ "title",
+ "vote_count",
+ "poster_path",
+ "homepage",
+ "status",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "onPageChange"},
+ {"key": "primaryColumns.customColumn1.borderRadius"}
+ ],
+ "isVisibleDownload": true,
+ "topRow": 7,
+ "bottomRow": 86,
+ "parentRowSpace": 10,
+ "onPageChange": "{{FindQuery.run()}}",
+ "isSortable": true,
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [
+ {"key": "onPageChange"},
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.revenue.computedValue"},
+ {"key": "primaryColumns.imdb_id.computedValue"},
+ {"key": "primaryColumns.release_date.computedValue"},
+ {"key": "primaryColumns.genres.computedValue"},
+ {"key": "primaryColumns.vote_average.computedValue"},
+ {"key": "primaryColumns.tagline.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.vote_count.computedValue"},
+ {"key": "primaryColumns.poster_path.computedValue"},
+ {"key": "primaryColumns.homepage.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.boxShadow"},
+ {"key": "primaryColumns.customColumn1.boxShadow"},
+ {"key": "derivedColumns.customColumn1.borderRadius"},
+ {"key": "derivedColumns.customColumn1.buttonColor"},
+ {"key": "primaryColumns.customColumn1.buttonColor"},
+ {"key": "primaryColumns.customColumn1.computedValue"},
+ {"key": "derivedColumns.customColumn1.computedValue"}
+ ],
+ "leftColumn": 1,
+ "primaryColumns": {
+ "imdb_id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.imdb_id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "imdb_id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "imdb_id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
+ "isDerived": true,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "textSize": "0.875rem",
+ "buttonColor": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "iconName": "",
+ "index": 7,
+ "isVisible": true,
+ "label": "Delete",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "poster_path": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.poster_path))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "poster_path",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "poster_path",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "appsmith_mongo_escape_id": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "revenue": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.revenue))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "revenue",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "revenue",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "release_date": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.release_date))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "release_date",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "release_date",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "genres": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.genres))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "genres",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "genres",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "vote_average": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_average))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "vote_average",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "vote_average",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "tagline": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.tagline))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "tagline",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "tagline",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "vote_count": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.vote_count))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "vote_count",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "vote_count",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "homepage": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.homepage))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "homepage",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "homepage",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.status))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "status",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "derivedColumns": {"customColumn1": {
+ "boxShadow": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
+ "isDerived": true,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.customColumn1))}}",
+ "onClick": "{{DeleteQuery.run()}}",
+ "textSize": "0.875rem",
+ "buttonColor": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "buttonStyle": "#DD4B34",
+ "index": 7,
+ "isVisible": true,
+ "label": "Delete",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => { return 'Delete'})}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "buttonLabelColor": "#FFFFFF",
+ "verticalAlignment": "CENTER"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "m04j9ji345",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{FindQuery.data}}",
+ "isVisible": "true",
+ "label": "Data",
+ "searchKey": "",
+ "version": 3,
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "isVisibleCompactMode": true,
+ "onSearchTextChanged": "{{FindQuery.run()}}",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "primaryColumnId": "_id",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "deliveryAddress": 170,
+ "step": 62,
+ "id": 228,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{FindQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "nj85l57r47",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "atgojamsmw",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 45,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#3f3f46",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 33,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => FindQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this document?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "originalIdentifier": "col4",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "4444",
+ "fieldType": "Text Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "new entry 3",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "33",
+ "fieldType": "Text Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "111",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": "4444",
+ "col2": "new entry 3",
+ "col3": "33",
+ "col1": "111"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "onSubmit"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => FindQuery.run(\n\t\t() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 59,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Document",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col4.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"}
+ ],
+ "borderWidth": "",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\", \"_id\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "ktpocp4ka2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ },
+ "mongoEscapedWidgetNames": ["data_table"]
+ }],
+ "slug": "mongodb",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc5"
+ },
+ {
+ "publishedPage": {
+ "name": "SQL",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || \"ASC\""
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "SQL_SelectQuery"
+ }]],
+ "id": "SQL",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "col2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1003,
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1000,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 89,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row col1: {{data_table.selectedRow.col1}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "6g4ewsx2v0",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 890,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "col1",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "uji69u6swx",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 55,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "2jj0197tff",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "kby34l9nbb",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#2E3D49",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "boolean",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "borderRadius": "0px",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "cellBoxShadow": "none",
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 58,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "borderWidth": "",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "w10l8merz2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "sql",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "SQL",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(data_table.pageNo - 1) * data_table.pageSize",
+ "data_table.pageSize",
+ "data_table.searchText || \"\"",
+ "data_table.sortOrder.column || 'col1'",
+ "data_table.sortOrder.order || \"ASC\""
+ ],
+ "name": "SelectQuery",
+ "timeoutInMillisecond": 10000,
+ "id": "SQL_SelectQuery"
+ }]],
+ "id": "SQL",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "col2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1003,
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1000,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "update_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}",
+ "topRow": 0,
+ "bottomRow": 89,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Update Row col1: {{data_table.selectedRow.col1}}",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "isVisible"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "title"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderWidth": "0",
+ "sourceData": "{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "6g4ewsx2v0",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": "{{!!data_table.selectedRow.col1}}",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "borderColor": "#fff",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "59rw5mx0bq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 890,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "mvubsemxfo",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns.col6.computedValue"},
+ {"key": "primaryColumns.col7.computedValue"},
+ {"key": "primaryColumns.col8.computedValue"},
+ {"key": "primaryColumns.col9.computedValue"},
+ {"key": "primaryColumns.col10.computedValue"},
+ {"key": "primaryColumns.col11.computedValue"},
+ {"key": "primaryColumns.col12.computedValue"}
+ ],
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "col1",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "col1",
+ "col2",
+ "col3",
+ "col4",
+ "col5",
+ "col6",
+ "col7",
+ "col8",
+ "col9",
+ "col10",
+ "col11",
+ "col12",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"}
+ ],
+ "primaryColumns": {
+ "col12": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col12))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": true,
+ "label": "col12",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col12",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col11": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col11))}}",
+ "textSize": "0.875rem",
+ "index": 10,
+ "isVisible": true,
+ "label": "col11",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col11",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col8": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col8))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": true,
+ "label": "col8",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col8",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col9": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col9))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": true,
+ "label": "col9",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col9",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col6": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col6))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": true,
+ "label": "col6",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col6",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col10": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col10))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": true,
+ "label": "col10",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col10",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col7": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col7))}}",
+ "textSize": "0.875rem",
+ "index": 6,
+ "isVisible": true,
+ "label": "col7",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col7",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "widgetId": "uji69u6swx",
+ "tableData": "{{SelectQuery.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "59rw5mx0bq",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "template_table Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 55,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "urzv99hdc8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "refresh_btn",
+ "rightColumn": 64,
+ "onClick": "{{SelectQuery.run()}}",
+ "iconName": "refresh",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "2jj0197tff",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 60,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "add_btn",
+ "rightColumn": 59,
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "kby34l9nbb",
+ "topRow": 1,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "59rw5mx0bq",
+ "isLoading": false,
+ "parentColumnSpace": 12.0703125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "leftColumn": 55,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "buttonVariant": "PRIMARY",
+ "isDisabled": false
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mvubsemxfo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 13,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "zi8fjakv8o",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "i3whp03wf0",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Alert_text",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Row",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "35yoxo4oec",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "rightColumn": 46,
+ "dynamicPropertyPathList": [],
+ "buttonColor": "#2E3D49",
+ "isDefaultClickDisabled": true,
+ "widgetId": "lryg8kw537",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Delete_Button",
+ "onClick": "{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "qq02lh7ust",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Are you sure you want to delete this item?",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "48uac29g6e",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zi8fjakv8o",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "i3whp03wf0",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 16,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 453.1875,
+ "detachFromLayout": true,
+ "widgetId": "9rhv3ioohq",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "vmorzie6eq",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [{
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {
+ "col8": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col8",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col8",
+ "isVisible": true,
+ "label": "Col 8",
+ "originalIdentifier": "col8",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col12": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col12",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col12",
+ "isVisible": true,
+ "label": "Col 12",
+ "originalIdentifier": "col12",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col9": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col9",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col9",
+ "isVisible": true,
+ "label": "Col 9",
+ "originalIdentifier": "col9",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col11": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col11",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col11",
+ "isVisible": true,
+ "label": "Col 11",
+ "originalIdentifier": "col11",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col6": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col6",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col6",
+ "isVisible": true,
+ "label": "Col 6",
+ "originalIdentifier": "col6",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col10": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col10",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col10",
+ "isVisible": true,
+ "label": "Col 10",
+ "originalIdentifier": "col10",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col7": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col7",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "null",
+ "cellBorderRadius": "0px",
+ "accessor": "col7",
+ "isVisible": true,
+ "label": "Col 7",
+ "originalIdentifier": "col7",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col4": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col4",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "boolean",
+ "cellBorderRadius": "0px",
+ "accessor": "col4",
+ "isVisible": true,
+ "label": "Col 4",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "col4",
+ "borderRadius": "0px",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": true,
+ "cellBoxShadow": "none",
+ "fieldType": "Switch"
+ },
+ "col5": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col5",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col5",
+ "isVisible": true,
+ "label": "Col 5",
+ "originalIdentifier": "col5",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col2": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col2",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "string",
+ "cellBorderRadius": "0px",
+ "accessor": "col2",
+ "isVisible": true,
+ "label": "Col 2",
+ "originalIdentifier": "col2",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "skill B",
+ "cellBoxShadow": "none",
+ "fieldType": "Text Input"
+ },
+ "col3": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col3",
+ "isRequired": false,
+ "boxShadow": "none",
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "cellBorderRadius": "0px",
+ "accessor": "col3",
+ "isVisible": true,
+ "label": "Col 3",
+ "originalIdentifier": "col3",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 9,
+ "cellBoxShadow": "none",
+ "fieldType": "Number Input"
+ },
+ "col1": {
+ "labelTextSize": "0.875rem",
+ "identifier": "col1",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dataType": "number",
+ "accessor": "col1",
+ "isVisible": true,
+ "label": "Col 1",
+ "originalIdentifier": "col1",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 5,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "col4": true,
+ "col2": "skill B",
+ "col3": 9,
+ "col1": 5
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "insert_form",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "borderRadius"},
+ {"key": "onSubmit"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.6bacf7df.svg",
+ "onSubmit": "{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}",
+ "topRow": 0,
+ "bottomRow": 58,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "Insert Row",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.children.col3.defaultValue"},
+ {"key": "schema.__root_schema__.children.col4.defaultValue"},
+ {"key": "schema.__root_schema__.children.col5.defaultValue"},
+ {"key": "schema.__root_schema__.children.col2.defaultValue"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.col6.defaultValue"},
+ {"key": "schema.__root_schema__.children.col7.defaultValue"},
+ {"key": "schema.__root_schema__.children.col8.defaultValue"},
+ {"key": "schema.__root_schema__.children.col9.defaultValue"},
+ {"key": "schema.__root_schema__.children.col10.defaultValue"},
+ {"key": "schema.__root_schema__.children.col11.defaultValue"},
+ {"key": "schema.__root_schema__.children.col12.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.col1.defaultValue"},
+ {"key": "schema.__root_schema__.children.col1.accentColor"},
+ {"key": "schema.__root_schema__.children.col1.borderRadius"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.col2.accentColor"},
+ {"key": "schema.__root_schema__.children.col2.borderRadius"},
+ {"key": "schema.__root_schema__.children.col3.accentColor"},
+ {"key": "schema.__root_schema__.children.col3.borderRadius"},
+ {"key": "schema.__root_schema__.children.col4.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.accentColor"},
+ {"key": "schema.__root_schema__.children.col5.borderRadius"},
+ {"key": "schema.__root_schema__.children.col6.accentColor"},
+ {"key": "schema.__root_schema__.children.col6.borderRadius"},
+ {"key": "schema.__root_schema__.children.col7.accentColor"},
+ {"key": "schema.__root_schema__.children.col7.borderRadius"},
+ {"key": "schema.__root_schema__.children.col8.accentColor"},
+ {"key": "schema.__root_schema__.children.col8.borderRadius"},
+ {"key": "schema.__root_schema__.children.col9.accentColor"},
+ {"key": "schema.__root_schema__.children.col9.borderRadius"},
+ {"key": "schema.__root_schema__.children.col10.accentColor"},
+ {"key": "schema.__root_schema__.children.col10.borderRadius"},
+ {"key": "schema.__root_schema__.children.col11.accentColor"},
+ {"key": "schema.__root_schema__.children.col11.borderRadius"},
+ {"key": "schema.__root_schema__.children.col12.accentColor"},
+ {"key": "schema.__root_schema__.children.col12.borderRadius"}
+ ],
+ "borderWidth": "",
+ "sourceData": "{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}",
+ "showReset": true,
+ "resetButtonLabel": "Reset",
+ "key": "h9l9ozr8op",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#fff",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "w10l8merz2",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "9rhv3ioohq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "Submit",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "vmorzie6eq",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "sql",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc0"
+ },
+ {
+ "publishedPage": {
+ "name": "S3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " 60 * 24 ",
+ "search_input.text",
+ "(File_List.pageNo - 1) * File_List.pageSize",
+ "File_List.pageSize"
+ ],
+ "name": "ListFiles",
+ "timeoutInMillisecond": 10000,
+ "id": "S3_ListFiles"
+ }]],
+ "id": "S3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 850,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Zoom_Modal2",
+ "topRow": 89,
+ "bottomRow": 89,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas9Copy",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "80wzwajsst",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "kqxoe40pg6",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon3Copy",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Zoom_Modal2')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "8kw9kfcd5y",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "leftColumn": 56,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text15Copy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Zoom Image",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "vk710q1v3s",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button13Copy",
+ "rightColumn": 63,
+ "onClick": "{{closeModal('Zoom_Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#03B365",
+ "widgetId": "lfiwss1u3w",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY",
+ "text": "Close",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "image": "{{selected_files.selectedItem.base64}}",
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "2bewgakjx9",
+ "topRow": 6,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "maxZoomLevel": 8,
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "borderRadius": "0px",
+ "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png"
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "kqxoe40pg6",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container3",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 634,
+ "detachFromLayout": true,
+ "widgetId": "6tz2s7ivi5",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 850,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "th4d9oxy8z",
+ "minHeight": 830,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "template": {
+ "DownloadIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "DownloadIcon",
+ "onClick": "{{navigateTo(currentItem.signedUrl, {})}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 57,
+ "iconName": "download",
+ "widgetId": "ljk8fj5jc1",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "CopyURLIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "CopyURLIcon",
+ "onClick": "{{copyToClipboard(currentItem.signedUrl)}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 51,
+ "iconName": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'duplicate';\n })();\n })}}",
+ "widgetId": "d2z5zj56j9",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "EditIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "EditIcon",
+ "onClick": "{{showModal('Edit_Modal')}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 45,
+ "iconName": "edit",
+ "widgetId": "x5bft8h9vd",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "Text21": {
+ "widgetName": "Text21",
+ "rightColumn": 24,
+ "textAlign": "LEFT",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.e6c93592.svg",
+ "widgetId": "nu44q8kd9p",
+ "topRow": 4,
+ "bottomRow": 8,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "hideCard": false,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [{"key": "text"}],
+ "leftColumn": 16,
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem) => currentItem.id)}}",
+ "textStyle": "BODY",
+ "key": "xvmvdekk3s"
+ },
+ "Text20": {
+ "widgetName": "Text20",
+ "rightColumn": 28,
+ "textAlign": "LEFT",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.e6c93592.svg",
+ "widgetId": "thgbdemmiw",
+ "topRow": 0,
+ "bottomRow": 4,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "hideCard": false,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [{"key": "text"}],
+ "leftColumn": 16,
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem) => currentItem.name)}}",
+ "textStyle": "HEADING",
+ "key": "xvmvdekk3s"
+ },
+ "Image3": {
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 0,
+ "bottomRow": 8.4,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "dynamicBindingPathList": [{"key": "image"}],
+ "leftColumn": 0,
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "lsc53q139g",
+ "image": "{{File_List.listData.map((currentItem) => currentItem.img)}}",
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "2rrg354q8i",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "enableRotation": false
+ },
+ "FileListItemImage": {
+ "widgetName": "FileListItemImage",
+ "onClick": "{{showModal('Zoom_Modal')}}",
+ "dynamicPropertyPathList": [],
+ "topRow": 1,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png';\n })();\n })}}",
+ "image": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}",
+ "rightColumn": 20,
+ "objectFit": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}",
+ "widgetId": "lh1sjszc93",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "enableDownload": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "enableRotation": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "enableRotation": false
+ },
+ "Container7": {
+ "borderColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}",
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}",
+ "borderWidth": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}"
+ },
+ "FileListItemName": {
+ "widgetName": "FileListItemName",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "widgetId": "qyqv89mu1c",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true
+ },
+ "topRow": 1,
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "shouldScroll": true,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}",
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}"
+ },
+ "DeleteIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "DeleteIcon",
+ "onClick": "{{showModal('delete_modal')}}",
+ "buttonColor": "#DD4B34",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 63,
+ "iconName": "trash",
+ "widgetId": "f8ipd8gbls",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ }
+ },
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "File_List",
+ "listData": "{{ListFiles.data}}",
+ "isCanvas": true,
+ "displayName": "List",
+ "iconSVG": "/static/media/icon.9925ee17.svg",
+ "topRow": 10,
+ "bottomRow": 83,
+ "parentRowSpace": 10,
+ "onPageChange": "{{ListFiles.run()}}",
+ "type": "LIST_WIDGET",
+ "hideCard": false,
+ "gridGap": 0,
+ "parentColumnSpace": 9.67822265625,
+ "dynamicTriggerPathList": [
+ {"key": "template.DownloadIcon.onClick"},
+ {"key": "template.CopyURLIcon.onClick"},
+ {"key": "onPageChange"}
+ ],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "listData"},
+ {"key": "template.FileListItemImage.image"},
+ {"key": "template.FileListItemName.text"},
+ {"key": "template.EditIcon.buttonColor"},
+ {"key": "template.CopyURLIcon.buttonColor"},
+ {"key": "template.DownloadIcon.buttonColor"},
+ {"key": "template.Container7.borderColor"},
+ {"key": "template.Container7.borderWidth"},
+ {"key": "template.Container7.borderRadius"},
+ {"key": "template.CopyURLIcon.iconName"},
+ {"key": "accentColor"},
+ {"key": "template.FileListItemImage.objectFit"},
+ {"key": "boxShadow"},
+ {"key": "borderRadius"},
+ {"key": "template.EditIcon.borderRadius"},
+ {"key": "template.CopyURLIcon.borderRadius"},
+ {"key": "template.DownloadIcon.borderRadius"},
+ {"key": "template.DeleteIcon.borderRadius"},
+ {"key": "template.FileListItemName.fontFamily"},
+ {"key": "template.FileListItemImage.borderRadius"},
+ {"key": "template.FileListItemImage.defaultImage"}
+ ],
+ "gridType": "vertical",
+ "enhancements": true,
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas14",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 390,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "dropDisabled": true,
+ "openParentPropertyPane": true,
+ "minHeight": 400,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Container7",
+ "borderColor": "#2E3D4955",
+ "disallowCopy": true,
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 17,
+ "dragDisabled": true,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas15",
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "lcz0rhije8",
+ "topRow": 0,
+ "bottomRow": 170,
+ "containerStyle": "none",
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "66oc53smx3",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "EditIcon",
+ "onClick": "{{showModal('Edit_Modal')}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "iconName": "edit",
+ "dynamicHeight": "FIXED",
+ "widgetId": "x5bft8h9vd",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "CopyURLIcon",
+ "onClick": "{{copyToClipboard(currentItem.signedUrl)}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 51,
+ "iconName": "duplicate",
+ "dynamicHeight": "FIXED",
+ "widgetId": "d2z5zj56j9",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DownloadIcon",
+ "onClick": "{{navigateTo(currentItem.signedUrl, {})}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 57,
+ "iconName": "download",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ljk8fj5jc1",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DeleteIcon",
+ "onClick": "{{showModal('delete_modal')}}",
+ "buttonColor": "#DD4B34",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "iconName": "trash",
+ "dynamicHeight": "FIXED",
+ "widgetId": "f8ipd8gbls",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FileListItemName",
+ "topRow": 0,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "text": "{{currentItem.fileName}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kmwv6dap5n",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FileListItemImage",
+ "onClick": "{{showModal('Zoom_Modal')}}",
+ "dynamicPropertyPathList": [],
+ "topRow": 0,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png",
+ "labelTextSize": "0.875rem",
+ "image": "{{currentItem.signedUrl}}",
+ "rightColumn": 20,
+ "objectFit": "contain",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4laf7e6wer",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "enableDownload": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "enableRotation": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ }
+ ],
+ "key": "29vrztch46"
+ }],
+ "borderWidth": "1",
+ "key": "cw0dtdoe0g",
+ "disablePropertyPane": true,
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "66oc53smx3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sh1yahe7kl",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "key": "29vrztch46",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 232.27734375,
+ "detachFromLayout": true,
+ "widgetId": "sh1yahe7kl",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cjgg2thzom",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "privateWidgets": {"undefined": true},
+ "key": "x51ms5k6q9",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "transparent",
+ "rightColumn": 63,
+ "itemBackgroundColor": "#F6F7F8",
+ "widgetId": "cjgg2thzom",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "parentId": "6tz2s7ivi5",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_input",
+ "dynamicPropertyPathList": [{"key": "onTextChanged"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 16.4169921875,
+ "dynamicTriggerPathList": [{"key": "onTextChanged"}],
+ "resetOnSubmit": true,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "placeholderText": "Search File Prefix",
+ "isDisabled": false,
+ "key": "auxyd97lu3",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "{{ListFiles.run()}}",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "why172fko6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "6tz2s7ivi5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text6",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Bucket",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "backgroundColor": "",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "t54ituq472",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6tz2s7ivi5",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 37,
+ "dynamicHeight": "FIXED",
+ "widgetId": "th4d9oxy8z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "delete_modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas6",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "ozvpoudxz2",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "9g0cw9adf8",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon2",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('delete_modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "xkyh49z71e",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "leftColumn": 56,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete File",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1y44xm547",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "rightColumn": 48,
+ "onClick": "{{closeModal('delete_modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#3f3f46",
+ "widgetId": "pi0t67rnwh",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{\nDeleteFile.run(() => {closeModal('delete_modal'); \nListFiles.run();\n});\n}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "hp22uj3dra",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text13",
+ "topRow": 5,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Are you sure you want to delete the file?\n\n{{File_List.selectedItem.fileName}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "oypa9ad1tg",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "9g0cw9adf8",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Edit_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas10",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "6i7m9kpuky",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "usealgbtyj",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text17",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Update File",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "z64z3l112n",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button15",
+ "rightColumn": 44,
+ "onClick": "{{closeModal('Edit_Modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#3f3f46",
+ "widgetId": "trc4e6ylcz",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "update_button",
+ "onClick": "{{UpdateFile.run(() => {ListFiles.run();resetWidget('update_file_picker');closeModal('Edit_Modal');})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "isDisabled"}
+ ],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "8lbthc9dml",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "isDisabled"},
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Update",
+ "isDisabled": "{{update_file_picker.files.length == 0}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text18",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "File Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "qb26g34etr",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_file_picker",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "FilePicker",
+ "iconSVG": "/static/media/icon.7c5ad9c3.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "allowedFileTypes": [],
+ "type": "FILE_PICKER_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 6.9375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "h2212wpg64",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "isDefaultClickDisabled": true,
+ "widgetId": "i8g6khu01a",
+ "defaultSelectedFiles": [],
+ "isVisible": true,
+ "label": "Select File",
+ "maxFileSize": "10",
+ "version": 1,
+ "fileDataType": "Base64",
+ "parentId": "6i7m9kpuky",
+ "selectedFiles": [],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "files": [],
+ "maxNumFiles": 1
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_file_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 6.9375,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": true,
+ "key": "auxyd97lu3",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "uabsu3mjt3",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "6i7m9kpuky",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{File_List.selectedItem.fileName}}",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "usealgbtyj",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 37,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas13",
+ "rightColumn": 634,
+ "detachFromLayout": true,
+ "widgetId": "xv97g6rzgq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 850,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "yg1iyxq9kd",
+ "minHeight": 830,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "template": {
+ "Canvas7": {
+ "widgetName": "Canvas7",
+ "rightColumn": 256,
+ "detachFromLayout": true,
+ "widgetId": "oqhzaygncs",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "dropDisabled": true,
+ "parentId": "0n30419eso",
+ "openParentPropertyPane": true,
+ "minHeight": 340,
+ "isLoading": false,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": ["u3nvgafsdo"]
+ },
+ "update_files_name": {
+ "widgetName": "update_files_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.4580078125,
+ "resetOnSubmit": true,
+ "leftColumn": 23,
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'true';\n })();\n })}}",
+ "isRequired": false,
+ "rightColumn": 43,
+ "widgetId": "yqxzzh2oqi",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "autoFocus": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "parentColumnSpace": true,
+ "resetOnSubmit": true,
+ "leftColumn": true,
+ "labelStyle": true,
+ "inputType": true,
+ "isDisabled": true,
+ "key": true,
+ "isRequired": true,
+ "rightColumn": true,
+ "widgetId": true,
+ "isVisible": true,
+ "label": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "iconAlign": true,
+ "defaultText": true
+ },
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "romgsruzxz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "iconAlign": "left",
+ "defaultText": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.name;\n })();\n })}}"
+ },
+ "Image2": {
+ "image": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.data;\n })();\n })}}",
+ "widgetName": "Image2",
+ "rightColumn": 10,
+ "onClick": "{{showModal('Zoom_Modal2')}}",
+ "objectFit": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}",
+ "widgetId": "ql8qs2xelx",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "defaultImage": true
+ },
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "parentColumnSpace": 7.3125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ "Container4": {
+ "backgroundColor": "white",
+ "widgetName": "Container4",
+ "rightColumn": 64,
+ "borderColor": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}",
+ "disallowCopy": true,
+ "widgetId": "u3nvgafsdo",
+ "containerStyle": "card",
+ "topRow": 0,
+ "bottomRow": 8,
+ "dragDisabled": true,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "version": 1,
+ "parentId": "oqhzaygncs",
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "isLoading": false,
+ "leftColumn": 0,
+ "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}",
+ "children": ["romgsruzxz"],
+ "borderWidth": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}",
+ "disablePropertyPane": true
+ },
+ "Canvas8": {
+ "widgetName": "Canvas8",
+ "detachFromLayout": true,
+ "widgetId": "romgsruzxz",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 180,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "u3nvgafsdo",
+ "minHeight": 80,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ "vu7fb0dbt8",
+ "7zziet357m",
+ "ql8qs2xelx"
+ ]
+ },
+ "Text14": {
+ "widgetName": "Text14",
+ "rightColumn": 23,
+ "textAlign": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'LEFT';\n })();\n })}}",
+ "widgetId": "vu7fb0dbt8",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true,
+ "textStyle": true
+ },
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}",
+ "dynamicBindingPathList": [],
+ "leftColumn": 11,
+ "fontSize": "PARAGRAPH",
+ "text": "File Name",
+ "textStyle": "HEADING"
+ }
+ },
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "selected_files",
+ "listData": "{{FilePicker.files}}",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "topRow": 23,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "LIST_WIDGET",
+ "gridGap": 0,
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [{"key": "template.Image2.onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "isVisible"},
+ {"key": "listData"},
+ {"key": "template.update_files_name.defaultText"},
+ {"key": "template.update_files_name.validation"},
+ {"key": "template.Container4.borderWidth"},
+ {"key": "template.Container4.borderRadius"},
+ {"key": "template.Container4.borderColor"},
+ {"key": "template.Image2.image"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "template.Text14.fontFamily"},
+ {"key": "template.update_files_name.borderRadius"}
+ ],
+ "gridType": "vertical",
+ "enhancements": true,
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas7",
+ "topRow": 0,
+ "bottomRow": 510,
+ "parentRowSpace": 1,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "dropDisabled": true,
+ "openParentPropertyPane": true,
+ "minHeight": 520,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Container4",
+ "borderColor": "#2E3D4955",
+ "disallowCopy": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 12,
+ "dragDisabled": true,
+ "type": "CONTAINER_WIDGET",
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas8",
+ "detachFromLayout": true,
+ "widgetId": "romgsruzxz",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 120,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "u3nvgafsdo",
+ "minHeight": 120,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text14",
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "leftColumn": 19,
+ "text": "File Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 60,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "vu7fb0dbt8",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Zoom_Modal2')}}",
+ "topRow": 0,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 7.3125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png",
+ "labelTextSize": "0.875rem",
+ "image": "{{currentItem.data}}",
+ "rightColumn": 19,
+ "objectFit": "contain",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ql8qs2xelx",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "borderRadius": "0px"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_files_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.4580078125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 19,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yqxzzh2oqi",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "autoFocus": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "parentColumnSpace": true,
+ "resetOnSubmit": true,
+ "leftColumn": true,
+ "labelStyle": true,
+ "inputType": true,
+ "isDisabled": true,
+ "key": true,
+ "isRequired": true,
+ "rightColumn": true,
+ "widgetId": true,
+ "isVisible": true,
+ "label": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "iconAlign": true,
+ "defaultText": true
+ },
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "romgsruzxz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{currentItem.name}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "disablePropertyPane": true,
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "u3nvgafsdo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "oqhzaygncs",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "labelTextSize": "0.875rem",
+ "rightColumn": 256,
+ "detachFromLayout": true,
+ "widgetId": "oqhzaygncs",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0n30419eso",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "privateWidgets": {"undefined": true},
+ "childAutoComplete": {"currentItem": {
+ "data": "",
+ "base64": "",
+ "name": "",
+ "raw": "",
+ "id": "",
+ "text": "",
+ "type": ""
+ }},
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "",
+ "rightColumn": 64,
+ "itemBackgroundColor": "#F6F7F8",
+ "widgetId": "0n30419eso",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": "{{FilePicker.files.length > 0}}",
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Upload Folder",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "jc21bnjh92",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text7",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "Upload New Files",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "364shivyaz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "upload_button",
+ "onClick": "{{\nFilePicker.files.forEach((file, index) => {\n\tCreateFile.run((response, params) => { showAlert('File Uploaded','success'); \nif (params.isLastFile) {\n\tListFiles.run(() => {closeModal('Upload_Files_Modal'); resetWidget('folder_name', true);\t\t\t\t\tresetWidget('FilePicker', true);\nresetWidget('update_files_name', true);\n})\t\n}\n}, () => showAlert('File Upload Failed','error'), {fileIndex: index, name: selected_files.items[index].update_files_name.text, isLastFile: index == (FilePicker.files.length - 1), });\n\treturn true;\n})\n}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "isDisabled"}
+ ],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "1uava20nxi",
+ "topRow": 75,
+ "bottomRow": 79,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "isDisabled"},
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Upload",
+ "isDisabled": "{{ selected_files.items.length == 0 || selected_files.items.map((file) => file.update_files_name.text).includes(\"\") }}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text19",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.0458984375,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "text": "Selected files to upload",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 52,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9wh2ereoy9",
+ "isVisible": "{{FilePicker.files.length > 0}}",
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FilePicker",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "FilePicker",
+ "iconSVG": "/static/media/icon.7c5ad9c3.svg",
+ "topRow": 13,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "allowedFileTypes": [],
+ "type": "FILE_PICKER_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.86865234375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "h2212wpg64",
+ "onFilesSelected": "",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "8l6lm067zw",
+ "defaultSelectedFiles": [],
+ "isVisible": true,
+ "label": "Select Files",
+ "maxFileSize": 5,
+ "version": 1,
+ "fileDataType": "Base64",
+ "parentId": "xv97g6rzgq",
+ "selectedFiles": [],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "files": [],
+ "maxNumFiles": "3"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "folder_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.8955078125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "placeholderText": "folder/sub-folder",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "215nlsqncm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "xv97g6rzgq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yg1iyxq9kd",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "s3",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "S3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " 60 * 24 ",
+ "(File_List.pageNo - 1) * File_List.pageSize",
+ "File_List.pageSize",
+ "search_input.text"
+ ],
+ "name": "ListFiles",
+ "timeoutInMillisecond": 10000,
+ "id": "S3_ListFiles"
+ }]],
+ "id": "S3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1174,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 850,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 900,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Zoom_Modal2",
+ "topRow": 89,
+ "bottomRow": 89,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas9Copy",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "80wzwajsst",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "kqxoe40pg6",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon3Copy",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Zoom_Modal2')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "8kw9kfcd5y",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "leftColumn": 56,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text15Copy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Zoom Image",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "vk710q1v3s",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button13Copy",
+ "rightColumn": 63,
+ "onClick": "{{closeModal('Zoom_Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#03B365",
+ "widgetId": "lfiwss1u3w",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "PRIMARY",
+ "text": "Close",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "image": "{{selected_files.selectedItem.base64}}",
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "2bewgakjx9",
+ "topRow": 6,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "version": 1,
+ "parentId": "80wzwajsst",
+ "isLoading": false,
+ "maxZoomLevel": 8,
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "borderRadius": "0px",
+ "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png"
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "kqxoe40pg6",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container3",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 634,
+ "detachFromLayout": true,
+ "widgetId": "6tz2s7ivi5",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 850,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "th4d9oxy8z",
+ "minHeight": 830,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "template": {
+ "DownloadIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "DownloadIcon",
+ "onClick": "{{navigateTo(currentItem.signedUrl, {})}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 57,
+ "iconName": "download",
+ "widgetId": "ljk8fj5jc1",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "CopyURLIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "CopyURLIcon",
+ "onClick": "{{copyToClipboard(currentItem.signedUrl)}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 51,
+ "iconName": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'duplicate';\n })();\n })}}",
+ "widgetId": "d2z5zj56j9",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "EditIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "EditIcon",
+ "onClick": "{{showModal('Edit_Modal')}}",
+ "buttonColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D49';\n })();\n })}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 45,
+ "iconName": "edit",
+ "widgetId": "x5bft8h9vd",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ },
+ "Text21": {
+ "widgetName": "Text21",
+ "rightColumn": 24,
+ "textAlign": "LEFT",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.e6c93592.svg",
+ "widgetId": "nu44q8kd9p",
+ "topRow": 4,
+ "bottomRow": 8,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "hideCard": false,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [{"key": "text"}],
+ "leftColumn": 16,
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem) => currentItem.id)}}",
+ "textStyle": "BODY",
+ "key": "xvmvdekk3s"
+ },
+ "Text20": {
+ "widgetName": "Text20",
+ "rightColumn": 28,
+ "textAlign": "LEFT",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.e6c93592.svg",
+ "widgetId": "thgbdemmiw",
+ "topRow": 0,
+ "bottomRow": 4,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "hideCard": false,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [{"key": "text"}],
+ "leftColumn": 16,
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem) => currentItem.name)}}",
+ "textStyle": "HEADING",
+ "key": "xvmvdekk3s"
+ },
+ "Image3": {
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 0,
+ "bottomRow": 8.4,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "dynamicBindingPathList": [{"key": "image"}],
+ "leftColumn": 0,
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "lsc53q139g",
+ "image": "{{File_List.listData.map((currentItem) => currentItem.img)}}",
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "2rrg354q8i",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "enableRotation": false
+ },
+ "FileListItemImage": {
+ "widgetName": "FileListItemImage",
+ "onClick": "{{showModal('Zoom_Modal')}}",
+ "dynamicPropertyPathList": [],
+ "topRow": 1,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png';\n })();\n })}}",
+ "image": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}",
+ "rightColumn": 20,
+ "objectFit": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}",
+ "widgetId": "lh1sjszc93",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "enableDownload": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "enableRotation": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "enableRotation": false
+ },
+ "Container7": {
+ "borderColor": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}",
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}",
+ "borderWidth": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}"
+ },
+ "FileListItemName": {
+ "widgetName": "FileListItemName",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "widgetId": "qyqv89mu1c",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true
+ },
+ "topRow": 1,
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "shouldScroll": true,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}",
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}"
+ },
+ "DeleteIcon": {
+ "boxShadow": "NONE",
+ "widgetName": "DeleteIcon",
+ "onClick": "{{showModal('delete_modal')}}",
+ "buttonColor": "#DD4B34",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "rightColumn": 63,
+ "iconName": "trash",
+ "widgetId": "f8ipd8gbls",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{File_List.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "buttonVariant": "TERTIARY"
+ }
+ },
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "File_List",
+ "listData": "{{ListFiles.data}}",
+ "isCanvas": true,
+ "displayName": "List",
+ "iconSVG": "/static/media/icon.9925ee17.svg",
+ "topRow": 10,
+ "bottomRow": 83,
+ "parentRowSpace": 10,
+ "onPageChange": "{{ListFiles.run()}}",
+ "type": "LIST_WIDGET",
+ "hideCard": false,
+ "gridGap": 0,
+ "parentColumnSpace": 9.67822265625,
+ "dynamicTriggerPathList": [
+ {"key": "template.DownloadIcon.onClick"},
+ {"key": "template.CopyURLIcon.onClick"},
+ {"key": "onPageChange"}
+ ],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "listData"},
+ {"key": "template.FileListItemImage.image"},
+ {"key": "template.FileListItemName.text"},
+ {"key": "template.EditIcon.buttonColor"},
+ {"key": "template.CopyURLIcon.buttonColor"},
+ {"key": "template.DownloadIcon.buttonColor"},
+ {"key": "template.Container7.borderColor"},
+ {"key": "template.Container7.borderWidth"},
+ {"key": "template.Container7.borderRadius"},
+ {"key": "template.CopyURLIcon.iconName"},
+ {"key": "accentColor"},
+ {"key": "template.FileListItemImage.objectFit"},
+ {"key": "boxShadow"},
+ {"key": "borderRadius"},
+ {"key": "template.EditIcon.borderRadius"},
+ {"key": "template.CopyURLIcon.borderRadius"},
+ {"key": "template.DownloadIcon.borderRadius"},
+ {"key": "template.DeleteIcon.borderRadius"},
+ {"key": "template.FileListItemName.fontFamily"},
+ {"key": "template.FileListItemImage.borderRadius"},
+ {"key": "template.FileListItemImage.defaultImage"}
+ ],
+ "gridType": "vertical",
+ "enhancements": true,
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas14",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 390,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "dropDisabled": true,
+ "openParentPropertyPane": true,
+ "minHeight": 400,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Container7",
+ "borderColor": "#2E3D4955",
+ "disallowCopy": true,
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 17,
+ "dragDisabled": true,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas15",
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "lcz0rhije8",
+ "topRow": 0,
+ "bottomRow": 170,
+ "containerStyle": "none",
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "66oc53smx3",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "EditIcon",
+ "onClick": "{{showModal('Edit_Modal')}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 45,
+ "iconName": "edit",
+ "dynamicHeight": "FIXED",
+ "widgetId": "x5bft8h9vd",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "CopyURLIcon",
+ "onClick": "{{copyToClipboard(currentItem.signedUrl)}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 45,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 51,
+ "iconName": "duplicate",
+ "dynamicHeight": "FIXED",
+ "widgetId": "d2z5zj56j9",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DownloadIcon",
+ "onClick": "{{navigateTo(currentItem.signedUrl, {})}}",
+ "buttonColor": "#2E3D49",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 57,
+ "iconName": "download",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ljk8fj5jc1",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DeleteIcon",
+ "onClick": "{{showModal('delete_modal')}}",
+ "buttonColor": "#DD4B34",
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "borderRadius"}
+ ],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.bff4eac0.svg",
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "parentColumnSpace": 9.4658203125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "8akz850h7z",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "iconName": "trash",
+ "dynamicHeight": "FIXED",
+ "widgetId": "f8ipd8gbls",
+ "logBlackList": {
+ "boxShadow": true,
+ "widgetName": true,
+ "buttonColor": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "isDisabled": true,
+ "key": true,
+ "rightColumn": true,
+ "iconName": true,
+ "widgetId": true,
+ "isVisible": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "borderRadius": true,
+ "buttonVariant": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FileListItemName",
+ "topRow": 0,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "text": "{{currentItem.fileName}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kmwv6dap5n",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FileListItemImage",
+ "onClick": "{{showModal('Zoom_Modal')}}",
+ "dynamicPropertyPathList": [],
+ "topRow": 0,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 19.0625,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://cdn3.iconfinder.com/data/icons/brands-applications/512/File-512.png",
+ "labelTextSize": "0.875rem",
+ "image": "{{currentItem.signedUrl}}",
+ "rightColumn": 20,
+ "objectFit": "contain",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4laf7e6wer",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "enableDownload": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "enableRotation": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lcz0rhije8",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ }
+ ],
+ "key": "29vrztch46"
+ }],
+ "borderWidth": "1",
+ "key": "cw0dtdoe0g",
+ "disablePropertyPane": true,
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "66oc53smx3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sh1yahe7kl",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "key": "29vrztch46",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 232.27734375,
+ "detachFromLayout": true,
+ "widgetId": "sh1yahe7kl",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cjgg2thzom",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "privateWidgets": {"undefined": true},
+ "key": "x51ms5k6q9",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "transparent",
+ "rightColumn": 63,
+ "itemBackgroundColor": "#F6F7F8",
+ "widgetId": "cjgg2thzom",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "parentId": "6tz2s7ivi5",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "search_input",
+ "dynamicPropertyPathList": [{"key": "onTextChanged"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 16.4169921875,
+ "dynamicTriggerPathList": [{"key": "onTextChanged"}],
+ "resetOnSubmit": true,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "placeholderText": "Search File Prefix",
+ "isDisabled": false,
+ "key": "auxyd97lu3",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "{{ListFiles.run()}}",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "why172fko6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "6tz2s7ivi5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text6",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "template_table Bucket",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "backgroundColor": "",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "t54ituq472",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6tz2s7ivi5",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 37,
+ "dynamicHeight": "FIXED",
+ "widgetId": "th4d9oxy8z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "delete_modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas6",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "ozvpoudxz2",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "9g0cw9adf8",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon2",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('delete_modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "xkyh49z71e",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "leftColumn": 56,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text12",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete File",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "s1y44xm547",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "rightColumn": 48,
+ "onClick": "{{closeModal('delete_modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#3f3f46",
+ "widgetId": "pi0t67rnwh",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{\nDeleteFile.run(() => {closeModal('delete_modal'); \nListFiles.run();\n});\n}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "hp22uj3dra",
+ "topRow": 17,
+ "bottomRow": 21,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text13",
+ "topRow": 5,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Are you sure you want to delete the file?\n\n{{File_List.selectedItem.fileName}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "oypa9ad1tg",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ozvpoudxz2",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "9g0cw9adf8",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Edit_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas10",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "6i7m9kpuky",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "usealgbtyj",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text17",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Update File",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "z64z3l112n",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button15",
+ "rightColumn": 44,
+ "onClick": "{{closeModal('Edit_Modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "#3f3f46",
+ "widgetId": "trc4e6ylcz",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "update_button",
+ "onClick": "{{UpdateFile.run(() => {ListFiles.run();resetWidget('update_file_picker');closeModal('Edit_Modal');})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "isDisabled"}
+ ],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "8lbthc9dml",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "isDisabled"},
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Update",
+ "isDisabled": "{{update_file_picker.files.length == 0}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text18",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "File Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "qb26g34etr",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6i7m9kpuky",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_file_picker",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "FilePicker",
+ "iconSVG": "/static/media/icon.7c5ad9c3.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "allowedFileTypes": [],
+ "type": "FILE_PICKER_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 6.9375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "h2212wpg64",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "isDefaultClickDisabled": true,
+ "widgetId": "i8g6khu01a",
+ "defaultSelectedFiles": [],
+ "isVisible": true,
+ "label": "Select File",
+ "maxFileSize": "10",
+ "version": 1,
+ "fileDataType": "Base64",
+ "parentId": "6i7m9kpuky",
+ "selectedFiles": [],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "files": [],
+ "maxNumFiles": 1
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_file_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 6.9375,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": true,
+ "key": "auxyd97lu3",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "uabsu3mjt3",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "6i7m9kpuky",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{File_List.selectedItem.fileName}}",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "usealgbtyj",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "#2E3D4955",
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 37,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "borderRadius"}
+ ],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas13",
+ "rightColumn": 634,
+ "detachFromLayout": true,
+ "widgetId": "xv97g6rzgq",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 850,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "yg1iyxq9kd",
+ "minHeight": 830,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "template": {
+ "Canvas7": {
+ "widgetName": "Canvas7",
+ "rightColumn": 256,
+ "detachFromLayout": true,
+ "widgetId": "oqhzaygncs",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "dropDisabled": true,
+ "parentId": "0n30419eso",
+ "openParentPropertyPane": true,
+ "minHeight": 340,
+ "isLoading": false,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": ["u3nvgafsdo"]
+ },
+ "update_files_name": {
+ "widgetName": "update_files_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 8,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.4580078125,
+ "resetOnSubmit": true,
+ "leftColumn": 23,
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'true';\n })();\n })}}",
+ "isRequired": false,
+ "rightColumn": 43,
+ "widgetId": "yqxzzh2oqi",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "autoFocus": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "parentColumnSpace": true,
+ "resetOnSubmit": true,
+ "leftColumn": true,
+ "labelStyle": true,
+ "inputType": true,
+ "isDisabled": true,
+ "key": true,
+ "isRequired": true,
+ "rightColumn": true,
+ "widgetId": true,
+ "isVisible": true,
+ "label": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "iconAlign": true,
+ "defaultText": true
+ },
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "romgsruzxz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.borderRadius.appBorderRadius;\n })();\n })}}",
+ "iconAlign": "left",
+ "defaultText": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.name;\n })();\n })}}"
+ },
+ "Image2": {
+ "image": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.data;\n })();\n })}}",
+ "widgetName": "Image2",
+ "rightColumn": 10,
+ "onClick": "{{showModal('Zoom_Modal2')}}",
+ "objectFit": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'contain';\n })();\n })}}",
+ "widgetId": "ql8qs2xelx",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "defaultImage": true
+ },
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "parentColumnSpace": 7.3125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ "Container4": {
+ "backgroundColor": "white",
+ "widgetName": "Container4",
+ "rightColumn": 64,
+ "borderColor": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '#2E3D4955';\n })();\n })}}",
+ "disallowCopy": true,
+ "widgetId": "u3nvgafsdo",
+ "containerStyle": "card",
+ "topRow": 0,
+ "bottomRow": 8,
+ "dragDisabled": true,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "version": 1,
+ "parentId": "oqhzaygncs",
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "isLoading": false,
+ "leftColumn": 0,
+ "borderRadius": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '5';\n })();\n })}}",
+ "children": ["romgsruzxz"],
+ "borderWidth": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return '1';\n })();\n })}}",
+ "disablePropertyPane": true
+ },
+ "Canvas8": {
+ "widgetName": "Canvas8",
+ "detachFromLayout": true,
+ "widgetId": "romgsruzxz",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 180,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "u3nvgafsdo",
+ "minHeight": 80,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ "vu7fb0dbt8",
+ "7zziet357m",
+ "ql8qs2xelx"
+ ]
+ },
+ "Text14": {
+ "widgetName": "Text14",
+ "rightColumn": 23,
+ "textAlign": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return 'LEFT';\n })();\n })}}",
+ "widgetId": "vu7fb0dbt8",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true,
+ "textStyle": true
+ },
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{selected_files.listData.map((currentItem, currentIndex) => {\n return (function(){\n return appsmith.theme.fontFamily.appFont;\n })();\n })}}",
+ "dynamicBindingPathList": [],
+ "leftColumn": 11,
+ "fontSize": "PARAGRAPH",
+ "text": "File Name",
+ "textStyle": "HEADING"
+ }
+ },
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "selected_files",
+ "listData": "{{FilePicker.files}}",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "topRow": 23,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "LIST_WIDGET",
+ "gridGap": 0,
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [{"key": "template.Image2.onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "isVisible"},
+ {"key": "listData"},
+ {"key": "template.update_files_name.defaultText"},
+ {"key": "template.update_files_name.validation"},
+ {"key": "template.Container4.borderWidth"},
+ {"key": "template.Container4.borderRadius"},
+ {"key": "template.Container4.borderColor"},
+ {"key": "template.Image2.image"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "template.Text14.fontFamily"},
+ {"key": "template.update_files_name.borderRadius"}
+ ],
+ "gridType": "vertical",
+ "enhancements": true,
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas7",
+ "topRow": 0,
+ "bottomRow": 510,
+ "parentRowSpace": 1,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "dropDisabled": true,
+ "openParentPropertyPane": true,
+ "minHeight": 520,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Container4",
+ "borderColor": "#2E3D4955",
+ "disallowCopy": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "topRow": 0,
+ "bottomRow": 12,
+ "dragDisabled": true,
+ "type": "CONTAINER_WIDGET",
+ "openParentPropertyPane": true,
+ "isDeletable": false,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas8",
+ "detachFromLayout": true,
+ "widgetId": "romgsruzxz",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 120,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "u3nvgafsdo",
+ "minHeight": 120,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Text14",
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "leftColumn": 19,
+ "text": "File Name",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 60,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "vu7fb0dbt8",
+ "logBlackList": {
+ "widgetName": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "type": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "fontSize": true,
+ "text": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Zoom_Modal2')}}",
+ "topRow": 0,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "parentColumnSpace": 7.3125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "image"}],
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png",
+ "labelTextSize": "0.875rem",
+ "image": "{{currentItem.data}}",
+ "rightColumn": 19,
+ "objectFit": "contain",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ql8qs2xelx",
+ "logBlackList": {
+ "image": true,
+ "widgetName": true,
+ "rightColumn": true,
+ "objectFit": true,
+ "widgetId": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "isVisible": true,
+ "type": true,
+ "version": true,
+ "parentId": true,
+ "minHeight": true,
+ "isLoading": true,
+ "maxZoomLevel": true,
+ "parentColumnSpace": true,
+ "imageShape": true,
+ "leftColumn": true,
+ "defaultImage": true
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "romgsruzxz",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "borderRadius": "0px"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_files_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.4580078125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 19,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yqxzzh2oqi",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "autoFocus": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "parentColumnSpace": true,
+ "resetOnSubmit": true,
+ "leftColumn": true,
+ "labelStyle": true,
+ "inputType": true,
+ "isDisabled": true,
+ "key": true,
+ "isRequired": true,
+ "rightColumn": true,
+ "widgetId": true,
+ "isVisible": true,
+ "label": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "iconAlign": true,
+ "defaultText": true
+ },
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "romgsruzxz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{currentItem.name}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "disablePropertyPane": true,
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "u3nvgafsdo",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "oqhzaygncs",
+ "isLoading": false,
+ "borderRadius": "5px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "labelTextSize": "0.875rem",
+ "rightColumn": 256,
+ "detachFromLayout": true,
+ "widgetId": "oqhzaygncs",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0n30419eso",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "privateWidgets": {"undefined": true},
+ "childAutoComplete": {"currentItem": {
+ "data": "",
+ "base64": "",
+ "name": "",
+ "raw": "",
+ "id": "",
+ "text": "",
+ "type": ""
+ }},
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "",
+ "rightColumn": 64,
+ "itemBackgroundColor": "#F6F7F8",
+ "widgetId": "0n30419eso",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": "{{FilePicker.files.length > 0}}",
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "text": "Upload Folder",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "jc21bnjh92",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text7",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "Upload New Files",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "364shivyaz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "upload_button",
+ "onClick": "{{\nFilePicker.files.forEach((file, index) => {\n\tCreateFile.run((response, params) => { showAlert('File Uploaded','success'); \nif (params.isLastFile) {\n\tListFiles.run(() => {closeModal('Upload_Files_Modal'); resetWidget('folder_name', true);\t\t\t\t\tresetWidget('FilePicker', true);\nresetWidget('update_files_name', true);\n})\t\n}\n}, () => showAlert('File Upload Failed','error'), {fileIndex: index, name: selected_files.items[index].update_files_name.text, isLastFile: index == (FilePicker.files.length - 1), });\n\treturn true;\n})\n}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [
+ {"key": "onClick"},
+ {"key": "isDisabled"}
+ ],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "1uava20nxi",
+ "topRow": 75,
+ "bottomRow": 79,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "isDisabled"},
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Upload",
+ "isDisabled": "{{ selected_files.items.length == 0 || selected_files.items.map((file) => file.update_files_name.text).includes(\"\") }}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text19",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.0458984375,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "text": "Selected files to upload",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 52,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9wh2ereoy9",
+ "isVisible": "{{FilePicker.files.length > 0}}",
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xv97g6rzgq",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "FilePicker",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "FilePicker",
+ "iconSVG": "/static/media/icon.7c5ad9c3.svg",
+ "topRow": 13,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "allowedFileTypes": [],
+ "type": "FILE_PICKER_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.86865234375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "h2212wpg64",
+ "onFilesSelected": "",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "8l6lm067zw",
+ "defaultSelectedFiles": [],
+ "isVisible": true,
+ "label": "Select Files",
+ "maxFileSize": 5,
+ "version": 1,
+ "fileDataType": "Base64",
+ "parentId": "xv97g6rzgq",
+ "selectedFiles": [],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "files": [],
+ "maxNumFiles": "3"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "folder_name",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 11.8955078125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 16,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "placeholderText": "folder/sub-folder",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "215nlsqncm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "xv97g6rzgq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yg1iyxq9kd",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "s3",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc2"
+ },
+ {
+ "publishedPage": {
+ "name": "Redis",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "FetchKeys",
+ "timeoutInMillisecond": 10000,
+ "id": "Redis_FetchKeys"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.selectedRow.result"],
+ "name": "FetchValue",
+ "timeoutInMillisecond": 10000,
+ "id": "Redis_FetchValue"
+ }]
+ ],
+ "id": "Redis",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "dynamicHeight": "FIXED",
+ "widgetId": "eer73khglm",
+ "topRow": 1,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "isVisible": "{{data_table.selectedRow.result}}",
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "isLoading": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "rightColumn": 528.71875,
+ "detachFromLayout": true,
+ "widgetId": "9nvn3gfw6q",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 460,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "eer73khglm",
+ "minHeight": 460,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "update_button",
+ "onClick": "{{UpdateKey.run(() => FetchKeys.run(), () => {})}}",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 39,
+ "bottomRow": 43,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "text": "Update",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "3apd2wkt91",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "resetFormOnClick": true,
+ "boxShadow": "none",
+ "widgetName": "reset_update_button",
+ "onClick": "",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 39,
+ "bottomRow": 43,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 28,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Reset",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "hhh0296qfj",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.8963623046875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "text": "Update Key: {{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "uawwds1z0r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_value_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 10.5390625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "MULTI_LINE_TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": true,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "l3qtdja15h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "9nvn3gfw6q",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{FetchValue.data[0].result}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v8nfulwuy0",
+ "containerStyle": "card",
+ "topRow": 1,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "leftColumn": 0,
+ "borderRadius": "0px",
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "erkvdsolhu",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "v8nfulwuy0",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns._ref.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "_ref",
+ "col4",
+ "col5",
+ "col2",
+ "col3",
+ "col1",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"},
+ {"key": "onRowSelected"}
+ ],
+ "primaryColumns": {
+ "_ref": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "_ref",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_ref",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "onRowSelected": "{{FetchValue.run()}}",
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "dyohhtrkiy",
+ "tableData": "{{FetchKeys.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "erkvdsolhu",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "new_key_button",
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 6.8310546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "New Key",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "isDefaultClickDisabled": true,
+ "widgetId": "2rlp4irwh0",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "refresh_button",
+ "onClick": "{{FetchKeys.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Refresh",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 51,
+ "isDefaultClickDisabled": true,
+ "widgetId": "o9t8fslxdi",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "Redis Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 39,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "nt181ks4ci",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "re60vbuakz",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "c8fg4ubw52",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon1",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Insert_Modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "3tk445loxa",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text21",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "New Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fgi9qp4uwr",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "rightColumn": 47,
+ "onClick": "{{closeModal('Insert_Modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "xnh96plcyo",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 35,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{InsertKey.run(() => FetchKeys.run(() => closeModal('Insert_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "ix2dralfal",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Insert",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text22",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kotk4wa6pe",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text23",
+ "topRow": 16,
+ "bottomRow": 20,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Value",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "y2dlumuetl",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "insert_key_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ynw4ir8luz",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "re60vbuakz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "insert_value_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 52,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "MULTI_LINE_TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "6qn1qkr18d",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "re60vbuakz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "c8fg4ubw52",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "value_modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "v8n3d5aecd",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "fh14k9y353",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon2",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('value_modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "jqaazpo3zy",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text24",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Value for Key: {{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 54,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "hvb3xnk1u8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('value_modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "yka7b6k706",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Close",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text25",
+ "topRow": 6,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "{{FetchValue.data[0].result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "j9315vzr13",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fh14k9y353",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas5",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lwsyaz55ll",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "0skbil3ntd",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon3",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "dtuc8ag2of",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text26",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "d9ap4dp300",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "onClick": "{{DeleteKey.run(() => FetchKeys.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "2kg6lmim5m",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text27",
+ "topRow": 7,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Are you sure you want to delete the key?\n\n{{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "c698jgkzjg",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "buttonColor": "#3f3f46",
+ "topRow": 18,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Cancel",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "lsvqrab5v2",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "0skbil3ntd",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "redis",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Redis",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "FetchKeys",
+ "timeoutInMillisecond": 10000,
+ "id": "Redis_FetchKeys"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["data_table.selectedRow.result"],
+ "name": "FetchValue",
+ "timeoutInMillisecond": 10000,
+ "id": "Redis_FetchValue"
+ }]
+ ],
+ "id": "Redis",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1056,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 129,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 78,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "dynamicHeight": "FIXED",
+ "widgetId": "eer73khglm",
+ "topRow": 1,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "isVisible": "{{data_table.selectedRow.result}}",
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "isLoading": false,
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "isVisible"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "rightColumn": 528.71875,
+ "detachFromLayout": true,
+ "widgetId": "9nvn3gfw6q",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 460,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "eer73khglm",
+ "minHeight": 460,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "update_button",
+ "onClick": "{{UpdateKey.run(() => FetchKeys.run(), () => {})}}",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 39,
+ "bottomRow": 43,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "text": "Update",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "3apd2wkt91",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "resetFormOnClick": true,
+ "boxShadow": "none",
+ "widgetName": "reset_update_button",
+ "onClick": "",
+ "dynamicPropertyPathList": [],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 39,
+ "bottomRow": 43,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 28,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Reset",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "hhh0296qfj",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text9",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8.8963623046875,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "text": "Update Key: {{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "uawwds1z0r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "9nvn3gfw6q",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "update_value_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 10.5390625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "MULTI_LINE_TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": true,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "l3qtdja15h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "9nvn3gfw6q",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{FetchValue.data[0].result}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v8nfulwuy0",
+ "containerStyle": "card",
+ "topRow": 1,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "shouldScrollContents": true,
+ "parentColumnSpace": 19.75,
+ "leftColumn": 0,
+ "borderRadius": "0px",
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "rightColumn": 632,
+ "detachFromLayout": true,
+ "widgetId": "erkvdsolhu",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "v8nfulwuy0",
+ "minHeight": 870,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "onSort": "{{SelectQuery.run()}}",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 6,
+ "isSortable": true,
+ "onPageChange": "{{SelectQuery.run()}}",
+ "type": "TABLE_WIDGET_V2",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.col1.computedValue"},
+ {"key": "primaryColumns.col2.computedValue"},
+ {"key": "primaryColumns.col3.computedValue"},
+ {"key": "primaryColumns.col4.computedValue"},
+ {"key": "primaryColumns.col5.computedValue"},
+ {"key": "primaryColumns._ref.computedValue"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": "0",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": "true",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "onSearchTextChanged": "{{SelectQuery.run()}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "primaryColumnId": "id",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "widgetName": "data_table",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "_ref",
+ "col4",
+ "col5",
+ "col2",
+ "col3",
+ "col1",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [{"key": "primaryColumns.customColumn1.borderRadius"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 16.3125,
+ "dynamicTriggerPathList": [
+ {"key": "primaryColumns.customColumn1.onClick"},
+ {"key": "onPageChange"},
+ {"key": "onSearchTextChanged"},
+ {"key": "onSort"},
+ {"key": "onRowSelected"}
+ ],
+ "primaryColumns": {
+ "_ref": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow._ref))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "_ref",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_ref",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ },
+ "col4": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col4))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "col4",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col4",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col5": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col5))}}",
+ "textSize": "0.875rem",
+ "index": 4,
+ "isVisible": true,
+ "label": "col5",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col5",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col2": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col2))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "col2",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col2",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col3": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col3))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "col3",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col3",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "col1": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow.col1))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "col1",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "col1",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "onRowSelected": "{{FetchValue.run()}}",
+ "key": "zba5qel0au",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Delete_Modal')}}",
+ "buttonColor": "#DD4B34",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 5,
+ "isVisible": true,
+ "label": "Delete",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}",
+ "columnType": "button",
+ "borderRadius": "0px",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "buttonLabelColor": "#FFFFFF"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "dyohhtrkiy",
+ "tableData": "{{FetchKeys.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "erkvdsolhu",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "new_key_button",
+ "onClick": "{{showModal('Insert_Modal')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 6.8310546875,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 51,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "New Key",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "isDefaultClickDisabled": true,
+ "widgetId": "2rlp4irwh0",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "refresh_button",
+ "onClick": "{{FetchKeys.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 18.8828125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Refresh",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 51,
+ "isDefaultClickDisabled": true,
+ "widgetId": "o9t8fslxdi",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text16",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 11.78515625,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "text": "Redis Data",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 39,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "nt181ks4ci",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "erkvdsolhu",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Insert_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "re60vbuakz",
+ "topRow": 0,
+ "bottomRow": 600,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "c8fg4ubw52",
+ "shouldScrollContents": false,
+ "minHeight": 600,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon1",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Insert_Modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "3tk445loxa",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text21",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "New Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fgi9qp4uwr",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "rightColumn": 47,
+ "onClick": "{{closeModal('Insert_Modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "xnh96plcyo",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 35,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY",
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{InsertKey.run(() => FetchKeys.run(() => closeModal('Insert_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "ix2dralfal",
+ "topRow": 53,
+ "bottomRow": 57,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Insert",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text22",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kotk4wa6pe",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text23",
+ "topRow": 16,
+ "bottomRow": 20,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 8,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Value",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 17,
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "y2dlumuetl",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "re60vbuakz",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "insert_key_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ynw4ir8luz",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "re60vbuakz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "insert_value_input",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 15,
+ "bottomRow": 52,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 8.125,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelStyle": "",
+ "inputType": "MULTI_LINE_TEXT",
+ "isDisabled": false,
+ "key": "om9y3ljmtt",
+ "validation": "true",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "6qn1qkr18d",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "re60vbuakz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 600,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "c8fg4ubw52",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 532,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "value_modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "v8n3d5aecd",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "fh14k9y353",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon2",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('value_modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "jqaazpo3zy",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text24",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Value for Key: {{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 54,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "hvb3xnk1u8",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('value_modal')}}",
+ "isDefaultClickDisabled": true,
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "yka7b6k706",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 48,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "buttonColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Close",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text25",
+ "topRow": 6,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "{{FetchValue.data[0].result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "j9315vzr13",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "v8n3d5aecd",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fh14k9y353",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Delete_Modal",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "shouldScrollContents": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Canvas5",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lwsyaz55ll",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "0skbil3ntd",
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "borderRadius": "0px",
+ "children": [
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Icon3",
+ "rightColumn": 64,
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "iconName": "cross",
+ "buttonColor": "#2E3D49",
+ "widgetId": "dtuc8ag2of",
+ "topRow": 1,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "ICON_BUTTON_WIDGET",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "leftColumn": 56,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY",
+ "iconSize": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text26",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [],
+ "text": "Delete Key",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "d9ap4dp300",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "labelTextSize": "0.875rem",
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "onClick": "{{DeleteKey.run(() => FetchKeys.run(() => closeModal('Delete_Modal')), () => {})}}",
+ "rightColumn": 64,
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "buttonColor": "#DD4B34",
+ "isDefaultClickDisabled": true,
+ "widgetId": "2kg6lmim5m",
+ "topRow": 18,
+ "bottomRow": 22,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text27",
+ "topRow": 7,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [],
+ "overflow": "SCROLL",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "text": "Are you sure you want to delete the key?\n\n{{data_table.selectedRow.result}}",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "c698jgkzjg",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Delete_Modal')}}",
+ "buttonColor": "#3f3f46",
+ "topRow": 18,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "parentColumnSpace": 6.8125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Cancel",
+ "isDisabled": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "lsvqrab5v2",
+ "isVisible": true,
+ "version": 1,
+ "recaptchaType": "V3",
+ "parentId": "lwsyaz55ll",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ }
+ ],
+ "isDisabled": false
+ }],
+ "height": 240,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "0skbil3ntd",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "redis",
+ "isHidden": false
+ },
+ "gitSyncId": "61764fbeba7e887d03bc3631_61bb770ecd5d70450952ccc6"
+ }
+ ],
+ "actionCollectionList": [{
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "Utils",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "body": "export default {\n\tmyFun2: async () => {\n\t\t get_exported_app.run(() => {\n\t\t\tconst arr = JSON.parse(datasource_arr.text);\n\t\t\tarr.map((row) => { get_datasource_structure.run((res, params) => {\n\t\t \t\t\tstoreValue(params.name, res); \n\t\t\t\t},undefined, row)\n\t\t\t})\n \t})\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "Utils",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "body": "export default {\n\tmyFun2: async () => {\n\t\t get_exported_app.run(() => {\n\t\t\tconst arr = JSON.parse(datasource_arr.text);\n\t\t\tarr.map((row) => { get_datasource_structure.run((res, params) => {\n\t\t \t\t\tstoreValue(params.name, res); \n\t\t\t\t},undefined, row)\n\t\t\t})\n \t})\n\t}\n}",
+ "actions": []
+ },
+ "id": "Admin_Utils",
+ "gitSyncId": "61764fbeba7e887d03bc3631_624e8fab729a2b0934685de2"
+ }],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#D9E7FF",
+ "unpublishedAppLayout": {"type": "FLUID"},
+ "icon": "bag",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "isManualUpdate": false,
+ "pages": [
+ {
+ "isDefault": true,
+ "id": "Admin"
+ },
+ {
+ "isDefault": false,
+ "id": "PostgreSQL"
+ },
+ {
+ "isDefault": false,
+ "id": "Page Generator"
+ },
+ {
+ "isDefault": false,
+ "id": "MongoDB"
+ },
+ {
+ "isDefault": false,
+ "id": "SQL"
+ },
+ {
+ "isDefault": false,
+ "id": "Google Sheets"
+ },
+ {
+ "isDefault": false,
+ "id": "Firestore"
+ },
+ {
+ "isDefault": false,
+ "id": "S3"
+ },
+ {
+ "isDefault": false,
+ "id": "Redis"
+ }
+ ],
+ "deleted": false,
+ "name": "CRUD App Templates",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedAppLayout": {"type": "FLUID"},
+ "publishedPages": [
+ {
+ "isDefault": true,
+ "id": "Admin"
+ },
+ {
+ "isDefault": false,
+ "id": "PostgreSQL"
+ },
+ {
+ "isDefault": false,
+ "id": "Page Generator"
+ },
+ {
+ "isDefault": false,
+ "id": "MongoDB"
+ },
+ {
+ "isDefault": false,
+ "id": "SQL"
+ },
+ {
+ "isDefault": false,
+ "id": "Google Sheets"
+ },
+ {
+ "isDefault": false,
+ "id": "Firestore"
+ },
+ {
+ "isDefault": false,
+ "id": "S3"
+ },
+ {
+ "isDefault": false,
+ "id": "Redis"
+ }
+ ],
+ "unreadCommentThreads": 0,
+ "slug": "crud-app-templates"
+ }
+}
diff --git a/app/server/appsmith-server/src/main/resources/examples-organization.json b/app/server/appsmith-server/src/main/resources/examples-organization.json
index aef74b6b2e7a..36c98b0bd0ea 100644
--- a/app/server/appsmith-server/src/main/resources/examples-organization.json
+++ b/app/server/appsmith-server/src/main/resources/examples-organization.json
@@ -1,13546 +1,12536 @@
{
- "name": "Example Apps",
- "organizationSettings": [],
- "slug": "example-apps",
- "userRoles": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Organization",
- "$datasources": [
- {
- "name": "FreshDesk API",
- "$pluginPackageName": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "https://appsmithhelp.freshdesk.com"
- },
- "invalids": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Datasource"
- },
- {
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Datasource"
- }
- ],
- "$applications": [
- {
- "name": "Charts Tutorial",
- "isPublic": true,
- "$pages": [
- {
- "name": "1. Display Chart Data",
- "$isDefault": true,
- "$actions": [
- {
- "name": "getSignupCount",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users GROUP BY sign_up_date ORDER BY sign_up_date limit 31;\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 11,
- "textAlign": "CENTER",
- "widgetId": "ka0sqegqwh",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 5,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Display Chart Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "dpbv1ua5ng",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "This page demonstrates how to display data in a chart",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Chart1",
- "rightColumn": 8,
- "allowScroll": false,
- "widgetId": "n536wy81vu",
- "topRow": 3,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CHART_WIDGET",
- "dynamicBindings": {
- "chartData": true
- },
- "parentId": "0",
- "isLoading": false,
- "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date).format(\\\"Do\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
- "yAxisName": "Date",
- "parentColumnSpace": 74,
- "chartName": "User Sign up Trend",
- "leftColumn": 0,
- "xAxisName": "Users",
- "chartType": "LINE_CHART"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "htqwsl576a",
- "topRow": 3,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "💡 The chart displays data returned by the getSignupCount Query. The data is bound to the chart property using {{ \"{{ getSignupCount.data }}\" }} \n🌪️ The chart maps over the data returned by getSignupCount and transforms it to an Array of (x,y). \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text4",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "zjvwf67adp",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "-------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text5",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "rbhxchhlgc",
- "topRow": 11,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "🔍 Inspect the chart properties & the getSignupCount Query. 📈 Update the chart type to a column chart
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 11,
- "textAlign": "CENTER",
- "widgetId": "ka0sqegqwh",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 5,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Display Chart Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "dpbv1ua5ng",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "This page demonstrates how to display data in a chart",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Chart1",
- "rightColumn": 8,
- "allowScroll": false,
- "widgetId": "n536wy81vu",
- "topRow": 3,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CHART_WIDGET",
- "dynamicBindings": {
- "chartData": true
- },
- "parentId": "0",
- "isLoading": false,
- "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date).format(\\\"Do\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
- "yAxisName": "Date",
- "parentColumnSpace": 74,
- "chartName": "User Sign up Trend",
- "leftColumn": 0,
- "xAxisName": "Users",
- "chartType": "LINE_CHART"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "htqwsl576a",
- "topRow": 3,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "💡 The chart displays data returned by the getSignupCount Query. The data is bound to the chart property using {{ \"{{ getSignupCount.data }}\" }} \n🌪️ The chart maps over the data returned by getSignupCount and transforms it to an Array of (x,y). \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text4",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "zjvwf67adp",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "-------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text5",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "rbhxchhlgc",
- "topRow": 11,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "🔍 Inspect the chart properties & the getSignupCount Query. 📈 Update the chart type to a column chart
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getSignupCount",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getSignupCount",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Text5",
- "Text4",
- "Text3",
- "Text2",
- "Text1",
- "MainContainer",
- "Chart1"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "2. Filter Chart Data",
- "$isDefault": false,
- "$actions": [
- {
- "name": "getFilteredSignupCount",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users where \"createdAt\" >= '{{startDatePicker.selectedDate}}' and \"createdAt\" <= '{{endDatePicker.selectedDate}}' GROUP BY sign_up_date ORDER BY sign_up_date;\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "startDatePicker.selectedDate",
- "endDatePicker.selectedDate"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Chart1",
- "rightColumn": 8,
- "allowScroll": false,
- "widgetId": "ul3c5oquih",
- "topRow": 4,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CHART_WIDGET",
- "dynamicBindings": {
- "chartData": true
- },
- "parentId": "0",
- "isLoading": false,
- "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getFilteredSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date, \\\"DD/MM/YYYY\\\").format(\\\"Do- MMM\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
- "yAxisName": "Users",
- "parentColumnSpace": 74,
- "chartName": "User Sign up Trend",
- "leftColumn": 0,
- "xAxisName": "Date",
- "chartType": "AREA_CHART"
- },
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "esiyii2azf",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Filter Chart Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "startDatePicker",
- "defaultDate": "{{moment().subtract(2, \"months\").format(\"YYYY-MM-DD\")}}",
- "rightColumn": 4,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "3tsl49w1s0",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 2,
- "dynamicTriggers": {
- "onDateSelected": true
- },
- "isDisabled": false,
- "onDateSelected": "{{getFilteredSignupCount.run()}}"
- },
- {
- "widgetName": "endDatePicker",
- "defaultDate": "{{moment().format(\"YYYY-MM-DD\")}}",
- "rightColumn": 8,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "cocrv71gh5",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 6,
- "dynamicTriggers": {
- "onDateSelected": true
- },
- "isDisabled": false,
- "onDateSelected": "{{getFilteredSignupCount.run()}}"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 2,
- "textAlign": "RIGHT",
- "widgetId": "r31px5tpl6",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "Start Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 6,
- "textAlign": "RIGHT",
- "widgetId": "21rsr77a84",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 5,
- "text": "End Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "digi7gghdg",
- "topRow": 3,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "💡 The chart displays data returned by the getFilteredSignupCount Query. \n📅 The getFilteredSignupCount Query reads the values of the startDatePicker and endDatePicker to filter the query. The Date Pickers execute the query onDateSelected \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text7",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "aiguj74viz",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how to filter and change the data displayed in a chart",
- "textStyle": "BODY",
- "shouldScroll": false
- },
- {
- "widgetName": "Text8",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "kyw545g7n4",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text9",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "4i40lfqldh",
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "🔍 Inspect the getFilteredSignupCount Query. \n📅 Update the startDatePicker to begin 6 months ago by default\n 📈 Update the x-axis to display the date range selected \nEx. {{\"{{startDatePicker.selectedDate}} - {{endDatePicker.selectedDate}}\"}}
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Chart1",
- "rightColumn": 8,
- "allowScroll": false,
- "widgetId": "ul3c5oquih",
- "topRow": 4,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CHART_WIDGET",
- "dynamicBindings": {
- "chartData": true
- },
- "parentId": "0",
- "isLoading": false,
- "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getFilteredSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date, \\\"DD/MM/YYYY\\\").format(\\\"Do- MMM\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
- "yAxisName": "Users",
- "parentColumnSpace": 74,
- "chartName": "User Sign up Trend",
- "leftColumn": 0,
- "xAxisName": "Date",
- "chartType": "AREA_CHART"
- },
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "esiyii2azf",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Filter Chart Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "startDatePicker",
- "defaultDate": "{{moment().subtract(2, \"months\").format(\"YYYY-MM-DD\")}}",
- "rightColumn": 4,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "3tsl49w1s0",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 2,
- "dynamicTriggers": {
- "onDateSelected": true
- },
- "isDisabled": false,
- "onDateSelected": "{{getFilteredSignupCount.run()}}"
- },
- {
- "widgetName": "endDatePicker",
- "defaultDate": "{{moment().format(\"YYYY-MM-DD\")}}",
- "rightColumn": 8,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "cocrv71gh5",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 6,
- "dynamicTriggers": {
- "onDateSelected": true
- },
- "isDisabled": false,
- "onDateSelected": "{{getFilteredSignupCount.run()}}"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 2,
- "textAlign": "RIGHT",
- "widgetId": "r31px5tpl6",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "Start Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 6,
- "textAlign": "RIGHT",
- "widgetId": "21rsr77a84",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 5,
- "text": "End Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "digi7gghdg",
- "topRow": 3,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "💡 The chart displays data returned by the getFilteredSignupCount Query. \n📅 The getFilteredSignupCount Query reads the values of the startDatePicker and endDatePicker to filter the query. The Date Pickers execute the query onDateSelected \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text7",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "aiguj74viz",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how to filter and change the data displayed in a chart",
- "textStyle": "BODY",
- "shouldScroll": false
- },
- {
- "widgetName": "Text8",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "kyw545g7n4",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text9",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "4i40lfqldh",
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "🔍 Inspect the getFilteredSignupCount Query. \n📅 Update the startDatePicker to begin 6 months ago by default\n 📈 Update the x-axis to display the date range selected \nEx. {{\"{{startDatePicker.selectedDate}} - {{endDatePicker.selectedDate}}\"}}
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getFilteredSignupCount",
- "pluginType": "DB",
- "jsonPathKeys": [
- "startDatePicker.selectedDate",
- "endDatePicker.selectedDate"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getFilteredSignupCount",
- "pluginType": "DB",
- "jsonPathKeys": [
- "startDatePicker.selectedDate",
- "endDatePicker.selectedDate"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "endDatePicker",
- "Text9",
- "Text8",
- "Text7",
- "startDatePicker",
- "Text4",
- "Text3",
- "Text2",
- "Text1",
- "MainContainer",
- "Chart1"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Application"
- },
- {
- "name": "Customer Support Dashboard",
- "isPublic": true,
- "$pages": [
+ "organizationSettings": [],
+ "userRoles": [],
+ "deleted": false,
+ "name": "Example Apps",
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Organization",
+ "slug": "example-apps",
+ "$applications": [
{
- "name": "Users Page",
- "$isDefault": false,
- "$actions": [
- {
- "name": "Api1",
- "datasource": {
- "$isEmbedded": true,
- "name": "https://api.razorpay.com",
- "$pluginPackageName": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://api.razorpay.com"
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/v1/payments/pay_29QQoUBi66xm2f/refund",
- "headers": [
- {
- "key": "Authorization",
- "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
- },
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "queryParameters": [
- {
- "key": "",
- "value": ""
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "{ \"amount\": 2000}",
- "httpMethod": "POST"
- },
- "pluginType": "API",
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "getOrderProducts",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT products.* FROM products inner join \"orderProductMap\" on products.\"productId\" = \"orderProductMap\".\"productId\" where \"orderProductMap\".\"orderId\" = {{ordersTable.selectedRow.id}} ORDER BY id LIMIT 10;\n"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "ordersTable.selectedRow.id"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "getOrders",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM orders where \"userId\"={{usersTable.selectedRow.id}} ORDER BY status LIMIT 10;\n"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "usersTable.selectedRow.id"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "getUsers",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users where email ilike '%{{usersTable.searchText}}%' ORDER BY id LIMIT 10 offset {{(usersTable.pageNo - 1) * 10}}"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "usersTable.searchText",
- "(usersTable.pageNo - 1) * 10"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "markOrderRefund",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "UPDATE orders\n SET status = 'REFUNDED'\n WHERE id = {{ordersTable.selectedRow.id}};\n"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "ordersTable.selectedRow.id"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "refundAPI",
- "datasource": {
- "$isEmbedded": true,
- "name": "https://api.razorpay.com",
- "$pluginPackageName": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://api.razorpay.com"
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/v1/payments/{{ordersTable.selectedRow.paymentId}}/refund",
- "headers": [
- {
- "key": "Authorization",
- "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
- },
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "queryParameters": [
- {
- "key": "",
- "value": ""
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "{ \n\t\"amount\": \"{{ordersTable.selectedRow.orderAmount * 100}}\"\n}",
- "httpMethod": "POST"
- },
- "pluginType": "API",
- "dynamicBindingPathList": [
- {
- "key": "body"
- },
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "ordersTable.selectedRow.orderAmount * 100",
- "ordersTable.selectedRow.paymentId"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "updateUser",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "UPDATE users SET name = '{{nameInput.text}}', address = '{{addressInput.text}}', email = '{{emailInput.text}}', \"phoneNo\" = '{{phoneInput.text}}' WHERE id = {{usersTable.selectedRow.id}}"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
+ "deleted": false,
+ "$pages": [
{
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "phoneInput.text",
- "addressInput.text",
- "nameInput.text",
- "usersTable.selectedRow.id",
- "emailInput.text"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1360,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "5302vrcr7x",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "Users",
- "textStyle": "HEADING"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "avatar",
- "dob",
- "gender",
- "role",
- "status",
- "address"
- ],
- "widgetName": "usersTable",
- "rightColumn": 9,
- "widgetId": "z0l09s5jaz",
- "topRow": 1,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsers.run()}}",
- "tableData": "{{getUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true,
- "defaultSearchText": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "onSearchTextChanged": "{{getUsers.run()}}",
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onSearchTextChanged": true,
- "onRowSelected": true,
- "onPageChange": true
- },
- "onRowSelected": "{{getOrders.run()}}",
- "columnActions": [],
- "columnSizeMap": {
- "address": 204,
- "name": 268,
- "id": 74,
- "email": 311
- },
- "defaultSearchText": "{{appsmith.URL.queryParams.email}}"
- },
- {
- "widgetName": "Modal1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qcv5mxmdse",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "dynamicBindings": {},
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [],
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
}
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_LARGE",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "9pgyrkail5",
- "topRow": 0,
- "bottomRow": 640,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "qcv5mxmdse",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
},
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
+ "$isEmbedded": false
},
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('Modal1')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "3g9bl2sr58",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 14,
- "iconSize": 24
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "lddwvwekdx",
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getSignupCount",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users GROUP BY sign_up_date ORDER BY sign_up_date limit 31;\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "1. Display Chart Data",
+ "policies": [],
+ "$isDefault": true,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Text5",
+ "Text4",
+ "Text3",
+ "Text2",
+ "Text1",
+ "MainContainer",
+ "Chart1"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 0,
- "text": "🖋️ Edit {{usersTable.selectedRow.name}}'s Profile ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "0asi0ps632",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "Button2",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() => getUsers.run(() => closeModal('Modal1')), () => showAlert('error'))}}",
- "isDefaultClickDisabled": true,
- "widgetId": "9aoww0u181",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Save",
- "isDisabled": false
- },
- {
- "widgetName": "Text10",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "zxqqitzf07",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "52whn6clnv",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text12",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "qhmfxrxrp8",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Address",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressInput",
- "rightColumn": 13,
- "widgetId": "5w60gql1bf",
- "topRow": 5,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.address}}"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 13,
- "widgetId": "l97o8yvlrc",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.email}}"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 13,
- "widgetId": "dorbm7hw83",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.name}}"
- },
- {
- "widgetName": "Text20",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "gds83r70jn",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "Phone No",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "phoneInput",
- "rightColumn": 13,
- "widgetId": "lcmqk3xayr",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "regex": "^[0-9]{1,10}$",
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.phoneNo || \"\"}}"
- }
- ],
- "isDisabled": false
- }
- ]
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container1",
- "rightColumn": 16,
- "widgetId": "5wiefwlh3m",
- "containerStyle": "card",
- "topRow": 1,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "detachFromLayout": true,
"children": [
- "8c8ixb84rt",
- "vxs1336eti",
- "n1tn6qwmfu",
- "75njm0wxgx",
- "2wymlwykex",
- "4x7s4ffqyc",
- "m8jxuiwony",
- "3mqfe3k3qf",
- "lhds2qaxeg",
- "p4p3or0jcd",
- "uh5tweohvx"
- ],
+ {
+ "widgetName": "Text1",
+ "rightColumn": 11,
+ "textAlign": "CENTER",
+ "widgetId": "ka0sqegqwh",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 5,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Display Chart Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "dpbv1ua5ng",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates how to display data in a chart",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Chart1",
+ "rightColumn": 8,
+ "allowScroll": false,
+ "widgetId": "n536wy81vu",
+ "topRow": 3,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date).format(\\\"Do\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
+ "yAxisName": "Date",
+ "parentColumnSpace": 74,
+ "chartName": "User Sign up Trend",
+ "leftColumn": 0,
+ "xAxisName": "Users",
+ "chartType": "LINE_CHART"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "htqwsl576a",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": " 💡 The chart displays data returned by the getSignupCount<\/b> Query. The data is bound to the chart property using {{ \"{{ getSignupCount.data }}\" }}<\/b> \n🌪️ The chart maps over the data returned by getSignupCount<\/b> and transforms it to an Array of (x,y). \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}}<\/b> \n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "zjvwf67adp",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "-------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "rbhxchhlgc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the chart properties & the getSignupCount<\/b> Query. 📈 Update the chart type to a column chart<\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ },
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "getSignupCount",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "getSignupCount",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
"containerStyle": "none",
- "canExtend": false
- }
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 11,
+ "textAlign": "CENTER",
+ "widgetId": "ka0sqegqwh",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 5,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Display Chart Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "dpbv1ua5ng",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates how to display data in a chart",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Chart1",
+ "rightColumn": 8,
+ "allowScroll": false,
+ "widgetId": "n536wy81vu",
+ "topRow": 3,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date).format(\\\"Do\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
+ "yAxisName": "Date",
+ "parentColumnSpace": 74,
+ "chartName": "User Sign up Trend",
+ "leftColumn": 0,
+ "xAxisName": "Users",
+ "chartType": "LINE_CHART"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "htqwsl576a",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
💡 The chart displays data returned by the getSignupCount<\/b> Query. The data is bound to the chart property using {{ \"{{ getSignupCount.data }}\" }}<\/b> \n🌪️ The chart maps over the data returned by getSignupCount<\/b> and transforms it to an Array of (x,y). \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}}<\/b> \n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "zjvwf67adp",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "-------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "rbhxchhlgc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the chart properties & the getSignupCount<\/b> Query. 📈 Update the chart type to a column chart<\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ]
}
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas2",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "c2nnq6o54h",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "5wiefwlh3m",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Button3",
- "rightColumn": 16,
- "onClick": "{{showModal('Modal1')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "8c8ixb84rt",
- "dynamicProperties": {
- "isVisible": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isVisible": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Edit",
- "isDisabled": false
- },
- {
- "image": "{{usersTable.selectedRow.avatar}}",
- "widgetName": "Image1",
- "rightColumn": 7,
- "widgetId": "vxs1336eti",
- "topRow": 0,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "IMAGE_WIDGET",
- "dynamicBindings": {
- "image": true
+ }]
+ },
+ {
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "startDatePicker.selectedDate",
+ "endDatePicker.selectedDate"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
},
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 13,
- "textAlign": "LEFT",
- "widgetId": "n1tn6qwmfu",
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getFilteredSignupCount",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users where \"createdAt\" >= '{{startDatePicker.selectedDate}}' and \"createdAt\" <= '{{endDatePicker.selectedDate}}' GROUP BY sign_up_date ORDER BY sign_up_date;\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "2. Filter Chart Data",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "endDatePicker",
+ "Text9",
+ "Text8",
+ "Text7",
+ "startDatePicker",
+ "Text4",
+ "Text3",
+ "Text2",
+ "Text1",
+ "MainContainer",
+ "Chart1"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.name}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "75njm0wxgx",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.email}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "2wymlwykex",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.address}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text6",
- "rightColumn": 11,
- "textAlign": "LEFT",
- "widgetId": "4x7s4ffqyc",
- "dynamicProperties": {
- "isVisible": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "isVisible": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 7,
- "text": "{{ (usersTable.selectedRow.gender === \"Male\" ? \"♂️\" : \"♀️\") + usersTable.selectedRow.gender}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 7,
- "textAlign": "CENTER",
- "widgetId": "3mqfe3k3qf",
- "dynamicProperties": {
- "isVisible": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id === undefined}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "isVisible": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "👈🏿 Select a user ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text21",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "uvw0ma9kfr",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.phoneNo || \"\"}}",
- "textStyle": "LABEL"
- }
- ]
- }
- ]
- },
- {
- "hiddenColumns": [
- "userId",
- "orderDate"
- ],
- "widgetName": "ordersTable",
- "rightColumn": 8,
- "columnOrder": [
- "id",
- "deliveryAddress",
- "orderAmount",
- "status"
- ],
- "widgetId": "xr3qu1jpj8",
- "topRow": 19,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "tableData": "{{getOrders.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onRowSelected": true
- },
- "onRowSelected": "{{getOrderProducts.run()}}",
- "columnSizeMap": {
- "userId": 111
- }
- },
- {
- "widgetName": "Text13",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "euwmlckp34",
- "topRow": 18,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "{{usersTable.selectedRow ? usersTable.selectedRow.name + \"'s Orders\" : \"☝🏽 Select a user\"}}",
- "textStyle": "HEADING"
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container2",
- "rightColumn": 16,
- "widgetId": "xlb8hua7ie",
- "containerStyle": "card",
- "topRow": 19,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "detachFromLayout": true,
"children": [
- "v8531ch9d8",
- "0cz98i5vmt"
+ {
+ "widgetName": "Chart1",
+ "rightColumn": 8,
+ "allowScroll": false,
+ "widgetId": "ul3c5oquih",
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getFilteredSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date, \\\"DD/MM/YYYY\\\").format(\\\"Do- MMM\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
+ "yAxisName": "Users",
+ "parentColumnSpace": 74,
+ "chartName": "User Sign up Trend",
+ "leftColumn": 0,
+ "xAxisName": "Date",
+ "chartType": "AREA_CHART"
+ },
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "esiyii2azf",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Filter Chart Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "startDatePicker",
+ "defaultDate": "{{moment().subtract(2, \"months\").format(\"YYYY-MM-DD\")}}",
+ "rightColumn": 4,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "3tsl49w1s0",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 2,
+ "dynamicTriggers": {"onDateSelected": true},
+ "isDisabled": false,
+ "onDateSelected": "{{getFilteredSignupCount.run()}}"
+ },
+ {
+ "widgetName": "endDatePicker",
+ "defaultDate": "{{moment().format(\"YYYY-MM-DD\")}}",
+ "rightColumn": 8,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "cocrv71gh5",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 6,
+ "dynamicTriggers": {"onDateSelected": true},
+ "isDisabled": false,
+ "onDateSelected": "{{getFilteredSignupCount.run()}}"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 2,
+ "textAlign": "RIGHT",
+ "widgetId": "r31px5tpl6",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Start Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 6,
+ "textAlign": "RIGHT",
+ "widgetId": "21rsr77a84",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 5,
+ "text": "End Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "digi7gghdg",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
💡 The chart displays data returned by the getFilteredSignupCount<\/b> Query. \n📅 The getFilteredSignupCount<\/b> Query reads the values of the startDatePicker<\/b> and endDatePicker<\/b> to filter the query. The Date Pickers execute the query onDateSelected<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "aiguj74viz",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how to filter and change the data displayed in a chart",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "kyw545g7n4",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "4i40lfqldh",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the getFilteredSignupCount<\/b> Query. \n📅 Update the startDatePicker<\/b> to begin 6 months ago by default\n 📈 Update the x-axis to display the date range selected \nEx. {{\"{{startDatePicker.selectedDate}} - {{endDatePicker.selectedDate}}\"}} <\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ },
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "startDatePicker.selectedDate",
+ "endDatePicker.selectedDate"
+ ],
+ "name": "getFilteredSignupCount",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "startDatePicker.selectedDate",
+ "endDatePicker.selectedDate"
],
+ "name": "getFilteredSignupCount",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
"containerStyle": "none",
- "canExtend": false
- }
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Chart1",
+ "rightColumn": 8,
+ "allowScroll": false,
+ "widgetId": "ul3c5oquih",
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Users\",\"data\":\"{{getFilteredSignupCount.data.map((dateCount) => { \\nreturn {\\n x: moment(dateCount.sign_up_date, \\\"DD/MM/YYYY\\\").format(\\\"Do- MMM\\\"),\\n y: dateCount.count + \\\"\\\"\\n}\\n})}}\"}]",
+ "yAxisName": "Users",
+ "parentColumnSpace": 74,
+ "chartName": "User Sign up Trend",
+ "leftColumn": 0,
+ "xAxisName": "Date",
+ "chartType": "AREA_CHART"
+ },
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "esiyii2azf",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Filter Chart Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "startDatePicker",
+ "defaultDate": "{{moment().subtract(2, \"months\").format(\"YYYY-MM-DD\")}}",
+ "rightColumn": 4,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "3tsl49w1s0",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 2,
+ "dynamicTriggers": {"onDateSelected": true},
+ "isDisabled": false,
+ "onDateSelected": "{{getFilteredSignupCount.run()}}"
+ },
+ {
+ "widgetName": "endDatePicker",
+ "defaultDate": "{{moment().format(\"YYYY-MM-DD\")}}",
+ "rightColumn": 8,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "cocrv71gh5",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 6,
+ "dynamicTriggers": {"onDateSelected": true},
+ "isDisabled": false,
+ "onDateSelected": "{{getFilteredSignupCount.run()}}"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 2,
+ "textAlign": "RIGHT",
+ "widgetId": "r31px5tpl6",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Start Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 6,
+ "textAlign": "RIGHT",
+ "widgetId": "21rsr77a84",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 5,
+ "text": "End Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "digi7gghdg",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
💡 The chart displays data returned by the getFilteredSignupCount<\/b> Query. \n📅 The getFilteredSignupCount<\/b> Query reads the values of the startDatePicker<\/b> and endDatePicker<\/b> to filter the query. The Date Pickers execute the query onDateSelected<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "aiguj74viz",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how to filter and change the data displayed in a chart",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "kyw545g7n4",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "4i40lfqldh",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the getFilteredSignupCount<\/b> Query. \n📅 Update the startDatePicker<\/b> to begin 6 months ago by default\n 📈 Update the x-axis to display the date range selected \nEx. {{\"{{startDatePicker.selectedDate}} - {{endDatePicker.selectedDate}}\"}} <\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ]
}
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "children": [
- {
- "widgetName": "Canvas3",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "gutl68s87o",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "xlb8hua7ie",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text15",
- "rightColumn": 7,
- "textAlign": "LEFT",
- "widgetId": "0cz98i5vmt",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
+ }]
+ }
+ ],
+ "name": "Charts Tutorial",
+ "policies": [],
+ "isPublic": true,
+ "_class": "com.appsmith.server.domains.Application"
+ },
+ {
+ "deleted": false,
+ "$pages": [
+ {
+ "$actions": [
+ {
+ "invalids": [],
+ "pluginType": "API",
+ "deleted": false,
+ "dynamicBindingPathList": [],
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "restapi-plugin",
+ "deleted": false,
+ "name": "https://api.razorpay.com",
+ "policies": [],
+ "datasourceConfiguration": {"url": "https://api.razorpay.com"},
+ "$isEmbedded": true
+ },
+ "isValid": true,
+ "name": "Api1",
+ "actionConfiguration": {
+ "path": "/v1/payments/pay_29QQoUBi66xm2f/refund",
+ "headers": [
+ {
+ "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5",
+ "key": "Authorization"
+ },
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ }
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "timeoutInMillisecond": 10000,
+ "body": "{ \"amount\": 2000}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["ordersTable.selectedRow.id"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "{{\"Order# \" + ordersTable.selectedRow.id}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text16",
- "rightColumn": 11,
- "textAlign": "LEFT",
- "widgetId": "ec7hwwpigw",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
+ "isValid": true,
+ "name": "getOrderProducts",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT products.* FROM products inner join \"orderProductMap\" on products.\"productId\" = \"orderProductMap\".\"productId\" where \"orderProductMap\".\"orderId\" = {{ordersTable.selectedRow.id}} ORDER BY id LIMIT 10;\n"
},
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "{{ordersTable.selectedRow.deliveryAddress}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text17",
- "rightColumn": 8,
- "textAlign": "LEFT",
- "widgetId": "jgv0uu3x5g",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["usersTable.selectedRow.id"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 4,
- "text": "{{ordersTable.selectedRow.status}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button6",
- "rightColumn": 16,
- "onClick": "{{showModal('Modal2')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "am2dpsi2q3",
- "dynamicProperties": {
- "isDisabled": true
+ "isValid": true,
+ "name": "getOrders",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM orders where \"userId\"={{usersTable.selectedRow.id}} ORDER BY status LIMIT 10;\n"
},
- "buttonStyle": "DANGER_BUTTON",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isDisabled": true
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "usersTable.searchText",
+ "(usersTable.pageNo - 1) * 10"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getUsers",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users where email ilike '%{{usersTable.searchText}}%' ORDER BY id LIMIT 10 offset {{(usersTable.pageNo - 1) * 10}}"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["ordersTable.selectedRow.id"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
+ "isValid": true,
+ "name": "markOrderRefund",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "UPDATE orders\n SET status = 'REFUNDED'\n WHERE id = {{ordersTable.selectedRow.id}};\n"
},
- "text": "Refund",
- "isDisabled": "{{ordersTable.selectedRow.id === undefined || ordersTable.selectedRow.status === \"REFUNDED\" || appsmith.user.email !== \"nikhil@appsmith.com\"}}"
- },
- {
- "hiddenColumns": [
- "mrp",
- "imageUrl",
- "description",
- "isListed",
- "availabilityDate",
- "channel"
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "API",
+ "deleted": false,
+ "dynamicBindingPathList": [
+ {"key": "body"},
+ {"key": "path"}
],
- "widgetName": "Table1",
- "rightColumn": 16,
- "columnOrder": [
- "productId",
- "productName",
- "listingPrice",
- "category",
- "mrp",
- "imageUrl",
- "description",
- "isListed",
- "availabilityDate",
- "channel"
+ "jsonPathKeys": [
+ "ordersTable.selectedRow.orderAmount * 100",
+ "ordersTable.selectedRow.paymentId"
],
- "widgetId": "db1kphrwnt",
- "topRow": 5,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "tableData": "{{getOrderProducts.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0
- },
- {
- "widgetName": "Text18",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "0dxro3kpwp",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "Products",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text19",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "ek4t9o9djx",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 0,
- "text": "{{\"₹\" + ordersTable.selectedRow.orderAmount}}",
- "textStyle": "LABEL"
- },
- {
- "isVisible": true,
- "text": "{{appsmith.user.email !== \"nikhil@appsmith.com\" ? \"Only Admins can initiate refunds\" : \"\"}}",
- "textStyle": "HEADING",
- "textAlign": "CENTER",
- "widgetName": "Text24",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 2,
- "rightColumn": 15,
- "topRow": 3,
- "bottomRow": 4,
- "parentId": "gutl68s87o",
- "widgetId": "1macn19a8h",
- "dynamicBindings": {
- "text": true,
- "value": true
- }
- }
- ]
- }
- ]
- },
- {
- "isVisible": false,
- "size": "MODAL_SMALL",
- "canEscapeKeyClose": true,
- "detachFromLayout": true,
- "canOutsideClickClose": true,
- "shouldScrollContents": true,
- "widgetName": "Modal2",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "canExtend": true,
- "isDisabled": false,
- "shouldScrollContents": false,
- "children": [
- {
- "isVisible": true,
- "widgetName": "Icon2",
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627",
- "type": "ICON_WIDGET",
- "isLoading": false,
- "leftColumn": 14,
- "rightColumn": 16,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bek8vtf45d",
- "widgetId": "h2bzyryz3k",
- "onClick": "{{closeModal('Modal2')}}"
- },
- {
- "isVisible": true,
- "text": "Refund Order #{{ordersTable.selectedRow.id}}",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text22",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "leftColumn": 0,
- "rightColumn": 10,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bek8vtf45d",
- "widgetId": "3c2d1zfzu7",
- "dynamicBindings": {
- "value": true,
- "text": true
- }
- },
- {
- "isVisible": true,
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON",
- "widgetName": "Button7",
- "isDisabled": false,
- "isDefaultClickDisabled": true,
- "type": "BUTTON_WIDGET",
- "isLoading": false,
- "leftColumn": 10,
- "rightColumn": 13,
- "topRow": 4,
- "bottomRow": 5,
- "parentId": "bek8vtf45d",
- "widgetId": "w8hwwktvmg",
- "dynamicTriggers": {
- "onClick": true
- },
- "onClick": "{{closeModal('Modal2')}}"
- },
- {
- "isVisible": true,
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON",
- "widgetName": "Button8",
- "isDisabled": false,
- "isDefaultClickDisabled": true,
- "type": "BUTTON_WIDGET",
- "isLoading": false,
- "leftColumn": 13,
- "rightColumn": 16,
- "topRow": 4,
- "bottomRow": 5,
- "parentId": "bek8vtf45d",
- "widgetId": "54fh5v9z6f",
- "onClick": "{{refundAPI.run(() => markOrderRefund.run(() => getOrders.run(() => closeModal('Modal2'))), () => {})}}",
- "dynamicProperties": {
- "onClick": true
- },
- "dynamicTriggers": {
- "onClick": true
- }
- },
- {
- "isVisible": true,
- "text": "Are you sure you want to refund this order?",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text23",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 26,
- "parentRowSpace": 40,
- "leftColumn": 1,
- "rightColumn": 13,
- "topRow": 2,
- "bottomRow": 3,
- "parentId": "bek8vtf45d",
- "widgetId": "z2k233aijz",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "blueprint": {
- "view": [
- {
- "type": "ICON_WIDGET",
- "position": {
- "left": 14,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 2
- },
- "props": {
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627"
- }
- },
- {
- "type": "TEXT_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 10
- },
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "restapi-plugin",
+ "deleted": false,
+ "name": "https://api.razorpay.com",
+ "policies": [],
+ "datasourceConfiguration": {"url": "https://api.razorpay.com"},
+ "$isEmbedded": true
+ },
+ "isValid": true,
+ "name": "refundAPI",
+ "actionConfiguration": {
+ "path": "/v1/payments/{{ordersTable.selectedRow.paymentId}}/refund",
+ "headers": [
+ {
+ "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5",
+ "key": "Authorization"
+ },
+ {
+ "value": "application/json",
+ "key": "Content-Type"
+ }
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "timeoutInMillisecond": 10000,
+ "body": "{ \n\t\"amount\": \"{{ordersTable.selectedRow.orderAmount * 100}}\"\n}",
+ "httpMethod": "POST"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "phoneInput.text",
+ "addressInput.text",
+ "nameInput.text",
+ "usersTable.selectedRow.id",
+ "emailInput.text"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 10,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON"
- }
+ "isValid": true,
+ "name": "updateUser",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "UPDATE users SET name = '{{nameInput.text}}', address = '{{addressInput.text}}', email = '{{emailInput.text}}', \"phoneNo\" = '{{phoneInput.text}}' WHERE id = {{usersTable.selectedRow.id}}"
},
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 13,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
- },
- "minHeight": 0,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 0,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "apytb4wr2y",
- "widgetId": "bek8vtf45d"
- }
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }
],
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "props": {
+ "deleted": false,
+ "name": "Users Page",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Button1",
+ "Text8",
+ "Text6",
+ "Text5",
+ "Text4",
+ "Text3",
+ "Text2",
+ "Container1",
+ "Icon2",
+ "Text1",
+ "Icon1",
+ "Container2",
+ "Chart1",
+ "usersTable",
+ "Text23",
+ "Text24",
+ "Text21",
+ "Text22",
+ "Text20",
+ "Table1",
+ "Image1",
+ "ordersTable",
+ "Text18",
+ "Text19",
+ "phoneInput",
+ "Text16",
+ "nameInput",
+ "Text17",
+ "emailInput",
+ "MainContainer",
+ "Text15",
+ "Text12",
+ "Canvas4",
+ "Text13",
+ "Text10",
+ "Text11",
+ "Modal1",
+ "Canvas1",
+ "Modal2",
+ "Canvas2",
+ "Canvas3",
+ "Button3",
+ "Button2",
+ "Button8",
+ "addressInput",
+ "Button7",
+ "Button6"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1360,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
"canExtend": true,
- "isVisible": true,
- "isDisabled": false,
- "shouldScrollContents": false,
- "children": [],
- "blueprint": {
- "view": [
- {
- "type": "ICON_WIDGET",
- "position": {
- "left": 14,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 2
- },
- "props": {
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627"
- }
- },
- {
- "type": "TEXT_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 10
- },
- "props": {
- "text": "Modal Title",
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "5302vrcr7x",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Users",
"textStyle": "HEADING"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 10,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 13,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON"
- }
- }
- ],
- "operations": [
+ },
{
- "type": "MODIFY_PROPS"
- }
- ]
- }
- }
- }
- ]
- },
- "type": "MODAL_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 0,
- "topRow": 0,
- "bottomRow": 0,
- "parentId": "0",
- "widgetId": "apytb4wr2y"
- },
- {
- "isVisible": true,
- "widgetName": "Chart1",
- "chartType": "PIE_CHART",
- "chartName": "Orders",
- "allowScroll": false,
- "chartData": "[{\"seriesName\":\"Order Status\",\"data\":\"[\\n {\\n \\\"x\\\": \\\"ORDER_PLACED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"ORDER_PLACED\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"OUT_FOR_DELIVERY\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"OUT_FOR_DELIVERY\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"PAYMENT_PENDING\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"PAYMENT_PENDING\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"REFUNDED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"REFUNDED\\\" }).length}}\\n }\\n \\n]\"}]",
- "xAxisName": "Last Week",
- "yAxisName": "Total Order Revenue $",
- "type": "CHART_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 9,
- "bottomRow": 17,
- "parentId": "0",
- "widgetId": "jr461ymixc",
- "dynamicBindings": {
- "chartData": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1360,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "5302vrcr7x",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "Users",
- "textStyle": "HEADING"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "avatar",
- "dob",
- "gender",
- "role",
- "status",
- "address"
- ],
- "widgetName": "usersTable",
- "rightColumn": 9,
- "widgetId": "z0l09s5jaz",
- "topRow": 1,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsers.run()}}",
- "tableData": "{{getUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true,
- "defaultSearchText": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "onSearchTextChanged": "{{getUsers.run()}}",
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onSearchTextChanged": true,
- "onRowSelected": true,
- "onPageChange": true
- },
- "onRowSelected": "{{getOrders.run()}}",
- "columnActions": [],
- "columnSizeMap": {
- "address": 204,
- "name": 268,
- "id": 74,
- "email": 311
- },
- "defaultSearchText": "{{appsmith.URL.queryParams.email}}"
- },
- {
- "widgetName": "Modal1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qcv5mxmdse",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "dynamicBindings": {},
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
+ "widgetName": "usersTable",
+ "topRow": 1,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsers.run()}}",
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {
+ "onSearchTextChanged": true,
+ "onRowSelected": true,
+ "onPageChange": true
+ },
+ "onRowSelected": "{{getOrders.run()}}",
+ "columnActions": [],
+ "defaultSearchText": "{{appsmith.URL.queryParams.email}}",
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "avatar",
+ "dob",
+ "gender",
+ "role",
+ "status",
+ "address"
+ ],
+ "rightColumn": 9,
+ "widgetId": "z0l09s5jaz",
+ "tableData": "{{getUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "defaultSearchText": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "onSearchTextChanged": "{{getUsers.run()}}",
+ "columnSizeMap": {
+ "address": 204,
+ "name": 268,
+ "id": 74,
+ "email": 311
+ }
+ },
+ {
+ "widgetName": "Modal1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qcv5mxmdse",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "dynamicBindings": {},
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_LARGE",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "9pgyrkail5",
+ "topRow": 0,
+ "bottomRow": 640,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "qcv5mxmdse",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('Modal1')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "3g9bl2sr58",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "lddwvwekdx",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "🖋️ Edit {{usersTable.selectedRow.name}}'s Profile<\/h3>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "0asi0ps632",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button2",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() => getUsers.run(() => closeModal('Modal1')), () => showAlert('error'))}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "9aoww0u181",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Save",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "zxqqitzf07",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "52whn6clnv",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "qhmfxrxrp8",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Address",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressInput",
+ "rightColumn": 13,
+ "widgetId": "5w60gql1bf",
+ "topRow": 5,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.address}}"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 13,
+ "widgetId": "l97o8yvlrc",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.email}}"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 13,
+ "widgetId": "dorbm7hw83",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.name}}"
+ },
+ {
+ "widgetName": "Text20",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "gds83r70jn",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Phone No",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "phoneInput",
+ "rightColumn": 13,
+ "widgetId": "lcmqk3xayr",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "regex": "^[0-9]{1,10}$",
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.phoneNo || \"\"}}"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 16,
+ "widgetId": "5wiefwlh3m",
+ "containerStyle": "card",
+ "topRow": 1,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "8c8ixb84rt",
+ "vxs1336eti",
+ "n1tn6qwmfu",
+ "75njm0wxgx",
+ "2wymlwykex",
+ "4x7s4ffqyc",
+ "m8jxuiwony",
+ "3mqfe3k3qf",
+ "lhds2qaxeg",
+ "p4p3or0jcd",
+ "uh5tweohvx"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas2",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "c2nnq6o54h",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "5wiefwlh3m",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Button3",
+ "rightColumn": 16,
+ "onClick": "{{showModal('Modal1')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "8c8ixb84rt",
+ "dynamicProperties": {"isVisible": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isVisible": true},
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Edit",
+ "isDisabled": false
+ },
+ {
+ "image": "{{usersTable.selectedRow.avatar}}",
+ "widgetName": "Image1",
+ "rightColumn": 7,
+ "widgetId": "vxs1336eti",
+ "topRow": 0,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "dynamicBindings": {"image": true},
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 13,
+ "textAlign": "LEFT",
+ "widgetId": "n1tn6qwmfu",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.name}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "75njm0wxgx",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.email}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "2wymlwykex",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.address}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 11,
+ "textAlign": "LEFT",
+ "widgetId": "4x7s4ffqyc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 7,
+ "text": "{{ (usersTable.selectedRow.gender === \"Male\" ? \"♂️\" : \"♀️\") + usersTable.selectedRow.gender}}<\/h3>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 7,
+ "textAlign": "CENTER",
+ "widgetId": "3mqfe3k3qf",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id === undefined}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 0,
+ "text": "👈🏿 Select a user<\/h2>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text21",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "uvw0ma9kfr",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.phoneNo || \"\"}}",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "hiddenColumns": [
+ "userId",
+ "orderDate"
+ ],
+ "widgetName": "ordersTable",
+ "rightColumn": 8,
+ "columnOrder": [
+ "id",
+ "deliveryAddress",
+ "orderAmount",
+ "status"
+ ],
+ "widgetId": "xr3qu1jpj8",
+ "topRow": 19,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "tableData": "{{getOrders.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onRowSelected": true},
+ "onRowSelected": "{{getOrderProducts.run()}}",
+ "columnSizeMap": {"userId": 111}
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "euwmlckp34",
+ "topRow": 18,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "{{usersTable.selectedRow ? usersTable.selectedRow.name + \"'s Orders\" : \"☝🏽 Select a user\"}}",
"textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container2",
+ "rightColumn": 16,
+ "widgetId": "xlb8hua7ie",
+ "containerStyle": "card",
+ "topRow": 19,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "v8531ch9d8",
+ "0cz98i5vmt"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "children": [{
+ "widgetName": "Canvas3",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "gutl68s87o",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "xlb8hua7ie",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text15",
+ "rightColumn": 7,
+ "textAlign": "LEFT",
+ "widgetId": "0cz98i5vmt",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "{{\"Order# \" + ordersTable.selectedRow.id}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text16",
+ "rightColumn": 11,
+ "textAlign": "LEFT",
+ "widgetId": "ec7hwwpigw",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "{{ordersTable.selectedRow.deliveryAddress}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text17",
+ "rightColumn": 8,
+ "textAlign": "LEFT",
+ "widgetId": "jgv0uu3x5g",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 4,
+ "text": "{{ordersTable.selectedRow.status}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button6",
+ "rightColumn": 16,
+ "onClick": "{{showModal('Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "am2dpsi2q3",
+ "dynamicProperties": {"isDisabled": true},
+ "buttonStyle": "DANGER_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isDisabled": true},
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Refund",
+ "isDisabled": "{{ordersTable.selectedRow.id === undefined || ordersTable.selectedRow.status === \"REFUNDED\" || appsmith.user.email !== \"nikhil@appsmith.com\"}}"
+ },
+ {
+ "hiddenColumns": [
+ "mrp",
+ "imageUrl",
+ "description",
+ "isListed",
+ "availabilityDate",
+ "channel"
+ ],
+ "widgetName": "Table1",
+ "rightColumn": 16,
+ "columnOrder": [
+ "productId",
+ "productName",
+ "listingPrice",
+ "category",
+ "mrp",
+ "imageUrl",
+ "description",
+ "isListed",
+ "availabilityDate",
+ "channel"
+ ],
+ "widgetId": "db1kphrwnt",
+ "topRow": 5,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "tableData": "{{getOrderProducts.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0
+ },
+ {
+ "widgetName": "Text18",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "0dxro3kpwp",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "Products",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text19",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "ek4t9o9djx",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 0,
+ "text": "{{\"\u20b9\" + ordersTable.selectedRow.orderAmount}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text24",
+ "rightColumn": 15,
+ "textAlign": "CENTER",
+ "widgetId": "1macn19a8h",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 2,
+ "text": "{{appsmith.user.email !== \"nikhil@appsmith.com\" ? \"Only Admins can initiate refunds\" : \"\"}}",
+ "textStyle": "HEADING"
+ }
+ ]
+ }]
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "Modal2",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "apytb4wr2y",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_SMALL",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas4",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "bek8vtf45d",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "apytb4wr2y",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon2",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('Modal2')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "h2bzyryz3k",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text22",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "3c2d1zfzu7",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Refund Order #{{ordersTable.selectedRow.id}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button7",
+ "rightColumn": 13,
+ "onClick": "{{closeModal('Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "w8hwwktvmg",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 10,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button8",
+ "rightColumn": 16,
+ "onClick": "{{refundAPI.run(() => markOrderRefund.run(() => getOrders.run(() => closeModal('Modal2'))), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "54fh5v9z6f",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text23",
+ "rightColumn": 13,
+ "textAlign": "LEFT",
+ "widgetId": "z2k233aijz",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "parentColumnSpace": 26,
+ "leftColumn": 1,
+ "text": "Are you sure you want to refund this order?",
+ "textStyle": "LABEL"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "widgetName": "Chart1",
+ "rightColumn": 16,
+ "allowScroll": false,
+ "widgetId": "jr461ymixc",
+ "topRow": 9,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Order Status\",\"data\":\"[\\n {\\n \\\"x\\\": \\\"ORDER_PLACED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"ORDER_PLACED\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"OUT_FOR_DELIVERY\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"OUT_FOR_DELIVERY\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"PAYMENT_PENDING\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"PAYMENT_PENDING\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"REFUNDED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"REFUNDED\\\" }).length}}\\n }\\n \\n]\"}]",
+ "yAxisName": "Total Order Revenue $",
+ "parentColumnSpace": 74,
+ "chartName": "Orders",
+ "leftColumn": 9,
+ "xAxisName": "Last Week",
+ "chartType": "PIE_CHART"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_LARGE",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "9pgyrkail5",
- "topRow": 0,
- "bottomRow": 640,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "qcv5mxmdse",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
+ ]
},
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('Modal1')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "3g9bl2sr58",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 14,
- "iconSize": 24
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "lddwvwekdx",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 0,
- "text": "🖋️ Edit {{usersTable.selectedRow.name}}'s Profile ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "0asi0ps632",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "Button2",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() => getUsers.run(() => closeModal('Modal1')), () => showAlert('error'))}}",
- "isDefaultClickDisabled": true,
- "widgetId": "9aoww0u181",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {},
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Save",
- "isDisabled": false
- },
- {
- "widgetName": "Text10",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "zxqqitzf07",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "52whn6clnv",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text12",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "qhmfxrxrp8",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Address",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressInput",
- "rightColumn": 13,
- "widgetId": "5w60gql1bf",
- "topRow": 5,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.address}}"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 13,
- "widgetId": "l97o8yvlrc",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.email}}"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 13,
- "widgetId": "dorbm7hw83",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.name}}"
- },
- {
- "widgetName": "Text20",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "gds83r70jn",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Phone No",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "phoneInput",
- "rightColumn": 13,
- "widgetId": "lcmqk3xayr",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "9pgyrkail5",
- "isLoading": false,
- "regex": "^[0-9]{1,10}$",
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.phoneNo || \"\"}}"
- }
- ],
- "isDisabled": false
- }
- ]
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container1",
- "rightColumn": 16,
- "widgetId": "5wiefwlh3m",
- "containerStyle": "card",
- "topRow": 1,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "detachFromLayout": true,
- "children": [
- "8c8ixb84rt",
- "vxs1336eti",
- "n1tn6qwmfu",
- "75njm0wxgx",
- "2wymlwykex",
- "4x7s4ffqyc",
- "m8jxuiwony",
- "3mqfe3k3qf",
- "lhds2qaxeg",
- "p4p3or0jcd",
- "uh5tweohvx"
- ],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas2",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "c2nnq6o54h",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "5wiefwlh3m",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Button3",
- "rightColumn": 16,
- "onClick": "{{showModal('Modal1')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "8c8ixb84rt",
- "dynamicProperties": {
- "isVisible": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isVisible": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Edit",
- "isDisabled": false
- },
- {
- "image": "{{usersTable.selectedRow.avatar}}",
- "widgetName": "Image1",
- "rightColumn": 7,
- "widgetId": "vxs1336eti",
- "topRow": 0,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "IMAGE_WIDGET",
- "dynamicBindings": {
- "image": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 13,
- "textAlign": "LEFT",
- "widgetId": "n1tn6qwmfu",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.name}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "75njm0wxgx",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 20.625,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.email}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "2wymlwykex",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.address}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text6",
- "rightColumn": 11,
- "textAlign": "LEFT",
- "widgetId": "4x7s4ffqyc",
- "dynamicProperties": {
- "isVisible": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "isVisible": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 7,
- "text": "{{ (usersTable.selectedRow.gender === \"Male\" ? \"♂️\" : \"♀️\") + usersTable.selectedRow.gender}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 7,
- "textAlign": "CENTER",
- "widgetId": "3mqfe3k3qf",
- "dynamicProperties": {
- "isVisible": true
- },
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": "{{usersTable.selectedRow.id === undefined}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "isVisible": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 0,
- "text": "👈🏿 Select a user ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text21",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "uvw0ma9kfr",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "c2nnq6o54h",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 7,
- "text": "{{usersTable.selectedRow.phoneNo || \"\"}}",
- "textStyle": "LABEL"
- }
- ]
- }
- ]
- },
- {
- "hiddenColumns": [
- "userId",
- "orderDate"
- ],
- "widgetName": "ordersTable",
- "rightColumn": 8,
- "columnOrder": [
- "id",
- "deliveryAddress",
- "orderAmount",
- "status"
- ],
- "widgetId": "xr3qu1jpj8",
- "topRow": 19,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "tableData": "{{getOrders.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onRowSelected": true
- },
- "onRowSelected": "{{getOrderProducts.run()}}",
- "columnSizeMap": {
- "userId": 111
- }
- },
- {
- "widgetName": "Text13",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "euwmlckp34",
- "topRow": 18,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "{{usersTable.selectedRow ? usersTable.selectedRow.name + \"'s Orders\" : \"☝🏽 Select a user\"}}",
- "textStyle": "HEADING"
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container2",
- "rightColumn": 16,
- "widgetId": "xlb8hua7ie",
- "containerStyle": "card",
- "topRow": 19,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "detachFromLayout": true,
- "children": [
- "v8531ch9d8",
- "0cz98i5vmt"
- ],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "children": [
- {
- "widgetName": "Canvas3",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "gutl68s87o",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "xlb8hua7ie",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text15",
- "rightColumn": 7,
- "textAlign": "LEFT",
- "widgetId": "0cz98i5vmt",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "{{\"Order# \" + ordersTable.selectedRow.id}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text16",
- "rightColumn": 11,
- "textAlign": "LEFT",
- "widgetId": "ec7hwwpigw",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "{{ordersTable.selectedRow.deliveryAddress}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text17",
- "rightColumn": 8,
- "textAlign": "LEFT",
- "widgetId": "jgv0uu3x5g",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 4,
- "text": "{{ordersTable.selectedRow.status}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button6",
- "rightColumn": 16,
- "onClick": "{{showModal('Modal2')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "am2dpsi2q3",
- "dynamicProperties": {
- "isDisabled": true
- },
- "buttonStyle": "DANGER_BUTTON",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isDisabled": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Refund",
- "isDisabled": "{{ordersTable.selectedRow.id === undefined || ordersTable.selectedRow.status === \"REFUNDED\" || appsmith.user.email !== \"nikhil@appsmith.com\"}}"
- },
- {
- "hiddenColumns": [
- "mrp",
- "imageUrl",
- "description",
- "isListed",
- "availabilityDate",
- "channel"
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "usersTable.searchText",
+ "(usersTable.pageNo - 1) * 10"
],
- "widgetName": "Table1",
- "rightColumn": 16,
- "columnOrder": [
- "productId",
- "productName",
- "listingPrice",
- "category",
- "mrp",
- "imageUrl",
- "description",
- "isListed",
- "availabilityDate",
- "channel"
+ "name": "getUsers",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "usersTable.searchText",
+ "(usersTable.pageNo - 1) * 10"
],
- "widgetId": "db1kphrwnt",
- "topRow": 5,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "tableData": "{{getOrderProducts.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0
- },
- {
- "widgetName": "Text18",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "0dxro3kpwp",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 0,
- "text": "Products",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text19",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "ek4t9o9djx",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "gutl68s87o",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 0,
- "text": "{{\"₹\" + ordersTable.selectedRow.orderAmount}}",
- "textStyle": "LABEL"
- },
- {
- "isVisible": true,
- "text": "{{appsmith.user.email !== \"nikhil@appsmith.com\" ? \"Only Admins can initiate refunds\" : \"\"}}",
- "textStyle": "HEADING",
- "textAlign": "CENTER",
- "widgetName": "Text24",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 2,
- "rightColumn": 15,
- "topRow": 3,
- "bottomRow": 4,
- "parentId": "gutl68s87o",
- "widgetId": "1macn19a8h",
- "dynamicBindings": {
- "text": true,
- "value": true
- }
- }
- ]
- }
- ]
- },
- {
- "isVisible": false,
- "size": "MODAL_SMALL",
- "canEscapeKeyClose": true,
- "detachFromLayout": true,
- "canOutsideClickClose": true,
- "shouldScrollContents": true,
- "widgetName": "Modal2",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "canExtend": true,
- "isDisabled": false,
- "shouldScrollContents": false,
- "children": [
- {
- "isVisible": true,
- "widgetName": "Icon2",
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627",
- "type": "ICON_WIDGET",
- "isLoading": false,
- "leftColumn": 14,
- "rightColumn": 16,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bek8vtf45d",
- "widgetId": "h2bzyryz3k",
- "onClick": "{{closeModal('Modal2')}}"
- },
- {
- "isVisible": true,
- "text": "Refund Order #{{ordersTable.selectedRow.id}}",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text22",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "leftColumn": 0,
- "rightColumn": 10,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bek8vtf45d",
- "widgetId": "3c2d1zfzu7",
- "dynamicBindings": {
- "value": true,
- "text": true
- }
- },
- {
- "isVisible": true,
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON",
- "widgetName": "Button7",
- "isDisabled": false,
- "isDefaultClickDisabled": true,
- "type": "BUTTON_WIDGET",
- "isLoading": false,
- "leftColumn": 10,
- "rightColumn": 13,
- "topRow": 4,
- "bottomRow": 5,
- "parentId": "bek8vtf45d",
- "widgetId": "w8hwwktvmg",
- "dynamicTriggers": {
- "onClick": true
- },
- "onClick": "{{closeModal('Modal2')}}"
- },
- {
- "isVisible": true,
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON",
- "widgetName": "Button8",
- "isDisabled": false,
- "isDefaultClickDisabled": true,
- "type": "BUTTON_WIDGET",
- "isLoading": false,
- "leftColumn": 13,
- "rightColumn": 16,
- "topRow": 4,
- "bottomRow": 5,
- "parentId": "bek8vtf45d",
- "widgetId": "54fh5v9z6f",
- "onClick": "{{refundAPI.run(() => markOrderRefund.run(() => getOrders.run(() => closeModal('Modal2'))), () => {})}}",
- "dynamicProperties": {
- "onClick": true
- },
- "dynamicTriggers": {
- "onClick": true
- }
- },
- {
- "isVisible": true,
- "text": "Are you sure you want to refund this order?",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text23",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 26,
- "parentRowSpace": 40,
- "leftColumn": 1,
- "rightColumn": 13,
- "topRow": 2,
- "bottomRow": 3,
- "parentId": "bek8vtf45d",
- "widgetId": "z2k233aijz",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "blueprint": {
- "view": [
- {
- "type": "ICON_WIDGET",
- "position": {
- "left": 14,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 2
- },
- "props": {
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627"
- }
- },
- {
- "type": "TEXT_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 10
- },
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 10,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 13,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
- },
- "minHeight": 0,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 0,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "apytb4wr2y",
- "widgetId": "bek8vtf45d"
- }
- ],
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "props": {
+ "name": "getUsers",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1360,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
"canExtend": true,
- "isVisible": true,
- "isDisabled": false,
- "shouldScrollContents": false,
- "children": [],
- "blueprint": {
- "view": [
- {
- "type": "ICON_WIDGET",
- "position": {
- "left": 14,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 2
- },
- "props": {
- "iconName": "cross",
- "iconSize": 24,
- "color": "#040627"
- }
- },
- {
- "type": "TEXT_WIDGET",
- "position": {
- "left": 0,
- "top": 0
- },
- "size": {
- "rows": 1,
- "cols": 10
- },
- "props": {
- "text": "Modal Title",
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "5302vrcr7x",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Users",
"textStyle": "HEADING"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 10,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Cancel",
- "buttonStyle": "SECONDARY_BUTTON"
- }
- },
- {
- "type": "BUTTON_WIDGET",
- "position": {
- "left": 13,
- "top": 4
- },
- "size": {
- "rows": 1,
- "cols": 3
- },
- "props": {
- "text": "Confirm",
- "buttonStyle": "PRIMARY_BUTTON"
- }
- }
- ],
- "operations": [
+ },
+ {
+ "widgetName": "usersTable",
+ "topRow": 1,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsers.run()}}",
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {
+ "onSearchTextChanged": true,
+ "onRowSelected": true,
+ "onPageChange": true
+ },
+ "onRowSelected": "{{getOrders.run()}}",
+ "columnActions": [],
+ "defaultSearchText": "{{appsmith.URL.queryParams.email}}",
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "avatar",
+ "dob",
+ "gender",
+ "role",
+ "status",
+ "address"
+ ],
+ "rightColumn": 9,
+ "widgetId": "z0l09s5jaz",
+ "tableData": "{{getUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "defaultSearchText": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "onSearchTextChanged": "{{getUsers.run()}}",
+ "columnSizeMap": {
+ "address": 204,
+ "name": 268,
+ "id": 74,
+ "email": 311
+ }
+ },
+ {
+ "widgetName": "Modal1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qcv5mxmdse",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "dynamicBindings": {},
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_LARGE",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "9pgyrkail5",
+ "topRow": 0,
+ "bottomRow": 640,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "qcv5mxmdse",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('Modal1')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "3g9bl2sr58",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "lddwvwekdx",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "🖋️ Edit {{usersTable.selectedRow.name}}'s Profile<\/h3>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "0asi0ps632",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button2",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() => getUsers.run(() => closeModal('Modal1')), () => showAlert('error'))}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "9aoww0u181",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Save",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "zxqqitzf07",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "52whn6clnv",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "qhmfxrxrp8",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Address",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressInput",
+ "rightColumn": 13,
+ "widgetId": "5w60gql1bf",
+ "topRow": 5,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.address}}"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 13,
+ "widgetId": "l97o8yvlrc",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.email}}"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 13,
+ "widgetId": "dorbm7hw83",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.name}}"
+ },
+ {
+ "widgetName": "Text20",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "gds83r70jn",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Phone No",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "phoneInput",
+ "rightColumn": 13,
+ "widgetId": "lcmqk3xayr",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "9pgyrkail5",
+ "isLoading": false,
+ "regex": "^[0-9]{1,10}$",
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.phoneNo || \"\"}}"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 16,
+ "widgetId": "5wiefwlh3m",
+ "containerStyle": "card",
+ "topRow": 1,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "8c8ixb84rt",
+ "vxs1336eti",
+ "n1tn6qwmfu",
+ "75njm0wxgx",
+ "2wymlwykex",
+ "4x7s4ffqyc",
+ "m8jxuiwony",
+ "3mqfe3k3qf",
+ "lhds2qaxeg",
+ "p4p3or0jcd",
+ "uh5tweohvx"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas2",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "c2nnq6o54h",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "5wiefwlh3m",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Button3",
+ "rightColumn": 16,
+ "onClick": "{{showModal('Modal1')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "8c8ixb84rt",
+ "dynamicProperties": {"isVisible": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isVisible": true},
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Edit",
+ "isDisabled": false
+ },
+ {
+ "image": "{{usersTable.selectedRow.avatar}}",
+ "widgetName": "Image1",
+ "rightColumn": 7,
+ "widgetId": "vxs1336eti",
+ "topRow": 0,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "dynamicBindings": {"image": true},
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 13,
+ "textAlign": "LEFT",
+ "widgetId": "n1tn6qwmfu",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.name}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "75njm0wxgx",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 20.625,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.email}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "2wymlwykex",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.address}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 11,
+ "textAlign": "LEFT",
+ "widgetId": "4x7s4ffqyc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id !== undefined}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 7,
+ "text": "{{ (usersTable.selectedRow.gender === \"Male\" ? \"♂️\" : \"♀️\") + usersTable.selectedRow.gender}}<\/h3>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 7,
+ "textAlign": "CENTER",
+ "widgetId": "3mqfe3k3qf",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": "{{usersTable.selectedRow.id === undefined}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 0,
+ "text": "👈🏿 Select a user<\/h2>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text21",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "uvw0ma9kfr",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "c2nnq6o54h",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 7,
+ "text": "{{usersTable.selectedRow.phoneNo || \"\"}}",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "hiddenColumns": [
+ "userId",
+ "orderDate"
+ ],
+ "widgetName": "ordersTable",
+ "rightColumn": 8,
+ "columnOrder": [
+ "id",
+ "deliveryAddress",
+ "orderAmount",
+ "status"
+ ],
+ "widgetId": "xr3qu1jpj8",
+ "topRow": 19,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "tableData": "{{getOrders.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onRowSelected": true},
+ "onRowSelected": "{{getOrderProducts.run()}}",
+ "columnSizeMap": {"userId": 111}
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "euwmlckp34",
+ "topRow": 18,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "{{usersTable.selectedRow ? usersTable.selectedRow.name + \"'s Orders\" : \"☝🏽 Select a user\"}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container2",
+ "rightColumn": 16,
+ "widgetId": "xlb8hua7ie",
+ "containerStyle": "card",
+ "topRow": 19,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "v8531ch9d8",
+ "0cz98i5vmt"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "children": [{
+ "widgetName": "Canvas3",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "gutl68s87o",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "xlb8hua7ie",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text15",
+ "rightColumn": 7,
+ "textAlign": "LEFT",
+ "widgetId": "0cz98i5vmt",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "{{\"Order# \" + ordersTable.selectedRow.id}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text16",
+ "rightColumn": 11,
+ "textAlign": "LEFT",
+ "widgetId": "ec7hwwpigw",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "{{ordersTable.selectedRow.deliveryAddress}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text17",
+ "rightColumn": 8,
+ "textAlign": "LEFT",
+ "widgetId": "jgv0uu3x5g",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 4,
+ "text": "{{ordersTable.selectedRow.status}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button6",
+ "rightColumn": 16,
+ "onClick": "{{showModal('Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "am2dpsi2q3",
+ "dynamicProperties": {"isDisabled": true},
+ "buttonStyle": "DANGER_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isDisabled": true},
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Refund",
+ "isDisabled": "{{ordersTable.selectedRow.id === undefined || ordersTable.selectedRow.status === \"REFUNDED\" || appsmith.user.email !== \"nikhil@appsmith.com\"}}"
+ },
+ {
+ "hiddenColumns": [
+ "mrp",
+ "imageUrl",
+ "description",
+ "isListed",
+ "availabilityDate",
+ "channel"
+ ],
+ "widgetName": "Table1",
+ "rightColumn": 16,
+ "columnOrder": [
+ "productId",
+ "productName",
+ "listingPrice",
+ "category",
+ "mrp",
+ "imageUrl",
+ "description",
+ "isListed",
+ "availabilityDate",
+ "channel"
+ ],
+ "widgetId": "db1kphrwnt",
+ "topRow": 5,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "tableData": "{{getOrderProducts.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0
+ },
+ {
+ "widgetName": "Text18",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "0dxro3kpwp",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 0,
+ "text": "Products",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text19",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "ek4t9o9djx",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 0,
+ "text": "{{\"\u20b9\" + ordersTable.selectedRow.orderAmount}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text24",
+ "rightColumn": 15,
+ "textAlign": "CENTER",
+ "widgetId": "1macn19a8h",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "gutl68s87o",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 2,
+ "text": "{{appsmith.user.email !== \"nikhil@appsmith.com\" ? \"Only Admins can initiate refunds\" : \"\"}}",
+ "textStyle": "HEADING"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Modal2",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "apytb4wr2y",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_SMALL",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas4",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "bek8vtf45d",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "apytb4wr2y",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon2",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('Modal2')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "h2bzyryz3k",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text22",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "3c2d1zfzu7",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Refund Order #{{ordersTable.selectedRow.id}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button7",
+ "rightColumn": 13,
+ "onClick": "{{closeModal('Modal2')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "w8hwwktvmg",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 10,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button8",
+ "rightColumn": 16,
+ "onClick": "{{refundAPI.run(() => markOrderRefund.run(() => getOrders.run(() => closeModal('Modal2'))), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "54fh5v9z6f",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text23",
+ "rightColumn": 13,
+ "textAlign": "LEFT",
+ "widgetId": "z2k233aijz",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "bek8vtf45d",
+ "isLoading": false,
+ "parentColumnSpace": 26,
+ "leftColumn": 1,
+ "text": "Are you sure you want to refund this order?",
+ "textStyle": "LABEL"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "Chart1",
+ "rightColumn": 16,
+ "allowScroll": false,
+ "widgetId": "jr461ymixc",
+ "topRow": 9,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CHART_WIDGET",
+ "dynamicBindings": {"chartData": true},
+ "parentId": "0",
+ "isLoading": false,
+ "chartData": "[{\"seriesName\":\"Order Status\",\"data\":\"[\\n {\\n \\\"x\\\": \\\"ORDER_PLACED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"ORDER_PLACED\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"OUT_FOR_DELIVERY\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"OUT_FOR_DELIVERY\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"PAYMENT_PENDING\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"PAYMENT_PENDING\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"REFUNDED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"REFUNDED\\\" }).length}}\\n }\\n \\n]\"}]",
+ "yAxisName": "Total Order Revenue $",
+ "parentColumnSpace": 74,
+ "chartName": "Orders",
+ "leftColumn": 9,
+ "xAxisName": "Last Week",
+ "chartType": "PIE_CHART"
}
- ]
- }
- }
+ ]
}
- ]
- },
- "type": "MODAL_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 0,
- "topRow": 0,
- "bottomRow": 0,
- "parentId": "0",
- "widgetId": "apytb4wr2y"
- },
- {
- "isVisible": true,
- "widgetName": "Chart1",
- "chartType": "PIE_CHART",
- "chartName": "Orders",
- "allowScroll": false,
- "chartData": "[{\"seriesName\":\"Order Status\",\"data\":\"[\\n {\\n \\\"x\\\": \\\"ORDER_PLACED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"ORDER_PLACED\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"OUT_FOR_DELIVERY\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"OUT_FOR_DELIVERY\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"PAYMENT_PENDING\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"PAYMENT_PENDING\\\" }).length}}\\n },\\n {\\n \\\"x\\\": \\\"REFUNDED\\\",\\n \\\"y\\\": {{getOrders.data.filter((order) => { return order.status === \\\"REFUNDED\\\" }).length}}\\n }\\n \\n]\"}]",
- "xAxisName": "Last Week",
- "yAxisName": "Total Order Revenue $",
- "type": "CHART_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 9,
- "bottomRow": 17,
- "parentId": "0",
- "widgetId": "jr461ymixc",
- "dynamicBindings": {
- "chartData": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "usersTable.searchText",
- "(usersTable.pageNo - 1) * 10"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "usersTable.searchText",
- "(usersTable.pageNo - 1) * 10"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Button1",
- "Text8",
- "Text6",
- "Text5",
- "Text4",
- "Text3",
- "Text2",
- "Container1",
- "Icon2",
- "Text1",
- "Icon1",
- "Container2",
- "Chart1",
- "usersTable",
- "Text23",
- "Text24",
- "Text21",
- "Text22",
- "Text20",
- "Table1",
- "Image1",
- "ordersTable",
- "Text18",
- "Text19",
- "phoneInput",
- "Text16",
- "nameInput",
- "Text17",
- "emailInput",
- "MainContainer",
- "Text15",
- "Text12",
- "Canvas4",
- "Text13",
- "Text10",
- "Text11",
- "Modal1",
- "Canvas1",
- "Modal2",
- "Canvas2",
- "Canvas3",
- "Button3",
- "Button2",
- "Button8",
- "addressInput",
- "Button7",
- "Button6"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "Support Tickets",
- "$isDefault": true,
- "$actions": [
- {
- "name": "getTickets",
- "datasource": {
- "$isEmbedded": true,
- "name": "https://appsmithhelp.freshdesk.com",
- "$pluginPackageName": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://appsmithhelp.freshdesk.com"
+ }]
},
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/v2/tickets",
- "headers": [
- {
- "key": "Authorization",
- "value": "Basic dG51cjdrUlk4MjRCM3l5eElaeTp0ZXN0"
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "queryParameters": [
- {
- "key": "include",
- "value": "requester,description"
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "httpMethod": "GET"
- },
- "pluginType": "API",
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "isVisible": true,
- "shouldScrollContents": false,
- "widgetName": "Tabs1",
- "tabs": "[{\"label\":\"Blank\",\"id\":\"tab1\"},{\"label\":\"Email\",\"id\":\"tab2\"}]",
- "shouldShowTabs": false,
- "defaultTab": "{{ticketsTable.selectedRow.id === undefined ? \"Blank\" : \"Email\"}}",
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "size": {
- "rows": 6,
- "cols": 16
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- "6af2mwjii8"
- ],
- "tabId": "tab1"
- }
+ {
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "API",
+ "deleted": false,
+ "dynamicBindingPathList": [],
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "restapi-plugin",
+ "deleted": false,
+ "name": "https://appsmithhelp.freshdesk.com",
+ "policies": [],
+ "datasourceConfiguration": {"url": "https://appsmithhelp.freshdesk.com"},
+ "$isEmbedded": true
},
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "size": {
- "rows": 6,
- "cols": 16
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- "bv27fj7bs5",
- "6af2mwjii8"
+ "isValid": true,
+ "name": "getTickets",
+ "actionConfiguration": {
+ "path": "/api/v2/tickets",
+ "headers": [
+ {
+ "value": "Basic dG51cjdrUlk4MjRCM3l5eElaeTp0ZXN0",
+ "key": "Authorization"
+ },
+ {
+ "value": "",
+ "key": ""
+ }
],
- "tabId": "tab2"
- }
- }
- ]
- },
- "type": "TABS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 16,
- "topRow": 0,
- "bottomRow": 20,
- "parentId": "0",
- "widgetId": "28qy9d4q6j",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas2",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "isVisible": true,
- "text": "👈 Select a Support Ticket ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text2",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 3,
- "rightColumn": 14,
- "topRow": 8,
- "bottomRow": 9,
- "parentId": "ugkkycsm7d",
- "widgetId": "66o8bjkz30",
- "dynamicBindings": {
- "value": true
- }
- }
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "requester,description",
+ "key": "include"
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "timeoutInMillisecond": 10000,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "Support Tickets",
+ "policies": [],
+ "$isDefault": true,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Canvas4",
+ "Button1",
+ "Canvas2",
+ "ticketsTable",
+ "Canvas3",
+ "Text4",
+ "Text3",
+ "Text2",
+ "Container1",
+ "Text1",
+ "Tabs1",
+ "MainContainer"
],
- "tabId": "tab1",
- "minHeight": 280,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "28qy9d4q6j",
- "widgetId": "ugkkycsm7d"
- },
- {
- "isVisible": true,
- "widgetName": "Canvas3",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "bv27fj7bs5",
- "topRow": 2,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "{{ticketsTable.selectedRow.description}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 16,
- "onClick": "{{navigateTo('Users Page', { email: ticketsTable.selectedRow.email })}}",
- "isDefaultClickDisabled": true,
- "widgetId": "6af2mwjii8",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "6rczwfuxqd",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "View User",
- "isDisabled": false
- },
- {
- "isVisible": true,
- "text": "Support Email ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text3",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 7,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bx74wpc2rn",
- "widgetId": "t23uk8t09q",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "tabId": "tab2",
- "minHeight": 280,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "28qy9d4q6j",
- "widgetId": "bx74wpc2rn"
- }
- ],
- "dynamicBindings": {
- "selectedTab": true,
- "defaultTab": true
- }
- },
- {
- "isVisible": true,
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container1",
- "containerStyle": "card",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas4",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "hiddenColumns": [
- "description",
- "actions"
- ],
- "widgetName": "ticketsTable",
- "rightColumn": 16,
- "widgetId": "472a29heor",
- "topRow": 1,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "tableData": "{{getTickets.data.map((ticket) => {\n\treturn {\n\t\tid: ticket.id,\n\t\temail: ticket.requester.email,\n\t\tsubject: ticket.subject,\n\t\tdescription: ticket.description\n\t}\n})}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "columnActions": [],
- "columnSizeMap": {
- "subject": 217,
- "id": 115,
- "email": 217
- }
- },
- {
- "isVisible": true,
- "text": "Freskdesk Tickets ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 10,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "0",
- "widgetId": "dqzd7flg31",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "minHeight": 400,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 400,
- "parentId": "dkhget3ru7",
- "widgetId": "pammdjlrth"
- }
- ],
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
"children": [
- "472a29heor",
- "dqzd7flg31"
+ {
+ "widgetName": "Tabs1",
+ "rightColumn": 16,
+ "widgetId": "28qy9d4q6j",
+ "defaultTab": "{{ticketsTable.selectedRow.id === undefined ? \"Blank\" : \"Email\"}}",
+ "topRow": 0,
+ "bottomRow": 20,
+ "tabs": "[{\"label\":\"Blank\",\"id\":\"tab1\"},{\"label\":\"Email\",\"id\":\"tab2\"}]",
+ "shouldShowTabs": false,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TABS_WIDGET",
+ "dynamicBindings": {
+ "defaultTab": true,
+ "selectedTab": true
+ },
+ "parentId": "0",
+ "shouldScrollContents": false,
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 6,
+ "cols": 16
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "tabId": "tab1",
+ "detachFromLayout": true,
+ "children": ["6af2mwjii8"],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ },
+ {
+ "size": {
+ "rows": 6,
+ "cols": 16
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "tabId": "tab2",
+ "detachFromLayout": true,
+ "children": [
+ "bv27fj7bs5",
+ "6af2mwjii8"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }
+ ]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "children": [
+ {
+ "tabId": "tab1",
+ "widgetName": "Canvas2",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "ugkkycsm7d",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "28qy9d4q6j",
+ "minHeight": 280,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "66o8bjkz30",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "ugkkycsm7d",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 3,
+ "text": "👈 Select a Support Ticket<\/h1>",
+ "textStyle": "LABEL"
+ }]
+ },
+ {
+ "tabId": "tab2",
+ "widgetName": "Canvas3",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "bx74wpc2rn",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "28qy9d4q6j",
+ "minHeight": 280,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "bv27fj7bs5",
+ "topRow": 2,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "{{ticketsTable.selectedRow.description}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 16,
+ "onClick": "{{navigateTo('Users Page', { email: ticketsTable.selectedRow.email })}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "6af2mwjii8",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "6rczwfuxqd",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "View User",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 7,
+ "textAlign": "LEFT",
+ "widgetId": "t23uk8t09q",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "bx74wpc2rn",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 0,
+ "text": "Support Email<\/h2>",
+ "textStyle": "LABEL"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 8,
+ "widgetId": "dkhget3ru7",
+ "containerStyle": "card",
+ "topRow": 0,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "472a29heor",
+ "dqzd7flg31"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas4",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "pammdjlrth",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "dkhget3ru7",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "hiddenColumns": [
+ "description",
+ "actions"
+ ],
+ "widgetName": "ticketsTable",
+ "rightColumn": 16,
+ "widgetId": "472a29heor",
+ "topRow": 1,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "tableData": "{{getTickets.data.map((ticket) => {\n\treturn {\n\t\tid: ticket.id,\n\t\temail: ticket.requester.email,\n\t\tsubject: ticket.subject,\n\t\tdescription: ticket.description\n\t}\n})}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "columnActions": [],
+ "columnSizeMap": {
+ "subject": 217,
+ "id": 115,
+ "email": 217
+ }
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "dqzd7flg31",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Freskdesk Tickets<\/h2>",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ }
]
- }
- }
- ]
- },
- "type": "CONTAINER_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 8,
- "topRow": 0,
- "bottomRow": 20,
- "parentId": "0",
- "widgetId": "dkhget3ru7"
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "isVisible": true,
- "shouldScrollContents": false,
- "widgetName": "Tabs1",
- "tabs": "[{\"label\":\"Blank\",\"id\":\"tab1\"},{\"label\":\"Email\",\"id\":\"tab2\"}]",
- "shouldShowTabs": false,
- "defaultTab": "{{ticketsTable.selectedRow.id === undefined ? \"Blank\" : \"Email\"}}",
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "size": {
- "rows": 6,
- "cols": 16
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- "6af2mwjii8"
- ],
- "tabId": "tab1"
- }
},
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "size": {
- "rows": 6,
- "cols": 16
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "getTickets",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "getTickets",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [
- "bv27fj7bs5",
- "6af2mwjii8"
- ],
- "tabId": "tab2"
- }
- }
- ]
- },
- "type": "TABS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 16,
- "topRow": 0,
- "bottomRow": 20,
- "parentId": "0",
- "widgetId": "28qy9d4q6j",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas2",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "isVisible": true,
- "text": "👈 Select a Support Ticket ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text2",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 3,
- "rightColumn": 14,
- "topRow": 8,
- "bottomRow": 9,
- "parentId": "ugkkycsm7d",
- "widgetId": "66o8bjkz30",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "tabId": "tab1",
- "minHeight": 280,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "28qy9d4q6j",
- "widgetId": "ugkkycsm7d"
- },
- {
- "isVisible": true,
- "widgetName": "Canvas3",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "bv27fj7bs5",
- "topRow": 2,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "{{ticketsTable.selectedRow.description}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 16,
- "onClick": "{{navigateTo('Users Page', { email: ticketsTable.selectedRow.email })}}",
- "isDefaultClickDisabled": true,
- "widgetId": "6af2mwjii8",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "6rczwfuxqd",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "View User",
- "isDisabled": false
- },
- {
- "isVisible": true,
- "text": "Support Email ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text3",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 7,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "bx74wpc2rn",
- "widgetId": "t23uk8t09q",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "tabId": "tab2",
- "minHeight": 280,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 280,
- "parentId": "28qy9d4q6j",
- "widgetId": "bx74wpc2rn"
- }
- ],
- "dynamicBindings": {
- "selectedTab": true,
- "defaultTab": true
- }
- },
- {
- "isVisible": true,
- "backgroundColor": "#FFFFFF",
- "widgetName": "Container1",
- "containerStyle": "card",
- "children": [
- {
- "isVisible": true,
- "widgetName": "Canvas4",
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": [
- {
- "hiddenColumns": [
- "description",
- "actions"
- ],
- "widgetName": "ticketsTable",
- "rightColumn": 16,
- "widgetId": "472a29heor",
- "topRow": 1,
- "bottomRow": 19,
- "parentRowSpace": 40,
- "tableData": "{{getTickets.data.map((ticket) => {\n\treturn {\n\t\tid: ticket.id,\n\t\temail: ticket.requester.email,\n\t\tsubject: ticket.subject,\n\t\tdescription: ticket.description\n\t}\n})}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "columnActions": [],
- "columnSizeMap": {
- "subject": 217,
- "id": 115,
- "email": 217
- }
- },
- {
- "isVisible": true,
- "text": "Freskdesk Tickets ",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "rightColumn": 10,
- "topRow": 0,
- "bottomRow": 1,
- "parentId": "0",
- "widgetId": "dqzd7flg31",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "minHeight": 400,
- "type": "CANVAS_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 1,
- "parentRowSpace": 1,
- "leftColumn": 0,
- "rightColumn": 592,
- "topRow": 0,
- "bottomRow": 400,
- "parentId": "dkhget3ru7",
- "widgetId": "pammdjlrth"
- }
- ],
- "blueprint": {
- "view": [
- {
- "type": "CANVAS_WIDGET",
- "position": {
- "top": 0,
- "left": 0
- },
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
"children": [
- "472a29heor",
- "dqzd7flg31"
+ {
+ "widgetName": "Tabs1",
+ "rightColumn": 16,
+ "widgetId": "28qy9d4q6j",
+ "defaultTab": "{{ticketsTable.selectedRow.id === undefined ? \"Blank\" : \"Email\"}}",
+ "topRow": 0,
+ "bottomRow": 20,
+ "tabs": "[{\"label\":\"Blank\",\"id\":\"tab1\"},{\"label\":\"Email\",\"id\":\"tab2\"}]",
+ "shouldShowTabs": false,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TABS_WIDGET",
+ "dynamicBindings": {
+ "defaultTab": true,
+ "selectedTab": true
+ },
+ "parentId": "0",
+ "shouldScrollContents": false,
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 6,
+ "cols": 16
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "tabId": "tab1",
+ "detachFromLayout": true,
+ "children": ["6af2mwjii8"],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ },
+ {
+ "size": {
+ "rows": 6,
+ "cols": 16
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "tabId": "tab2",
+ "detachFromLayout": true,
+ "children": [
+ "bv27fj7bs5",
+ "6af2mwjii8"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }
+ ]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "children": [
+ {
+ "tabId": "tab1",
+ "widgetName": "Canvas2",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "ugkkycsm7d",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "28qy9d4q6j",
+ "minHeight": 280,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "66o8bjkz30",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "ugkkycsm7d",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 3,
+ "text": "👈 Select a Support Ticket<\/h1>",
+ "textStyle": "LABEL"
+ }]
+ },
+ {
+ "tabId": "tab2",
+ "widgetName": "Canvas3",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "bx74wpc2rn",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "28qy9d4q6j",
+ "minHeight": 280,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "bv27fj7bs5",
+ "topRow": 2,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "{{ticketsTable.selectedRow.description}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 16,
+ "onClick": "{{navigateTo('Users Page', { email: ticketsTable.selectedRow.email })}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "6af2mwjii8",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "6rczwfuxqd",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "View User",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 7,
+ "textAlign": "LEFT",
+ "widgetId": "t23uk8t09q",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "bx74wpc2rn",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 0,
+ "text": "Support Email<\/h2>",
+ "textStyle": "LABEL"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "Container1",
+ "rightColumn": 8,
+ "widgetId": "dkhget3ru7",
+ "containerStyle": "card",
+ "topRow": 0,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "472a29heor",
+ "dqzd7flg31"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas4",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "pammdjlrth",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "dkhget3ru7",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "hiddenColumns": [
+ "description",
+ "actions"
+ ],
+ "widgetName": "ticketsTable",
+ "rightColumn": 16,
+ "widgetId": "472a29heor",
+ "topRow": 1,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "tableData": "{{getTickets.data.map((ticket) => {\n\treturn {\n\t\tid: ticket.id,\n\t\temail: ticket.requester.email,\n\t\tsubject: ticket.subject,\n\t\tdescription: ticket.description\n\t}\n})}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "columnActions": [],
+ "columnSizeMap": {
+ "subject": 217,
+ "id": 115,
+ "email": 217
+ }
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "dqzd7flg31",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "Freskdesk Tickets<\/h2>",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ }
]
- }
}
- ]
- },
- "type": "CONTAINER_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 8,
- "topRow": 0,
- "bottomRow": 20,
- "parentId": "0",
- "widgetId": "dkhget3ru7"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getTickets",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getTickets",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Canvas4",
- "Button1",
- "Canvas2",
- "ticketsTable",
- "Canvas3",
- "Text4",
- "Text3",
- "Text2",
- "Container1",
- "Text1",
- "Tabs1",
- "MainContainer"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Application"
- },
- {
- "name": "Form Tutorial",
- "isPublic": true,
- "$pages": [
+ }]
+ }
+ ],
+ "name": "Customer Support Dashboard",
+ "policies": [],
+ "isPublic": true,
+ "_class": "com.appsmith.server.domains.Application"
+ },
{
- "name": "1. Simple Form Submit",
- "$isDefault": true,
- "$actions": [
- {
- "name": "createUser",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "INSERT INTO users\n (name, gender, email, status, dob)\nVALUES\n ('{{nameInput.text}}', '{{genderDropdown.selectedOptionValue}}', '{{emailInput.text}}', '{{statusRadio.selectedOptionValue}}', '{{dobPicker.selectedDate}}');"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
+ "deleted": false,
+ "$pages": [
{
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "statusRadio.selectedOptionValue",
- "genderDropdown.selectedOptionValue",
- "dobPicker.selectedDate",
- "nameInput.text",
- "emailInput.text"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "d6jgloegyf",
- "topRow": 3,
- "bottomRow": 21,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "statusRadio.selectedOptionValue",
+ "genderDropdown.selectedOptionValue",
+ "dobPicker.selectedDate",
+ "nameInput.text",
+ "emailInput.text"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "x8vgckp3l4",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "d6jgloegyf",
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
},
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
+ "$isEmbedded": false
+ },
+ "isValid": true,
+ "name": "createUser",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "INSERT INTO users\n (name, gender, email, status, dob)\nVALUES\n ('{{nameInput.text}}', '{{genderDropdown.selectedOptionValue}}', '{{emailInput.text}}', '{{statusRadio.selectedOptionValue}}', '{{dobPicker.selectedDate}}');"
},
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "1jodo5u68l",
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "1. Simple Form Submit",
+ "policies": [],
+ "$isDefault": true,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Form1",
+ "Text9",
+ "Text8",
+ "Text7",
+ "Text6",
+ "Text5",
+ "Text4",
+ "statusRadio",
+ "Text3",
+ "Text2",
+ "Text1",
+ "genderDropdown",
+ "dobPicker",
+ "submitButton",
+ "FormButton2",
+ "phoneInput",
+ "nameInput",
+ "emailInput",
+ "Text14",
+ "MainContainer",
+ "Text15",
+ "Text12",
+ "Text13",
+ "Text10",
+ "Text11",
+ "Canvas1"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "leftColumn": 0,
- "text": "👤 User Form",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "submitButton",
- "rightColumn": 16,
- "onClick": "{{createUser.run(() => (), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "plp3uead51",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 15,
- "bottomRow": 16,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Submit"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "bnecis4z7c",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 15,
- "bottomRow": 16,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 8,
- "text": "Reset"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 15,
- "widgetId": "mdhr691bli",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "aas854mqz9",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "bftcscfabf",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 15,
- "widgetId": "471lkifudv",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "regex": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "genderDropdown",
- "rightColumn": 15,
- "widgetId": "6je3zqg8ig",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "defaultOptionValue": "MALE",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"MALE\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"FEMALE\"\n }\n]"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "gb5skka46v",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "e12l99p935",
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Status",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "statusRadio",
- "rightColumn": 15,
- "widgetId": "g5fbk7ctmy",
- "topRow": 10,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "RADIO_GROUP_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "selectedOption": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "defaultOptionValue": "Single",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": [
- {
- "id": "1",
- "label": "Married",
- "value": "Married"
- },
- {
- "id": "2",
- "label": "Single",
- "value": "Single"
- }
- ]
- },
- {
- "widgetName": "Text6",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "ya2vfipsj5",
- "topRow": 12,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "11/08/2020 20:57",
- "rightColumn": 15,
- "dateFormat": "DD/MM/YYYY HH:mm",
- "widgetId": "4n4tkytxvn",
- "topRow": 13,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text9",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "xcifbddadn",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Phone Number",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "phoneInput",
- "rightColumn": 15,
- "widgetId": "8t9ztl5mdf",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "regex": "",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text14",
- "rightColumn": 16,
- "textAlign": "CENTER",
- "widgetId": "dirlhhqbj7",
- "topRow": 16,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "
Update the submit button to show a success message!
",
- "textStyle": "BODY"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text7",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "am329sctya",
- "topRow": 15,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "🔄 Enable the reset form property to reset the form on success
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text10",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "nygy0euyhh",
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "💡 The form data is submitted to the mock database via the createUser Query. The submitButton executes the createUser Query onClick. \nThe query takes inputs from the form using {{ \"{{ widgetName.property }}\" }}
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text11",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "rd5jjx61jm",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Simple Form Submit\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text12",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "pfvz5vt5eg",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "This page demonstrates a simple form submission with data validation",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "r0xi0nyrq5",
- "topRow": 11,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "🏷️ Mark the nameInput as a required field to disable the submit button if the name is empty
\n",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text13",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "8a1wds22qy",
- "topRow": 13,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "☎️ Add a phone number validation to the regex property field \nEx: ^\\d{10}$
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text15",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "nnt0vyrdnp",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "d6jgloegyf",
- "topRow": 3,
- "bottomRow": 21,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "d6jgloegyf",
+ "topRow": 3,
+ "bottomRow": 21,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "x8vgckp3l4",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "d6jgloegyf",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "1jodo5u68l",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "👤 User Form",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "submitButton",
+ "rightColumn": 16,
+ "onClick": "{{createUser.run(() => (), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "plp3uead51",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 15,
+ "bottomRow": 16,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Submit"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bnecis4z7c",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 15,
+ "bottomRow": 16,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 8,
+ "text": "Reset"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 15,
+ "widgetId": "mdhr691bli",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "aas854mqz9",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "bftcscfabf",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 15,
+ "widgetId": "471lkifudv",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "regex": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "genderDropdown",
+ "rightColumn": 15,
+ "widgetId": "6je3zqg8ig",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "defaultOptionValue": "MALE",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"MALE\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"FEMALE\"\n }\n]"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "gb5skka46v",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "e12l99p935",
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Status",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "statusRadio",
+ "rightColumn": 15,
+ "widgetId": "g5fbk7ctmy",
+ "topRow": 10,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "RADIO_GROUP_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "selectedOption": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "defaultOptionValue": "Single",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": [
+ {
+ "id": "1",
+ "label": "Married",
+ "value": "Married"
+ },
+ {
+ "id": "2",
+ "label": "Single",
+ "value": "Single"
+ }
+ ]
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "ya2vfipsj5",
+ "topRow": 12,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "11/08/2020 20:57",
+ "rightColumn": 15,
+ "dateFormat": "DD/MM/YYYY HH:mm",
+ "widgetId": "4n4tkytxvn",
+ "topRow": 13,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "xcifbddadn",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Phone Number",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "phoneInput",
+ "rightColumn": 15,
+ "widgetId": "8t9ztl5mdf",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "regex": "",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text14",
+ "rightColumn": 16,
+ "textAlign": "CENTER",
+ "widgetId": "dirlhhqbj7",
+ "topRow": 16,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 0,
+ "text": "Update the submit button to show a success message!<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "am329sctya",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
🔄 Enable the reset form property to reset the form on success<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "nygy0euyhh",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
💡 The form data is submitted to the mock database via the createUser<\/b> Query. The submitButton<\/b> executes the createUser Query onClick. \nThe query takes inputs from the form using {{ \"{{ widgetName.property }}\" }}<\/b><\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "rd5jjx61jm",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Simple Form Submit\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "pfvz5vt5eg",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates a simple form submission with data validation",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "r0xi0nyrq5",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
🏷️ Mark the nameInput<\/span> as a required field to disable the submit button if the name is empty<\/p>\n",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "8a1wds22qy",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 13,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "☎️ Add a phone number validation to the regex property field \nEx: ^\\d{10}$<\/span><\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text15",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "nnt0vyrdnp",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "x8vgckp3l4",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "d6jgloegyf",
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
+ ]
},
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "1jodo5u68l",
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "publishedLayoutOnLoadActions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "👤 User Form",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "submitButton",
- "rightColumn": 16,
- "onClick": "{{createUser.run(() => (), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "plp3uead51",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 15,
- "bottomRow": 16,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Submit"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "bnecis4z7c",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 15,
- "bottomRow": 16,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 8,
- "text": "Reset"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 15,
- "widgetId": "mdhr691bli",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "aas854mqz9",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "bftcscfabf",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 15,
- "widgetId": "471lkifudv",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "regex": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "genderDropdown",
- "rightColumn": 15,
- "widgetId": "6je3zqg8ig",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "defaultOptionValue": "MALE",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"MALE\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"FEMALE\"\n }\n]"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "gb5skka46v",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "e12l99p935",
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Status",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "statusRadio",
- "rightColumn": 15,
- "widgetId": "g5fbk7ctmy",
- "topRow": 10,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "RADIO_GROUP_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "selectedOption": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "defaultOptionValue": "Single",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": [
- {
- "id": "1",
- "label": "Married",
- "value": "Married"
- },
- {
- "id": "2",
- "label": "Single",
- "value": "Single"
- }
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "d6jgloegyf",
+ "topRow": 3,
+ "bottomRow": 21,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "x8vgckp3l4",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "d6jgloegyf",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "1jodo5u68l",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "👤 User Form",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "submitButton",
+ "rightColumn": 16,
+ "onClick": "{{createUser.run(() => (), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "plp3uead51",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 15,
+ "bottomRow": 16,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Submit"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bnecis4z7c",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 15,
+ "bottomRow": 16,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 8,
+ "text": "Reset"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 15,
+ "widgetId": "mdhr691bli",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "aas854mqz9",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "bftcscfabf",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 15,
+ "widgetId": "471lkifudv",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "regex": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "genderDropdown",
+ "rightColumn": 15,
+ "widgetId": "6je3zqg8ig",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "defaultOptionValue": "MALE",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"MALE\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"FEMALE\"\n }\n]"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "gb5skka46v",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "e12l99p935",
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Status",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "statusRadio",
+ "rightColumn": 15,
+ "widgetId": "g5fbk7ctmy",
+ "topRow": 10,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "RADIO_GROUP_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "selectedOption": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "defaultOptionValue": "Single",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": [
+ {
+ "id": "1",
+ "label": "Married",
+ "value": "Married"
+ },
+ {
+ "id": "2",
+ "label": "Single",
+ "value": "Single"
+ }
+ ]
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "ya2vfipsj5",
+ "topRow": 12,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "11/08/2020 20:57",
+ "rightColumn": 15,
+ "dateFormat": "DD/MM/YYYY HH:mm",
+ "widgetId": "4n4tkytxvn",
+ "topRow": 13,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "xcifbddadn",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Phone Number",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "phoneInput",
+ "rightColumn": 15,
+ "widgetId": "8t9ztl5mdf",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "regex": "",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text14",
+ "rightColumn": 16,
+ "textAlign": "CENTER",
+ "widgetId": "dirlhhqbj7",
+ "topRow": 16,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "x8vgckp3l4",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 0,
+ "text": "Update the submit button to show a success message!<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "am329sctya",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
🔄 Enable the reset form property to reset the form on success<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "nygy0euyhh",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
💡 The form data is submitted to the mock database via the createUser<\/b> Query. The submitButton<\/b> executes the createUser Query onClick. \nThe query takes inputs from the form using {{ \"{{ widgetName.property }}\" }}<\/b><\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "rd5jjx61jm",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Simple Form Submit\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "pfvz5vt5eg",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates a simple form submission with data validation",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "r0xi0nyrq5",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
🏷️ Mark the nameInput<\/span> as a required field to disable the submit button if the name is empty<\/p>\n",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "8a1wds22qy",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 13,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "☎️ Add a phone number validation to the regex property field \nEx: ^\\d{10}$<\/span><\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text15",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "nnt0vyrdnp",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ }
]
- },
- {
- "widgetName": "Text6",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "ya2vfipsj5",
- "topRow": 12,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "11/08/2020 20:57",
- "rightColumn": 15,
- "dateFormat": "DD/MM/YYYY HH:mm",
- "widgetId": "4n4tkytxvn",
- "topRow": 13,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text9",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "xcifbddadn",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Phone Number",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "phoneInput",
- "rightColumn": 15,
- "widgetId": "8t9ztl5mdf",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "regex": "",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text14",
- "rightColumn": 16,
- "textAlign": "CENTER",
- "widgetId": "dirlhhqbj7",
- "topRow": 16,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "x8vgckp3l4",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 0,
- "text": "Update the submit button to show a success message!
",
- "textStyle": "BODY"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text7",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "am329sctya",
- "topRow": 15,
- "bottomRow": 17,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "🔄 Enable the reset form property to reset the form on success
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text10",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "nygy0euyhh",
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "💡 The form data is submitted to the mock database via the createUser Query. The submitButton executes the createUser Query onClick. \nThe query takes inputs from the form using {{ \"{{ widgetName.property }}\" }}
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text11",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "rd5jjx61jm",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Simple Form Submit\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text12",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "pfvz5vt5eg",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "This page demonstrates a simple form submission with data validation",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "r0xi0nyrq5",
- "topRow": 11,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "🏷️ Mark the nameInput as a required field to disable the submit button if the name is empty
\n",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text13",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "8a1wds22qy",
- "topRow": 13,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "☎️ Add a phone number validation to the regex property field \nEx: ^\\d{10}$
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text15",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "nnt0vyrdnp",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [],
- "publishedLayoutOnLoadActions": [],
- "widgetNames": [
- "Form1",
- "Text9",
- "Text8",
- "Text7",
- "Text6",
- "Text5",
- "Text4",
- "statusRadio",
- "Text3",
- "Text2",
- "Text1",
- "genderDropdown",
- "dobPicker",
- "submitButton",
- "FormButton2",
- "phoneInput",
- "nameInput",
- "emailInput",
- "Text14",
- "MainContainer",
- "Text15",
- "Text12",
- "Text13",
- "Text10",
- "Text11",
- "Canvas1"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "2. Confirm Form Submit",
- "$isDefault": false,
- "$actions": [
- {
- "name": "createCampaign",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
+ }
+ }]
},
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "INSERT INTO campaigns\n (\"campaignName\", \"campaignIdea\", \"scheduleDate\", \"campaignPlatforms\", status)\nVALUES\n ('{{nameInput.text}}', '{{ideaInput.text}}', '{{scheduleDatePicker.selectedDate}}', '{{socialSelect.selectedOptionValueArr}}', 'CREATED');\n"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
{
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "scheduleDatePicker.selectedDate",
- "ideaInput.text",
- "socialSelect.selectedOptionValueArr",
- "nameInput.text"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "r32mmh4z9v",
- "topRow": 3,
- "bottomRow": 18,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "scheduleDatePicker.selectedDate",
+ "ideaInput.text",
+ "socialSelect.selectedOptionValueArr",
+ "nameInput.text"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
}
- ]
},
+ "$isEmbedded": false
+ },
+ "isValid": true,
+ "name": "createCampaign",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "INSERT INTO campaigns\n (\"campaignName\", \"campaignIdea\", \"scheduleDate\", \"campaignPlatforms\", status)\nVALUES\n ('{{nameInput.text}}', '{{ideaInput.text}}', '{{scheduleDatePicker.selectedDate}}', '{{socialSelect.selectedOptionValueArr}}', 'CREATED');\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "2. Confirm Form Submit",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Form1",
+ "Button1",
+ "Text8",
+ "Text7",
+ "Text6",
+ "Text5",
+ "Text4",
+ "Text3",
+ "ideaInput",
+ "Text2",
+ "Text1",
+ "Icon1",
+ "confirmButton",
+ "socialSelect",
+ "confirmModal",
+ "scheduleDatePicker",
+ "createButton",
+ "FormButton2",
+ "nameInput",
+ "MainContainer",
+ "Text12",
+ "Text13",
+ "Text10",
+ "Text11",
+ "Canvas1",
+ "Canvas2"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [],
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
"containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "pqa1d7o4vt",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "r32mmh4z9v",
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "r32mmh4z9v",
+ "topRow": 3,
+ "bottomRow": 18,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "pqa1d7o4vt",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "r32mmh4z9v",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "9a5etz3rhh",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "🏁 Create Campaign",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": false,
+ "widgetName": "createButton",
+ "rightColumn": 16,
+ "onClick": "{{showModal('confirmModal')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "jmyi3irm3h",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 11,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Create"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 11,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xessbkdnlr",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 7,
+ "text": "Reset"
+ },
+ {
+ "isRequired": false,
+ "widgetName": "nameInput",
+ "rightColumn": 14,
+ "widgetId": "yz30dwq3fm",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "kg51rup1va",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Campaign Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "0nzx3s4u7s",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Scheduled Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "scheduleDatePicker",
+ "defaultDate": "11/08/2020 20:57",
+ "rightColumn": 10,
+ "dateFormat": "DD/MM/YYYY HH:mm",
+ "widgetId": "i64ipc23zm",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "ioedtykcph",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Campaign Idea",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "ideaInput",
+ "rightColumn": 14,
+ "widgetId": "35eplf0gtb",
+ "topRow": 7,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "fkria8uyix",
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Social Platforms",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "socialSelect",
+ "rightColumn": 14,
+ "widgetId": "z25krk0v3a",
+ "topRow": 11,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "defaultOptionValue": "FB",
+ "selectionType": "MULTI_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"FB\",\n \"value\": \"FB\"\n },\n {\n \"label\": \"Twitter\",\n \"value\": \"Twitter\"\n },\n {\n \"label\": \"Instagra\",\n \"value\": \"Instagra\"\n }\n]"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "confirmModal",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "p6433683et",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_SMALL",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas2",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "uj1kd0nk9j",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "p6433683et",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('confirmModal')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "2wrstdve0e",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "lagfhwigea",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Create {{nameInput.text || \"Campaign\"}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ibrcaegmxe",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "confirmButton",
+ "rightColumn": 16,
+ "onClick": "{{createCampaign.run(() => (), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "yipy4c10gz",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "ahoelaxsvr",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "parentColumnSpace": 26,
+ "leftColumn": 1,
+ "text": "A campaign cannot be edited once created. Are you sure you want to proceed?",
+ "textStyle": "LABEL"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "rcbzqvhbi7",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "💡 The createButton<\/b> is configured to open a Modal onClick.\n \nThe Modal requests for confirmation and the confirmButton<\/b> is configred to execute the createCampaign<\/b> Query. <\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "hx6f6moaql",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Confirm Form Submit\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "uy1cu7aoak",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how to confirm form submissions which lead to important or dangerous actions",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "2rjgd88z1l",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "fmnqge8a4x",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
\n🔍 Inspect the createButton<\/b> properties. \n🌂 Update the confirmButton<\/span> in the modal to close once the campagin is created<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
},
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "9a5etz3rhh",
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "publishedLayoutOnLoadActions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "leftColumn": 0,
- "text": "🏁 Create Campaign",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": false,
- "widgetName": "createButton",
- "rightColumn": 16,
- "onClick": "{{showModal('confirmModal')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "jmyi3irm3h",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 11,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Create"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 11,
- "isDefaultClickDisabled": true,
- "widgetId": "xessbkdnlr",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 7,
- "text": "Reset"
- },
- {
- "isRequired": false,
- "widgetName": "nameInput",
- "rightColumn": 14,
- "widgetId": "yz30dwq3fm",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "kg51rup1va",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Campaign Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "0nzx3s4u7s",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Scheduled Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "scheduleDatePicker",
- "defaultDate": "11/08/2020 20:57",
- "rightColumn": 10,
- "dateFormat": "DD/MM/YYYY HH:mm",
- "widgetId": "i64ipc23zm",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text4",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "ioedtykcph",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Campaign Idea",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "ideaInput",
- "rightColumn": 14,
- "widgetId": "35eplf0gtb",
- "topRow": 7,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "fkria8uyix",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Social Platforms",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "socialSelect",
- "rightColumn": 14,
- "widgetId": "z25krk0v3a",
- "topRow": 11,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "defaultOptionValue": "FB",
- "selectionType": "MULTI_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"FB\",\n \"value\": \"FB\"\n },\n {\n \"label\": \"Twitter\",\n \"value\": \"Twitter\"\n },\n {\n \"label\": \"Instagra\",\n \"value\": \"Instagra\"\n }\n]"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "confirmModal",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "p6433683et",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "r32mmh4z9v",
+ "topRow": 3,
+ "bottomRow": 18,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "pqa1d7o4vt",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "r32mmh4z9v",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "9a5etz3rhh",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "🏁 Create Campaign",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": false,
+ "widgetName": "createButton",
+ "rightColumn": 16,
+ "onClick": "{{showModal('confirmModal')}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "jmyi3irm3h",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 11,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Create"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 11,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xessbkdnlr",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 7,
+ "text": "Reset"
+ },
+ {
+ "isRequired": false,
+ "widgetName": "nameInput",
+ "rightColumn": 14,
+ "widgetId": "yz30dwq3fm",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "kg51rup1va",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Campaign Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "0nzx3s4u7s",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Scheduled Date",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "scheduleDatePicker",
+ "defaultDate": "11/08/2020 20:57",
+ "rightColumn": 10,
+ "dateFormat": "DD/MM/YYYY HH:mm",
+ "widgetId": "i64ipc23zm",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "ioedtykcph",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Campaign Idea",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "ideaInput",
+ "rightColumn": 14,
+ "widgetId": "35eplf0gtb",
+ "topRow": 7,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "fkria8uyix",
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Social Platforms",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "socialSelect",
+ "rightColumn": 14,
+ "widgetId": "z25krk0v3a",
+ "topRow": 11,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "pqa1d7o4vt",
+ "isLoading": false,
+ "defaultOptionValue": "FB",
+ "selectionType": "MULTI_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"FB\",\n \"value\": \"FB\"\n },\n {\n \"label\": \"Twitter\",\n \"value\": \"Twitter\"\n },\n {\n \"label\": \"Instagra\",\n \"value\": \"Instagra\"\n }\n]"
+ }
+ ]
+ }]
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "confirmModal",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "p6433683et",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_SMALL",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas2",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "uj1kd0nk9j",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "p6433683et",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('confirmModal')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "2wrstdve0e",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 14,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "lagfhwigea",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Create {{nameInput.text || \"Campaign\"}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ibrcaegmxe",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "confirmButton",
+ "rightColumn": 16,
+ "onClick": "{{createCampaign.run(() => (), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "yipy4c10gz",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 4,
+ "bottomRow": 5,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Confirm",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 14,
+ "textAlign": "LEFT",
+ "widgetId": "ahoelaxsvr",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "uj1kd0nk9j",
+ "isLoading": false,
+ "parentColumnSpace": 26,
+ "leftColumn": 1,
+ "text": "A campaign cannot be edited once created. Are you sure you want to proceed?",
+ "textStyle": "LABEL"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "rcbzqvhbi7",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "💡 The createButton<\/b> is configured to open a Modal onClick.\n \nThe Modal requests for confirmation and the confirmButton<\/b> is configred to execute the createCampaign<\/b> Query. <\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "hx6f6moaql",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Confirm Form Submit\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "uy1cu7aoak",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how to confirm form submissions which lead to important or dangerous actions",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "2rjgd88z1l",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "fmnqge8a4x",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 12,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
\n🔍 Inspect the createButton<\/b> properties. \n🌂 Update the confirmButton<\/span> in the modal to close once the campagin is created<\/p>",
+ "textStyle": "BODY"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
+ ]
}
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_SMALL",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas2",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "uj1kd0nk9j",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "p6433683et",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
+ }]
+ },
+ {
+ "$actions": [
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["appsmith.URL.queryParams.email"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "fetchUserByUrlParam",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users where email = '{{appsmith.URL.queryParams.email}}' ORDER BY id LIMIT 1;\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
},
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('confirmModal')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "2wrstdve0e",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 14,
- "iconSize": 24
- },
- {
- "widgetName": "Text6",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "lagfhwigea",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 0,
- "text": "Create {{nameInput.text || \"Campaign\"}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "ibrcaegmxe",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 4,
- "bottomRow": 5,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "confirmButton",
- "rightColumn": 16,
- "onClick": "{{createCampaign.run(() => (), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "yipy4c10gz",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 4,
- "bottomRow": 5,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "genderDropdown.selectedOptionValue",
+ "dobPicker.selectedDate",
+ "nameInput.text",
+ "emailInput.text",
+ "fetchUserByUrlParam.data[0].id"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- "text": "Confirm",
- "isDisabled": false
- },
- {
- "widgetName": "Text7",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "ahoelaxsvr",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
+ "isValid": true,
+ "name": "updateUser",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "UPDATE users\n SET name = '{{nameInput.text}}',\n email = '{{emailInput.text}}',\n gender = '{{genderDropdown.selectedOptionValue}}',\n dob = '{{dobPicker.selectedDate}}'\n WHERE id = {{fetchUserByUrlParam.data[0].id}};\n"
},
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "parentColumnSpace": 26,
- "leftColumn": 1,
- "text": "A campaign cannot be edited once created. Are you sure you want to proceed?",
- "textStyle": "LABEL"
- }
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }
+ ],
+ "deleted": false,
+ "name": "3. Pre-Fill Form",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Form1",
+ "Text9",
+ "gender",
+ "Text7",
+ "Text6",
+ "FormButton2",
+ "Text3",
+ "Text2",
+ "Text1",
+ "Text16",
+ "nameInput",
+ "emailInput",
+ "MainContainer",
+ "Text15",
+ "Text11",
+ "Canvas1",
+ "refreshButton",
+ "genderDropdown",
+ "updateButton",
+ "dobPicker"
],
- "isDisabled": false
- }
- ]
- },
- {
- "widgetName": "Text8",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "rcbzqvhbi7",
- "topRow": 4,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "💡 The createButton is configured to open a Modal onClick.\n \nThe Modal requests for confirmation and the confirmButton is configred to execute the createCampaign Query.
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text10",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "hx6f6moaql",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Confirm Form Submit\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "uy1cu7aoak",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how to confirm form submissions which lead to important or dangerous actions",
- "textStyle": "BODY"
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 15,
- "topRow": 8,
- "bottomRow": 9,
- "parentId": "0",
- "widgetId": "2rjgd88z1l",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "\n🔍 Inspect the createButton properties. \n🌂 Update the confirmButton in the modal to close once the campagin is created
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text13",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 15,
- "topRow": 9,
- "bottomRow": 12,
- "parentId": "0",
- "widgetId": "fmnqge8a4x",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "r32mmh4z9v",
- "topRow": 3,
- "bottomRow": 18,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
- },
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "pqa1d7o4vt",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "r32mmh4z9v",
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
- },
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "9a5etz3rhh",
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "leftColumn": 0,
- "text": "🏁 Create Campaign",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": false,
- "widgetName": "createButton",
- "rightColumn": 16,
- "onClick": "{{showModal('confirmModal')}}",
- "isDefaultClickDisabled": true,
- "widgetId": "jmyi3irm3h",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 11,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Create"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 11,
- "isDefaultClickDisabled": true,
- "widgetId": "xessbkdnlr",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 7,
- "text": "Reset"
- },
- {
- "isRequired": false,
- "widgetName": "nameInput",
- "rightColumn": 14,
- "widgetId": "yz30dwq3fm",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "kg51rup1va",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Campaign Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "0nzx3s4u7s",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Scheduled Date",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "scheduleDatePicker",
- "defaultDate": "11/08/2020 20:57",
- "rightColumn": 10,
- "dateFormat": "DD/MM/YYYY HH:mm",
- "widgetId": "i64ipc23zm",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text4",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "ioedtykcph",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Campaign Idea",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "ideaInput",
- "rightColumn": 14,
- "widgetId": "35eplf0gtb",
- "topRow": 7,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "fkria8uyix",
- "topRow": 10,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Social Platforms",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "socialSelect",
- "rightColumn": 14,
- "widgetId": "z25krk0v3a",
- "topRow": 11,
- "bottomRow": 12,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "pqa1d7o4vt",
- "isLoading": false,
- "defaultOptionValue": "FB",
- "selectionType": "MULTI_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"FB\",\n \"value\": \"FB\"\n },\n {\n \"label\": \"Twitter\",\n \"value\": \"Twitter\"\n },\n {\n \"label\": \"Instagra\",\n \"value\": \"Instagra\"\n }\n]"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "confirmModal",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "p6433683et",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "yihxuqc4pa",
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "epboelq954",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "yihxuqc4pa",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "9o1dx1zkxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "👤 Update User",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "updateButton",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() => fetchUserByUrlParam.run(), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "mio7jzmj49",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 11,
+ "bottomRow": 12,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 10,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Update User"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 10,
+ "isDefaultClickDisabled": true,
+ "widgetId": "8mwfe4o99s",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 11,
+ "bottomRow": 12,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 6,
+ "text": "Reset"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 14,
+ "widgetId": "75v9zd6qfq",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT",
+ "defaultText": "{{fetchUserByUrlParam.data[0].name}}"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "8xxyi61bnt",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "vrkg24ziqv",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 14,
+ "widgetId": "cte0iuvg43",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT",
+ "defaultText": "{{fetchUserByUrlParam.data[0].email}}"
+ },
+ {
+ "widgetName": "gender",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "3jsdwjjq4j",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "genderDropdown",
+ "rightColumn": 14,
+ "widgetId": "wdt4750qtk",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "defaultOptionValue": true,
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "defaultOptionValue": "{{fetchUserByUrlParam.data[0].gender}}",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "{{fetchUserByUrlParam.data ? fetchUserByUrlParam.data[0].dob : null}}",
+ "rightColumn": 14,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "ob7ukijkj6",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "qa9rt17hgi",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "82um6ujlvj",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Pre-Fill Form Fields\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "weebfy1s7o",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how forms can be pre-filled with data passed from another page through a url param",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "ns7umsaj20",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": " 🔍 Inspect the table properties & the input widgets & the fetchUserByUrlParam<\/b> Query. \n🔄 Refresh the page with an email query param in the URL Trigger the navigate action from a button and pass a query param to the function. (Inspect refreshButton<\/b>)<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "refreshButton",
+ "rightColumn": 15,
+ "onClick": "{{navigateTo(appsmith.URL.fullPath + '?email=james@freshdesk.com' )}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs657p5ziv",
+ "dynamicProperties": {
+ "onClick": true,
+ "isVisible": true
+ },
"buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
+ "topRow": 14,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isVisible": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Refresh Page",
+ "isDisabled": false
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "Text15",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "663vfouck2",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
💡 On Page Load, the fetchUserByUrlParam<\/b> Query is run. The query reads the email query param<\/b> in the URL to fetch the relevant user. \nThe default property of the form input widgets are bound to the response of the fetchUserByUrlParam<\/b> Query<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text16",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "ejpusse9wy",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_SMALL",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas2",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "uj1kd0nk9j",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "p6433683et",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
+ ]
},
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('confirmModal')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "2wrstdve0e",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 14,
- "iconSize": 24
- },
- {
- "widgetName": "Text6",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "lagfhwigea",
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["appsmith.URL.queryParams.email"],
+ "name": "fetchUserByUrlParam",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["appsmith.URL.queryParams.email"],
+ "name": "fetchUserByUrlParam",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 0,
- "text": "Create {{nameInput.text || \"Campaign\"}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "ibrcaegmxe",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 4,
- "bottomRow": 5,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "confirmButton",
- "rightColumn": 16,
- "onClick": "{{createCampaign.run(() => (), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "yipy4c10gz",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 4,
- "bottomRow": 5,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Confirm",
- "isDisabled": false
- },
- {
- "widgetName": "Text7",
- "rightColumn": 14,
- "textAlign": "LEFT",
- "widgetId": "ahoelaxsvr",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "uj1kd0nk9j",
- "isLoading": false,
- "parentColumnSpace": 26,
- "leftColumn": 1,
- "text": "A campaign cannot be edited once created. Are you sure you want to proceed?",
- "textStyle": "LABEL"
- }
- ],
- "isDisabled": false
- }
- ]
- },
- {
- "widgetName": "Text8",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "rcbzqvhbi7",
- "topRow": 4,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "
💡 The createButton is configured to open a Modal onClick.\n \nThe Modal requests for confirmation and the confirmButton is configred to execute the createCampaign Query.
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text10",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "hx6f6moaql",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Confirm Form Submit\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "uy1cu7aoak",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how to confirm form submissions which lead to important or dangerous actions",
- "textStyle": "BODY"
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 15,
- "topRow": 8,
- "bottomRow": 9,
- "parentId": "0",
- "widgetId": "2rjgd88z1l",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "\n🔍 Inspect the createButton properties. \n🌂 Update the confirmButton in the modal to close once the campagin is created
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text13",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 8,
- "rightColumn": 15,
- "topRow": 9,
- "bottomRow": 12,
- "parentId": "0",
- "widgetId": "fmnqge8a4x",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [],
- "publishedLayoutOnLoadActions": [],
- "widgetNames": [
- "Form1",
- "Button1",
- "Text8",
- "Text7",
- "Text6",
- "Text5",
- "Text4",
- "Text3",
- "ideaInput",
- "Text2",
- "Text1",
- "Icon1",
- "confirmButton",
- "socialSelect",
- "confirmModal",
- "scheduleDatePicker",
- "createButton",
- "FormButton2",
- "nameInput",
- "MainContainer",
- "Text12",
- "Text13",
- "Text10",
- "Text11",
- "Canvas1",
- "Canvas2"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 7,
+ "widgetId": "yihxuqc4pa",
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 518,
+ "detachFromLayout": true,
+ "widgetId": "epboelq954",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 520,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "yihxuqc4pa",
+ "blueprint": {"view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 12
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Form",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 12
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": true,
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Submit"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 4
+ },
+ "position": {
+ "top": 11,
+ "left": 8
+ },
+ "type": "FORM_BUTTON_WIDGET",
+ "props": {
+ "resetFormOnClick": true,
+ "disabledWhenInvalid": false,
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Reset"
+ }
+ }
+ ]},
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "9o1dx1zkxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "👤 Update User",
+ "textStyle": "HEADING"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "updateButton",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() => fetchUserByUrlParam.run(), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "mio7jzmj49",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 11,
+ "bottomRow": 12,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "disabledWhenInvalid": true,
+ "leftColumn": 10,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Update User"
+ },
+ {
+ "resetFormOnClick": true,
+ "widgetName": "FormButton2",
+ "rightColumn": 10,
+ "isDefaultClickDisabled": true,
+ "widgetId": "8mwfe4o99s",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 11,
+ "bottomRow": 12,
+ "isVisible": true,
+ "type": "FORM_BUTTON_WIDGET",
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "leftColumn": 6,
+ "text": "Reset"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 14,
+ "widgetId": "75v9zd6qfq",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT",
+ "defaultText": "{{fetchUserByUrlParam.data[0].name}}"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "8xxyi61bnt",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "vrkg24ziqv",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 14,
+ "widgetId": "cte0iuvg43",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "inputType": "TEXT",
+ "defaultText": "{{fetchUserByUrlParam.data[0].email}}"
+ },
+ {
+ "widgetName": "gender",
+ "rightColumn": 5,
+ "textAlign": "LEFT",
+ "widgetId": "3jsdwjjq4j",
+ "topRow": 6,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "genderDropdown",
+ "rightColumn": 14,
+ "widgetId": "wdt4750qtk",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "defaultOptionValue": true,
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "defaultOptionValue": "{{fetchUserByUrlParam.data[0].gender}}",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "{{fetchUserByUrlParam.data ? fetchUserByUrlParam.data[0].dob : null}}",
+ "rightColumn": 14,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "ob7ukijkj6",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "qa9rt17hgi",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "epboelq954",
+ "isLoading": false,
+ "parentColumnSpace": 25.25,
+ "leftColumn": 1,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "82um6ujlvj",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Pre-Fill Form Fields\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 13,
+ "textAlign": "CENTER",
+ "widgetId": "weebfy1s7o",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "This page demonstrates how forms can be pre-filled with data passed from another page through a url param",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "ns7umsaj20",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": " 🔍 Inspect the table properties & the input widgets & the fetchUserByUrlParam<\/b> Query. \n🔄 Refresh the page with an email query param in the URL Trigger the navigate action from a button and pass a query param to the function. (Inspect refreshButton<\/b>)<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "refreshButton",
+ "rightColumn": 15,
+ "onClick": "{{navigateTo(appsmith.URL.fullPath + '?email=james@freshdesk.com' )}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs657p5ziv",
+ "dynamicProperties": {
+ "onClick": true,
+ "isVisible": true
+ },
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 14,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {"isVisible": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 13,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Refresh Page",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text15",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "663vfouck2",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "
💡 On Page Load, the fetchUserByUrlParam<\/b> Query is run. The query reads the email query param<\/b> in the URL to fetch the relevant user. \nThe default property of the form input widgets are bound to the response of the fetchUserByUrlParam<\/b> Query<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text16",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "ejpusse9wy",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 9,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ }
+ ]
+ }
+ }]
+ }
+ ],
+ "name": "Form Tutorial",
+ "policies": [],
+ "isPublic": true,
+ "_class": "com.appsmith.server.domains.Application"
},
{
- "name": "3. Pre-Fill Form",
- "$isDefault": false,
- "$actions": [
- {
- "name": "fetchUserByUrlParam",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users where email = '{{appsmith.URL.queryParams.email}}' ORDER BY id LIMIT 1;\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
+ "deleted": false,
+ "$pages": [
{
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "appsmith.URL.queryParams.email"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "updateUser",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "UPDATE users\n SET name = '{{nameInput.text}}',\n email = '{{emailInput.text}}',\n gender = '{{genderDropdown.selectedOptionValue}}',\n dob = '{{dobPicker.selectedDate}}'\n WHERE id = {{fetchUserByUrlParam.data[0].id}};\n"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "genderDropdown.selectedOptionValue",
- "dobPicker.selectedDate",
- "nameInput.text",
- "emailInput.text",
- "fetchUserByUrlParam.data[0].id"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "yihxuqc4pa",
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
+ "$actions": [
{
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
- },
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getUsers",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 5 offset {{(usersTable.pageNo - 1) * 5}};\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "API",
+ "deleted": false,
+ "dynamicBindingPathList": [
+ {"key": "prev"},
+ {"key": "next"}
+ ],
+ "jsonPathKeys": [
+ "getUsersAPI.data.previous",
+ "getUsersAPI.data.next"
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "restapi-plugin",
+ "deleted": false,
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "datasourceConfiguration": {"url": "https://mock-api.appsmith.com"},
+ "$isEmbedded": true
+ },
+ "isValid": true,
+ "name": "getUsersAPI",
+ "actionConfiguration": {
+ "next": "{{getUsersAPI.data.next}}",
+ "path": "/users",
+ "headers": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "paginationType": "URL",
+ "queryParameters": [
+ {
+ "value": "1",
+ "key": "page"
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "prev": "{{getUsersAPI.data.previous}}",
+ "timeoutInMillisecond": 10000,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }
+ ],
+ "deleted": false,
+ "name": "1. Displaying Data",
+ "policies": [],
+ "$isDefault": true,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Text9",
+ "Text8",
+ "Text5",
+ "Text3",
+ "Text2",
+ "Text1",
+ "Text14",
+ "MainContainer",
+ "Text15",
+ "usersTable",
+ "Text12",
+ "Text13",
+ "usersTableFormatted"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [],
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1360,
"containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "epboelq954",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "yihxuqc4pa",
- "blueprint": {
- "view": [
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "3nz99ffgvf",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Displaying Data in a Table\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "zw1l4lqlxq",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "text": "This page demonstrates how Tables can display data from APIs & DB Queries, paginated the data & transform it to suit the widget",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "avatar",
+ "gender"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 10,
+ "widgetId": "sf07g7owd4",
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsers.run()}}",
+ "tableData": "{{getUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "address": 284,
+ "gender": 99,
+ "name": 130,
+ "id": 70,
+ "email": 175
+ }
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "wihhcbu9c4",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
💡 The table fetches data via the getUsers<\/b> Query. The data is bound to the table property using{{ \"{{ getUsers.data }}\" }}.<\/b> \n📄The getUsers<\/b> Query takes the pageNo of the table to paginate the request using {{\"{{ usersTable.pageNo }}\"}}<\/b> in the query.\n The table has server side pagination enabled and executes the query on page change.\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "2ea3qtzuug",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "hiddenColumns": [
+ "avatar",
+ "updatedAt",
+ "gender",
+ "address"
+ ],
+ "widgetName": "usersTableFormatted",
+ "rightColumn": 10,
+ "widgetId": "6fxa6ls1xm",
+ "topRow": 16,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersAPI.run()}}",
+ "tableData": "{{getUsersAPI.data.users.map((user) => { \n return {\n\t\t...user,\n\t\tstatus: user.status.toLowerCase(),\n\t\tcreatedAt: moment(user.createdAt).format(\"Do MMM YYYY\")\n\t}\n})}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "id": 84,
+ "email": 204
+ }
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "y6lqi4r1xl",
+ "topRow": 15,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "😍 Formatted Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "hd75cgspiv",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 16,
+ "bottomRow": 24,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🌩️ Often data returned by an API is not in the format the table requires. To convert the data to the correct format, we use Javascript and transform the data in the table data property. \n🌪️ The table maps over the data returned by getUsersAPI<\/b>, changes the status field to lowercase and formats the date field. \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}}<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "ow78o27gb5",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 26,
+ "bottomRow": 30,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the table properties. 🔠 Try updating the function in the table property and format the status<\/b> field to begin with a capital letter!<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "hmh7iay9le",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text14",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "xff54m33y3",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the table properties & the getUsers<\/b> Query. 🌟 Try navigating through the table's pages.<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text15",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "mlmkyirm8n",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 25,
+ "bottomRow": 26,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ }
+ ]
+ },
+ "policies": [],
+ "layoutOnLoadActions": [[
{
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "name": "getUsers",
+ "timeoutInMillisecond": 10000
},
{
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
+ "pluginType": "API",
+ "jsonPathKeys": [
+ "getUsersAPI.data.previous",
+ "getUsersAPI.data.next"
+ ],
+ "name": "getUsersAPI",
+ "timeoutInMillisecond": 10000
+ }
+ ]],
+ "publishedLayoutOnLoadActions": [[
+ {
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "name": "getUsers",
+ "timeoutInMillisecond": 10000
},
{
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
+ "pluginType": "API",
+ "jsonPathKeys": [
+ "getUsersAPI.data.previous",
+ "getUsersAPI.data.next"
+ ],
+ "name": "getUsersAPI",
+ "timeoutInMillisecond": 10000
}
- ]
- },
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "9o1dx1zkxp",
+ ]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "leftColumn": 0,
- "text": "👤 Update User",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "updateButton",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() => fetchUserByUrlParam.run(), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "mio7jzmj49",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 11,
- "bottomRow": 12,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
+ "bottomRow": 1360,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "epboelq954",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 10,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Update User"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 10,
- "isDefaultClickDisabled": true,
- "widgetId": "8mwfe4o99s",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 11,
- "bottomRow": 12,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "epboelq954",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 6,
- "text": "Reset"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 14,
- "widgetId": "75v9zd6qfq",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT",
- "defaultText": "{{fetchUserByUrlParam.data[0].name}}"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "8xxyi61bnt",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "vrkg24ziqv",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 14,
- "widgetId": "cte0iuvg43",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT",
- "defaultText": "{{fetchUserByUrlParam.data[0].email}}"
- },
- {
- "widgetName": "gender",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "3jsdwjjq4j",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "genderDropdown",
- "rightColumn": 14,
- "widgetId": "wdt4750qtk",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true,
- "defaultOptionValue": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "defaultOptionValue": "{{fetchUserByUrlParam.data[0].gender}}",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "{{fetchUserByUrlParam.data ? fetchUserByUrlParam.data[0].dob : null}}",
- "rightColumn": 14,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "ob7ukijkj6",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text6",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "qa9rt17hgi",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text7",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "82um6ujlvj",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Pre-Fill Form Fields\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "weebfy1s7o",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how forms can be pre-filled with data passed from another page through a url param",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "ns7umsaj20",
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "
🔍 Inspect the table properties & the input widgets & the fetchUserByUrlParam Query. \n🔄 Refresh the page with an email query param in the URL Trigger the navigate action from a button and pass a query param to the function. (Inspect refreshButton )
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "refreshButton",
- "rightColumn": 15,
- "onClick": "{{navigateTo(appsmith.URL.fullPath + '?email=james@freshdesk.com' )}}",
- "isDefaultClickDisabled": true,
- "widgetId": "bs657p5ziv",
- "dynamicProperties": {
- "onClick": true,
- "isVisible": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 14,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Refresh Page",
- "isDisabled": false
- },
- {
- "widgetName": "Text15",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "663vfouck2",
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "💡 On Page Load, the fetchUserByUrlParam Query is run. The query reads the email query param in the URL to fetch the relevant user. \nThe default property of the form input widgets are bound to the response of the fetchUserByUrlParam Query
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text16",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "ejpusse9wy",
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 7,
- "widgetId": "yihxuqc4pa",
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "3nz99ffgvf",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 3,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Displaying Data in a Table\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "zw1l4lqlxq",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "text": "This page demonstrates how Tables can display data from APIs & DB Queries, paginated the data & transform it to suit the widget",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "avatar",
+ "gender"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 10,
+ "widgetId": "sf07g7owd4",
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsers.run()}}",
+ "tableData": "{{getUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "address": 284,
+ "gender": 99,
+ "name": 130,
+ "id": 70,
+ "email": 175
+ }
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "wihhcbu9c4",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": " 💡 The table fetches data via the getUsers<\/b> Query. The data is bound to the table property using{{ \"{{ getUsers.data }}\" }}.<\/b> \n📄The getUsers<\/b> Query takes the pageNo of the table to paginate the request using {{\"{{ usersTable.pageNo }}\"}}<\/b> in the query.\n The table has server side pagination enabled and executes the query on page change.\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "2ea3qtzuug",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
"textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
+ },
+ {
+ "hiddenColumns": [
+ "avatar",
+ "updatedAt",
+ "gender",
+ "address"
+ ],
+ "widgetName": "usersTableFormatted",
+ "rightColumn": 10,
+ "widgetId": "6fxa6ls1xm",
+ "topRow": 16,
+ "bottomRow": 32,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersAPI.run()}}",
+ "tableData": "{{getUsersAPI.data.users.map((user) => { \n return {\n\t\t...user,\n\t\tstatus: user.status.toLowerCase(),\n\t\tcreatedAt: moment(user.createdAt).format(\"Do MMM YYYY\")\n\t}\n})}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "id": 84,
+ "email": 204
+ }
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "y6lqi4r1xl",
+ "topRow": 15,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "😍 Formatted Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "hd75cgspiv",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 16,
+ "bottomRow": 24,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🌩️ Often data returned by an API is not in the format the table requires. To convert the data to the correct format, we use Javascript and transform the data in the table data property. \n🌪️ The table maps over the data returned by getUsersAPI<\/b>, changes the status field to lowercase and formats the date field. \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}}<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "ow78o27gb5",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 26,
+ "bottomRow": 30,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the table properties. 🔠 Try updating the function in the table property and format the status<\/b> field to begin with a capital letter!<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text13",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "hmh7iay9le",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text14",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "xff54m33y3",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the table properties & the getUsers<\/b> Query. 🌟 Try navigating through the table's pages.<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text15",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "mlmkyirm8n",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 25,
+ "bottomRow": 26,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ }
+ ]
+ }
+ }]
+ },
+ {
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "usersTable.searchText || \"\"",
+ "(usersTable.pageNo - 1) * 10",
+ "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
+ ],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
}
- ]
},
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getSearchedUsers",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users where gender {{filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\"}} AND name ilike '%{{usersTable.searchText || \"\"}}%' ORDER BY id LIMIT 10 offset {{ (usersTable.pageNo - 1) * 10 }};\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "2. Searching & Filtering",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "usersTable",
+ "filterDropdown",
+ "Text10",
+ "Text9",
+ "Text8",
+ "Text3",
+ "Text2",
+ "Text1",
+ "MainContainer"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "kmgssafdwq",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Searching & Filtering\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "lisxd7rkzy",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "text": "This page demonstrates how to perform server side searching and filtering of datra. (Client side is enabled by default)",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 10,
+ "widgetId": "owqebe2drj",
+ "topRow": 4,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getSearchedUsers.run()}}",
+ "tableData": "{{getSearchedUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "onSearchTextChanged": "{{getSearchedUsers.run()}}",
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {
+ "onSearchTextChanged": true,
+ "onPageChange": true
+ },
+ "columnSizeMap": {
+ "address": 213,
+ "id": 78
+ }
+ },
+ {
+ "widgetName": "filterDropdown",
+ "rightColumn": 10,
+ "widgetId": "9bicbhtluy",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "defaultOptionValue": "ALL",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "dynamicTriggers": {"onOptionChange": true},
+ "options": "[\n {\n \"label\": \"All\",\n \"value\": \"ALL\"\n },{\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]",
+ "onOptionChange": "{{getSearchedUsers.run()}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "tosmuzh0kw",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
💡 The usersTable<\/b> displays data returned by the getSearchedUsers<\/b> Query. \n🔻 The filterDropdown<\/b> contains options to filter the users by gender. The dropdown executes the getSearchedUsers<\/b> Query onOptionSelected. \n❓The getSearchedUsers<\/b> Query has a where clause that reads it's values from the filterDropdown<\/b> and usersTable.searchText<\/b> \n✅ The getSearchedUsers<\/b> Query uses conditional checks to modify the where clause when the ALL option is selected and no searchText is present\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "fz0zdf4tii",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "c9la1jtf17",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "lpfksj1cri",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 18,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the filterDropdown<\/b> properties & the getSearchedUsers<\/b> Query. 🔍 Try searching and filtering the table data.<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ },
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "usersTable.searchText || \"\"",
+ "(usersTable.pageNo - 1) * 10",
+ "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
+ ],
+ "name": "getSearchedUsers",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": [
+ "usersTable.searchText || \"\"",
+ "(usersTable.pageNo - 1) * 10",
+ "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
+ ],
+ "name": "getSearchedUsers",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [],
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
"containerStyle": "none",
- "canExtend": false
- }
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "kmgssafdwq",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Searching & Filtering\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "lisxd7rkzy",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 1,
+ "text": "This page demonstrates how to perform server side searching and filtering of datra. (Client side is enabled by default)",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 10,
+ "widgetId": "owqebe2drj",
+ "topRow": 4,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getSearchedUsers.run()}}",
+ "tableData": "{{getSearchedUsers.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "onSearchTextChanged": "{{getSearchedUsers.run()}}",
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {
+ "onSearchTextChanged": true,
+ "onPageChange": true
+ },
+ "columnSizeMap": {
+ "address": 213,
+ "id": 78
+ }
+ },
+ {
+ "widgetName": "filterDropdown",
+ "rightColumn": 10,
+ "widgetId": "9bicbhtluy",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "defaultOptionValue": "ALL",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 74,
+ "leftColumn": 8,
+ "dynamicTriggers": {"onOptionChange": true},
+ "options": "[\n {\n \"label\": \"All\",\n \"value\": \"ALL\"\n },{\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]",
+ "onOptionChange": "{{getSearchedUsers.run()}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "tosmuzh0kw",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 4,
+ "bottomRow": 14,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
💡 The usersTable<\/b> displays data returned by the getSearchedUsers<\/b> Query. \n🔻 The filterDropdown<\/b> contains options to filter the users by gender. The dropdown executes the getSearchedUsers<\/b> Query onOptionSelected. \n❓The getSearchedUsers<\/b> Query has a where clause that reads it's values from the filterDropdown<\/b> and usersTable.searchText<\/b> \n✅ The getSearchedUsers<\/b> Query uses conditional checks to modify the where clause when the ALL option is selected and no searchText is present\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "fz0zdf4tii",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "c9la1jtf17",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "-------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "lpfksj1cri",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 18,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 11,
+ "text": "
🔍 Inspect the filterDropdown<\/b> properties & the getSearchedUsers<\/b> Query. 🔍 Try searching and filtering the table data.<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
}
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 518,
- "detachFromLayout": true,
- "widgetId": "epboelq954",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 520,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "yihxuqc4pa",
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 12
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Form",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 12
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": true,
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Submit"
- }
+ }]
+ },
+ {
+ "$actions": [{
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 10"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
},
- {
- "size": {
- "rows": 1,
- "cols": 4
- },
- "position": {
- "top": 11,
- "left": 8
- },
- "type": "FORM_BUTTON_WIDGET",
- "props": {
- "resetFormOnClick": true,
- "disabledWhenInvalid": false,
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Reset"
- }
- }
- ]
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getUsersDrilldown",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 10 offset {{ (usersTable.pageNo - 1) * 10 }};\n"
},
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "9o1dx1zkxp",
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }],
+ "deleted": false,
+ "name": "3. Drilldown Table Data",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "dobText",
+ "Text9",
+ "Text8",
+ "detailsContainer",
+ "addressText",
+ "Text2",
+ "Text1",
+ "emailText",
+ "nameText",
+ "MainContainer",
+ "usersTable",
+ "Text12",
+ "Text10",
+ "Text11",
+ "Canvas1",
+ "avatarImage",
+ "roleText"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "👤 Update User",
- "textStyle": "HEADING"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "updateButton",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() => fetchUserByUrlParam.run(), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "mio7jzmj49",
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 11,
- "bottomRow": 12,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "2jwect0lhg",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Drilldown Table Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "5iytdt4zb8",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 2,
+ "text": "This page demonstrates how to efficiently display the important columns in a table and to display the row details as a drilldown",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "address",
+ "role",
+ "gender",
+ "dob",
+ "phoneNo"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 8,
+ "widgetId": "2mameo5ws0",
+ "topRow": 4,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersDrilldown.run()}}",
+ "tableData": "{{getUsersDrilldown.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "name": 203,
+ "id": 72,
+ "phoneNo": 164,
+ "email": 362
+ }
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "detailsContainer",
+ "rightColumn": 16,
+ "widgetId": "ctgmvtblim",
+ "containerStyle": "card",
+ "topRow": 4,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "8f1tu5q2pt",
+ "u4p8iqclkx",
+ "img7hphdti",
+ "oas3cb2urw",
+ "lhhijlpqge",
+ "qbwww7njtr"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "cl6vqx5vsw",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "ctgmvtblim",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "image": "{{usersTable.selectedRow.avatar}}",
+ "widgetName": "avatarImage",
+ "rightColumn": 4,
+ "widgetId": "8f1tu5q2pt",
+ "topRow": 0,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "dynamicBindings": {"image": true},
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ {
+ "widgetName": "emailText",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "u4p8iqclkx",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.email}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "nameText",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "img7hphdti",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.name}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "oas3cb2urw",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.address}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "roleText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "lhhijlpqge",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "text": "{{usersTable.selectedRow.role}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "1x38sheka8",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "text": "{{moment(usersTable.selectedRow.dob).format(\"Do MMM YYYY\")}}",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "rf2yjbzd20",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "azglzewlcp",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "{{usersTable.selectedRow ? \"🙎 User Details\" : \"👈 Select a user in the table\"}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "fwvqp8bxqk",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔩 The non-essential table columns are hidden and the detailsContainer<\/b> displays a drill down view of the entire row. \n🖼️ The container is customised with widgets for each column in the table ex. Image widget for avatar. \n🔘 The widgets are bound to the value of the selectedRow<\/b> in the usersTable<\/b> using {{\"{{ usersTable.selectedRow.columnName }}\"}}<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "wc3bxw54hq",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "7fuhyiakvc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 16,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the widget properties in the detailsContainer<\/b>. ☿️ Try displaying the users gender in the detailsContainer<\/b>.<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ },
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 10"],
+ "name": "getUsersDrilldown",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 10"],
+ "name": "getUsersDrilldown",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
"dynamicBindings": {},
- "parentId": "epboelq954",
- "isLoading": false,
- "disabledWhenInvalid": true,
- "leftColumn": 10,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Update User"
- },
- {
- "resetFormOnClick": true,
- "widgetName": "FormButton2",
- "rightColumn": 10,
- "isDefaultClickDisabled": true,
- "widgetId": "8mwfe4o99s",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 11,
- "bottomRow": 12,
- "isVisible": true,
- "type": "FORM_BUTTON_WIDGET",
- "parentId": "epboelq954",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "leftColumn": 6,
- "text": "Reset"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 14,
- "widgetId": "75v9zd6qfq",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT",
- "defaultText": "{{fetchUserByUrlParam.data[0].name}}"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "8xxyi61bnt",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "vrkg24ziqv",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 14,
- "widgetId": "cte0iuvg43",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "inputType": "TEXT",
- "defaultText": "{{fetchUserByUrlParam.data[0].email}}"
- },
- {
- "widgetName": "gender",
- "rightColumn": 5,
- "textAlign": "LEFT",
- "widgetId": "3jsdwjjq4j",
- "topRow": 6,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "genderDropdown",
- "rightColumn": 14,
- "widgetId": "wdt4750qtk",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true,
- "defaultOptionValue": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "defaultOptionValue": "{{fetchUserByUrlParam.data[0].gender}}",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "options": "[\n {\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "{{fetchUserByUrlParam.data ? fetchUserByUrlParam.data[0].dob : null}}",
- "rightColumn": 14,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "ob7ukijkj6",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "isDisabled": false
- },
- {
- "widgetName": "Text6",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "qa9rt17hgi",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "epboelq954",
- "isLoading": false,
- "parentColumnSpace": 25.25,
- "leftColumn": 1,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text7",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "82um6ujlvj",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Pre-Fill Form Fields\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 13,
- "textAlign": "CENTER",
- "widgetId": "weebfy1s7o",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "This page demonstrates how forms can be pre-filled with data passed from another page through a url param",
- "textStyle": "BODY"
- },
- {
- "widgetName": "Text11",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "ns7umsaj20",
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "
🔍 Inspect the table properties & the input widgets & the fetchUserByUrlParam Query. \n🔄 Refresh the page with an email query param in the URL Trigger the navigate action from a button and pass a query param to the function. (Inspect refreshButton )
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "refreshButton",
- "rightColumn": 15,
- "onClick": "{{navigateTo(appsmith.URL.fullPath + '?email=james@freshdesk.com' )}}",
- "isDefaultClickDisabled": true,
- "widgetId": "bs657p5ziv",
- "dynamicProperties": {
- "onClick": true,
- "isVisible": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 14,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "BUTTON_WIDGET",
- "dynamicBindings": {
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 13,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Refresh Page",
- "isDisabled": false
- },
- {
- "widgetName": "Text15",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "663vfouck2",
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "💡 On Page Load, the fetchUserByUrlParam Query is run. The query reads the email query param in the URL to fetch the relevant user. \nThe default property of the form input widgets are bound to the response of the fetchUserByUrlParam Query
",
- "textStyle": "BODY",
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text16",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "ejpusse9wy",
- "topRow": 9,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "fetchUserByUrlParam",
- "pluginType": "DB",
- "jsonPathKeys": [
- "appsmith.URL.queryParams.email"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "fetchUserByUrlParam",
- "pluginType": "DB",
- "jsonPathKeys": [
- "appsmith.URL.queryParams.email"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Form1",
- "Text9",
- "gender",
- "Text7",
- "Text6",
- "FormButton2",
- "Text3",
- "Text2",
- "Text1",
- "Text16",
- "nameInput",
- "emailInput",
- "MainContainer",
- "Text15",
- "Text11",
- "Canvas1",
- "refreshButton",
- "genderDropdown",
- "updateButton",
- "dobPicker"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Application"
- },
- {
- "name": "Table Tutorial",
- "isPublic": true,
- "$pages": [
- {
- "name": "1. Displaying Data",
- "$isDefault": true,
- "$actions": [
- {
- "name": "getUsers",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users ORDER BY id LIMIT 5 offset {{(usersTable.pageNo - 1) * 5}};\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "getUsersAPI",
- "datasource": {
- "$isEmbedded": true,
- "name": "DEFAULT_REST_DATASOURCE",
- "$pluginPackageName": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://mock-api.appsmith.com"
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "URL",
- "path": "/users",
- "headers": [
- {
- "key": "",
- "value": ""
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "queryParameters": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "httpMethod": "GET",
- "next": "{{getUsersAPI.data.next}}",
- "prev": "{{getUsersAPI.data.previous}}"
- },
- "pluginType": "API",
- "dynamicBindingPathList": [
- {
- "key": "prev"
- },
- {
- "key": "next"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "getUsersAPI.data.previous",
- "getUsersAPI.data.next"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1360,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "3nz99ffgvf",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Displaying Data in a Table\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "zw1l4lqlxq",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "text": "This page demonstrates how Tables can display data from APIs & DB Queries, paginated the data & transform it to suit the widget",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "avatar",
- "gender"
- ],
- "widgetName": "usersTable",
- "rightColumn": 10,
- "widgetId": "sf07g7owd4",
- "topRow": 4,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsers.run()}}",
- "tableData": "{{getUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "address": 284,
- "gender": 99,
- "name": 130,
- "id": 70,
- "email": 175
- }
- },
- {
- "widgetName": "Text3",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "wihhcbu9c4",
- "topRow": 4,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 11,
- "text": "💡 The table fetches data via the getUsers Query. The data is bound to the table property using{{ \"{{ getUsers.data }}\" }}. \n📄The getUsers Query takes the pageNo of the table to paginate the request using {{\"{{ usersTable.pageNo }}\"}} in the query.\n The table has server side pagination enabled and executes the query on page change.\n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text5",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "2ea3qtzuug",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "👤 Users",
- "textStyle": "HEADING"
- },
- {
- "hiddenColumns": [
- "avatar",
- "updatedAt",
- "gender",
- "address"
- ],
- "widgetName": "usersTableFormatted",
- "rightColumn": 10,
- "widgetId": "6fxa6ls1xm",
- "topRow": 16,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersAPI.run()}}",
- "tableData": "{{getUsersAPI.data.users.map((user) => { \n return {\n\t\t...user,\n\t\tstatus: user.status.toLowerCase(),\n\t\tcreatedAt: moment(user.createdAt).format(\"Do MMM YYYY\")\n\t}\n})}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "id": 84,
- "email": 204
- },
- "serverSidePaginationEnabled": true
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "y6lqi4r1xl",
- "topRow": 15,
- "bottomRow": 16,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "😍 Formatted Users",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "hd75cgspiv",
- "topRow": 16,
- "bottomRow": 24,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 11,
- "text": "🌩️ Often data returned by an API is not in the format the table requires. To convert the data to the correct format, we use Javascript and transform the data in the table data property. \n🌪️ The table maps over the data returned by getUsersAPI , changes the status field to lowercase and formats the date field. \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties. 🔠 Try updating the function in the table property and format the status field to begin with a capital letter!
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 26,
- "bottomRow": 30,
- "parentId": "0",
- "widgetId": "ow78o27gb5",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text13",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 10,
- "bottomRow": 11,
- "parentId": "0",
- "widgetId": "hmh7iay9le",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties & the getUsers Query. 🌟 Try navigating through the table's pages.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text14",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 11,
- "bottomRow": 15,
- "parentId": "0",
- "widgetId": "xff54m33y3",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text15",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 25,
- "bottomRow": 26,
- "parentId": "0",
- "widgetId": "mlmkyirm8n",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1360,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "3nz99ffgvf",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 3,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Displaying Data in a Table\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "zw1l4lqlxq",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "text": "This page demonstrates how Tables can display data from APIs & DB Queries, paginated the data & transform it to suit the widget",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "avatar",
- "gender"
- ],
- "widgetName": "usersTable",
- "rightColumn": 10,
- "widgetId": "sf07g7owd4",
- "topRow": 4,
- "bottomRow": 14,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsers.run()}}",
- "tableData": "{{getUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "address": 284,
- "gender": 99,
- "name": 130,
- "id": 70,
- "email": 175
- }
- },
- {
- "widgetName": "Text3",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "wihhcbu9c4",
- "topRow": 4,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 11,
- "text": "💡 The table fetches data via the getUsers Query. The data is bound to the table property using{{ \"{{ getUsers.data }}\" }}. \n📄The getUsers Query takes the pageNo of the table to paginate the request using {{\"{{ usersTable.pageNo }}\"}} in the query.\n The table has server side pagination enabled and executes the query on page change.\n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "widgetName": "Text5",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "2ea3qtzuug",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "👤 Users",
- "textStyle": "HEADING"
- },
- {
- "hiddenColumns": [
- "avatar",
- "updatedAt",
- "gender",
- "address"
- ],
- "widgetName": "usersTableFormatted",
- "rightColumn": 10,
- "widgetId": "6fxa6ls1xm",
- "topRow": 16,
- "bottomRow": 32,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersAPI.run()}}",
- "tableData": "{{getUsersAPI.data.users.map((user) => { \n return {\n\t\t...user,\n\t\tstatus: user.status.toLowerCase(),\n\t\tcreatedAt: moment(user.createdAt).format(\"Do MMM YYYY\")\n\t}\n})}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "id": 84,
- "email": 204
- },
- "serverSidePaginationEnabled": true
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "y6lqi4r1xl",
- "topRow": 15,
- "bottomRow": 16,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "😍 Formatted Users",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "hd75cgspiv",
- "topRow": 16,
- "bottomRow": 24,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 11,
- "text": "🌩️ Often data returned by an API is not in the format the table requires. To convert the data to the correct format, we use Javascript and transform the data in the table data property. \n🌪️ The table maps over the data returned by getUsersAPI , changes the status field to lowercase and formats the date field. \n🧱 APIs, Queries and Widgets are all objects of the application exposed via Javascript inside {{\"{{}}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties. 🔠 Try updating the function in the table property and format the status field to begin with a capital letter!
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 26,
- "bottomRow": 30,
- "parentId": "0",
- "widgetId": "ow78o27gb5",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text13",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 10,
- "bottomRow": 11,
- "parentId": "0",
- "widgetId": "hmh7iay9le",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties & the getUsers Query. 🌟 Try navigating through the table's pages.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text14",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 11,
- "bottomRow": 15,
- "parentId": "0",
- "widgetId": "xff54m33y3",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text15",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 25,
- "bottomRow": 26,
- "parentId": "0",
- "widgetId": "mlmkyirm8n",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "timeoutInMillisecond": 10000
- },
- {
- "name": "getUsersAPI",
- "pluginType": "API",
- "jsonPathKeys": [
- "getUsersAPI.data.previous",
- "getUsersAPI.data.next"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "timeoutInMillisecond": 10000
- },
- {
- "name": "getUsersAPI",
- "pluginType": "API",
- "jsonPathKeys": [
- "getUsersAPI.data.previous",
- "getUsersAPI.data.next"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Text9",
- "Text8",
- "Text5",
- "Text3",
- "Text2",
- "Text1",
- "Text14",
- "MainContainer",
- "Text15",
- "usersTable",
- "Text12",
- "Text13",
- "usersTableFormatted"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "2. Searching & Filtering",
- "$isDefault": false,
- "$actions": [
- {
- "name": "getSearchedUsers",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users where gender {{filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\"}} AND name ilike '%{{usersTable.searchText || \"\"}}%' ORDER BY id LIMIT 10 offset {{ (usersTable.pageNo - 1) * 10 }};\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "usersTable.searchText || \"\"",
- "(usersTable.pageNo - 1) * 10",
- "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "kmgssafdwq",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Searching & Filtering\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "lisxd7rkzy",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "text": "This page demonstrates how to perform server side searching and filtering of datra. (Client side is enabled by default)",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar"
- ],
- "widgetName": "usersTable",
- "rightColumn": 10,
- "widgetId": "owqebe2drj",
- "topRow": 4,
- "bottomRow": 20,
- "parentRowSpace": 40,
- "tableData": "{{getSearchedUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "columnSizeMap": {
- "id": 78,
- "address": 213
- },
- "serverSidePaginationEnabled": true,
- "dynamicTriggers": {
- "onPageChange": true,
- "onSearchTextChanged": true
- },
- "onPageChange": "{{getSearchedUsers.run()}}",
- "onSearchTextChanged": "{{getSearchedUsers.run()}}"
- },
- {
- "widgetName": "filterDropdown",
- "rightColumn": 10,
- "widgetId": "9bicbhtluy",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "0",
- "isLoading": false,
- "defaultOptionValue": "ALL",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "options": "[\n {\n \"label\": \"All\",\n \"value\": \"ALL\"\n },{\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]",
- "dynamicTriggers": {
- "onOptionChange": true
- },
- "onOptionChange": "{{getSearchedUsers.run()}}"
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "💡 The usersTable displays data returned by the getSearchedUsers Query. \n🔻 The filterDropdown contains options to filter the users by gender. The dropdown executes the getSearchedUsers Query onOptionSelected. \n❓The getSearchedUsers Query has a where clause that reads it's values from the filterDropdown and usersTable.searchText \n✅ The getSearchedUsers Query uses conditional checks to modify the where clause when the ALL option is selected and no searchText is present\n
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text3",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 4,
- "bottomRow": 14,
- "parentId": "0",
- "widgetId": "tosmuzh0kw",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": true,
- "text": "👤 Users",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text8",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 4,
- "topRow": 3,
- "bottomRow": 4,
- "parentId": "0",
- "widgetId": "fz0zdf4tii",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text9",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 14,
- "bottomRow": 15,
- "parentId": "0",
- "widgetId": "c9la1jtf17",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the filterDropdown properties & the getSearchedUsers Query. 🔍 Try searching and filtering the table data.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text10",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 15,
- "bottomRow": 18,
- "parentId": "0",
- "widgetId": "lpfksj1cri",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "kmgssafdwq",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Searching & Filtering\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "lisxd7rkzy",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 1,
- "text": "This page demonstrates how to perform server side searching and filtering of datra. (Client side is enabled by default)",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar"
- ],
- "widgetName": "usersTable",
- "rightColumn": 10,
- "widgetId": "owqebe2drj",
- "topRow": 4,
- "bottomRow": 20,
- "parentRowSpace": 40,
- "tableData": "{{getSearchedUsers.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "columnSizeMap": {
- "id": 78,
- "address": 213
- },
- "serverSidePaginationEnabled": true,
- "dynamicTriggers": {
- "onPageChange": true,
- "onSearchTextChanged": true
- },
- "onPageChange": "{{getSearchedUsers.run()}}",
- "onSearchTextChanged": "{{getSearchedUsers.run()}}"
- },
- {
- "widgetName": "filterDropdown",
- "rightColumn": 10,
- "widgetId": "9bicbhtluy",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "0",
- "isLoading": false,
- "defaultOptionValue": "ALL",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 74,
- "leftColumn": 8,
- "options": "[\n {\n \"label\": \"All\",\n \"value\": \"ALL\"\n },{\n \"label\": \"Male\",\n \"value\": \"Male\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"Female\"\n }\n]",
- "dynamicTriggers": {
- "onOptionChange": true
- },
- "onOptionChange": "{{getSearchedUsers.run()}}"
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "💡 The usersTable displays data returned by the getSearchedUsers Query. \n🔻 The filterDropdown contains options to filter the users by gender. The dropdown executes the getSearchedUsers Query onOptionSelected. \n❓The getSearchedUsers Query has a where clause that reads it's values from the filterDropdown and usersTable.searchText \n✅ The getSearchedUsers Query uses conditional checks to modify the where clause when the ALL option is selected and no searchText is present\n
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text3",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 4,
- "bottomRow": 14,
- "parentId": "0",
- "widgetId": "tosmuzh0kw",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": true,
- "text": "👤 Users",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text8",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 4,
- "topRow": 3,
- "bottomRow": 4,
- "parentId": "0",
- "widgetId": "fz0zdf4tii",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "-------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text9",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 14,
- "bottomRow": 15,
- "parentId": "0",
- "widgetId": "c9la1jtf17",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the filterDropdown properties & the getSearchedUsers Query. 🔍 Try searching and filtering the table data.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text10",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 11,
- "rightColumn": 16,
- "topRow": 15,
- "bottomRow": 18,
- "parentId": "0",
- "widgetId": "lpfksj1cri",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getSearchedUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "usersTable.searchText || \"\"",
- "(usersTable.pageNo - 1) * 10",
- "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getSearchedUsers",
- "pluginType": "DB",
- "jsonPathKeys": [
- "usersTable.searchText || \"\"",
- "(usersTable.pageNo - 1) * 10",
- "filterDropdown.selectedOptionValue === \"ALL\" ? \"IN ('Male','Female')\" : \n\"= '\" + filterDropdown.selectedOptionValue + \"'\""
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "usersTable",
- "filterDropdown",
- "Text10",
- "Text9",
- "Text8",
- "Text3",
- "Text2",
- "Text1",
- "MainContainer"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "3. Drilldown Table Data",
- "$isDefault": false,
- "$actions": [
- {
- "name": "getUsersDrilldown",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "2jwect0lhg",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Drilldown Table Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 14,
+ "textAlign": "CENTER",
+ "widgetId": "5iytdt4zb8",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 2,
+ "text": "This page demonstrates how to efficiently display the important columns in a table and to display the row details as a drilldown",
+ "textStyle": "BODY"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "address",
+ "role",
+ "gender",
+ "dob",
+ "phoneNo"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 8,
+ "widgetId": "2mameo5ws0",
+ "topRow": 4,
+ "bottomRow": 20,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersDrilldown.run()}}",
+ "tableData": "{{getUsersDrilldown.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnSizeMap": {
+ "name": 203,
+ "id": 72,
+ "phoneNo": 164,
+ "email": 362
+ }
+ },
+ {
+ "backgroundColor": "#FFFFFF",
+ "widgetName": "detailsContainer",
+ "rightColumn": 16,
+ "widgetId": "ctgmvtblim",
+ "containerStyle": "card",
+ "topRow": 4,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "CONTAINER_WIDGET",
+ "parentId": "0",
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "detachFromLayout": true,
+ "children": [
+ "8f1tu5q2pt",
+ "u4p8iqclkx",
+ "img7hphdti",
+ "oas3cb2urw",
+ "lhhijlpqge",
+ "qbwww7njtr"
+ ],
+ "containerStyle": "none",
+ "canExtend": false
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 592,
+ "detachFromLayout": true,
+ "widgetId": "cl6vqx5vsw",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "parentId": "ctgmvtblim",
+ "minHeight": 400,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "image": "{{usersTable.selectedRow.avatar}}",
+ "widgetName": "avatarImage",
+ "rightColumn": 4,
+ "widgetId": "8f1tu5q2pt",
+ "topRow": 0,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "IMAGE_WIDGET",
+ "dynamicBindings": {"image": true},
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
+ },
+ {
+ "widgetName": "emailText",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "u4p8iqclkx",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.email}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "nameText",
+ "rightColumn": 12,
+ "textAlign": "LEFT",
+ "widgetId": "img7hphdti",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 34.5,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.name}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "oas3cb2urw",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 5,
+ "text": "{{usersTable.selectedRow.address}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "roleText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "lhhijlpqge",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "text": "{{usersTable.selectedRow.role}}",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobText",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "1x38sheka8",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "cl6vqx5vsw",
+ "isLoading": false,
+ "parentColumnSpace": 29.875,
+ "leftColumn": 12,
+ "text": "{{moment(usersTable.selectedRow.dob).format(\"Do MMM YYYY\")}}",
+ "textStyle": "LABEL"
+ }
+ ]
+ }]
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "rf2yjbzd20",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 15,
+ "textAlign": "LEFT",
+ "widgetId": "azglzewlcp",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "shouldScroll": false,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "{{usersTable.selectedRow ? \"🙎 User Details\" : \"👈 Select a user in the table\"}}",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "fwvqp8bxqk",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 10,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": " 🔩 The non-essential table columns are hidden and the detailsContainer<\/b> displays a drill down view of the entire row. \n🖼️ The container is customised with widgets for each column in the table ex. Image widget for avatar. \n🔘 The widgets are bound to the value of the selectedRow<\/b> in the usersTable<\/b> using {{\"{{ usersTable.selectedRow.columnName }}\"}}<\/b>\n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text11",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "wc3bxw54hq",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 15,
+ "bottomRow": 16,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "---------------------------------------------------------------------",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text12",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "7fuhyiakvc",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 16,
+ "bottomRow": 19,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the widget properties in the detailsContainer<\/b>. ☿️ Try displaying the users gender in the detailsContainer<\/b>.<\/p>",
+ "textStyle": "BODY"
+ }
+ ]
+ }
+ }]
},
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users ORDER BY id LIMIT 10 offset {{ (usersTable.pageNo - 1) * 10 }};\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
{
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 10"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "2jwect0lhg",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Drilldown Table Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "5iytdt4zb8",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 2,
- "text": "This page demonstrates how to efficiently display the important columns in a table and to display the row details as a drilldown",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "address",
- "role",
- "gender",
- "dob",
- "phoneNo"
- ],
- "widgetName": "usersTable",
- "rightColumn": 8,
- "widgetId": "2mameo5ws0",
- "topRow": 4,
- "bottomRow": 20,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersDrilldown.run()}}",
- "tableData": "{{getUsersDrilldown.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "id": 72,
- "phoneNo": 164,
- "email": 362,
- "name": 203
- }
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "detailsContainer",
- "rightColumn": 16,
- "widgetId": "ctgmvtblim",
- "containerStyle": "card",
- "topRow": 4,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
+ "$actions": [
{
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "detachFromLayout": true,
- "children": [
- "8f1tu5q2pt",
- "u4p8iqclkx",
- "img7hphdti",
- "oas3cb2urw",
- "lhhijlpqge",
- "qbwww7njtr"
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "getUsersToEdit",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 5 offset {{(usersTable.pageNo - 1) * 5}};\n"
+ },
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ },
+ {
+ "invalids": [],
+ "pluginType": "DB",
+ "deleted": false,
+ "dynamicBindingPathList": [{"key": "body"}],
+ "jsonPathKeys": [
+ "genderRadio.selectedOptionValue",
+ "roleDropdown.selectedOptionValue",
+ "dobPicker.selectedDate",
+ "addressInput.text",
+ "nameInput.text",
+ "usersTable.selectedRow.id",
+ "emailInput.text"
],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "cl6vqx5vsw",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "ctgmvtblim",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "image": "{{usersTable.selectedRow.avatar}}",
- "widgetName": "avatarImage",
- "rightColumn": 4,
- "widgetId": "8f1tu5q2pt",
- "topRow": 0,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "IMAGE_WIDGET",
- "dynamicBindings": {
- "image": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
- },
- {
- "widgetName": "emailText",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "u4p8iqclkx",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.email}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "nameText",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "img7hphdti",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.name}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "oas3cb2urw",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
+ "datasource": {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
+ },
+ "$isEmbedded": false
},
- "shouldScroll": false,
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.address}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "roleText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "lhhijlpqge",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
+ "isValid": true,
+ "name": "updateUser",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "body": "update users set \nname = '{{nameInput.text}}',\nemail = '{{emailInput.text}}',\ngender = '{{genderRadio.selectedOptionValue}}',\nrole = '{{roleDropdown.selectedOptionValue}}',\ndob = '{{dobPicker.selectedDate}}',\naddress = '{{addressInput.text}}'\nwhere id = '{{usersTable.selectedRow.id}}'"
},
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "text": "{{usersTable.selectedRow.role}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "1x38sheka8",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "text": "{{moment(usersTable.selectedRow.dob).format(\"Do MMM YYYY\")}}",
- "textStyle": "LABEL",
- "dynamicBindings": {
- "text": true,
- "value": true
- }
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "rf2yjbzd20",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "👤 Users",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "azglzewlcp",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "{{usersTable.selectedRow ? \"🙎 User Details\" : \"👈 Select a user in the table\"}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text10",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "fwvqp8bxqk",
- "topRow": 10,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "
🔩 The non-essential table columns are hidden and the detailsContainer displays a drill down view of the entire row. \n🖼️ The container is customised with widgets for each column in the table ex. Image widget for avatar. \n🔘 The widgets are bound to the value of the selectedRow in the usersTable using {{\"{{ usersTable.selectedRow.columnName }}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text11",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 15,
- "bottomRow": 16,
- "parentId": "0",
- "widgetId": "wc3bxw54hq",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the widget properties in the detailsContainer . ☿️ Try displaying the users gender in the detailsContainer .
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 16,
- "bottomRow": 19,
- "parentId": "0",
- "widgetId": "7fuhyiakvc",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "2jwect0lhg",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Drilldown Table Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text2",
- "rightColumn": 14,
- "textAlign": "CENTER",
- "widgetId": "5iytdt4zb8",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 2,
- "text": "This page demonstrates how to efficiently display the important columns in a table and to display the row details as a drilldown",
- "textStyle": "BODY"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "address",
- "role",
- "gender",
- "dob",
- "phoneNo"
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Action"
+ }
],
- "widgetName": "usersTable",
- "rightColumn": 8,
- "widgetId": "2mameo5ws0",
- "topRow": 4,
- "bottomRow": 20,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersDrilldown.run()}}",
- "tableData": "{{getUsersDrilldown.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnSizeMap": {
- "id": 72,
- "phoneNo": 164,
- "email": 362,
- "name": 203
- }
- },
- {
- "backgroundColor": "#FFFFFF",
- "widgetName": "detailsContainer",
- "rightColumn": 16,
- "widgetId": "ctgmvtblim",
- "containerStyle": "card",
- "topRow": 4,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "CONTAINER_WIDGET",
- "parentId": "0",
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
+ "deleted": false,
+ "name": "4. Editing Table Data",
+ "policies": [],
+ "$isDefault": false,
+ "_class": "com.appsmith.server.domains.Page",
+ "layouts": [{
+ "deleted": false,
+ "widgetNames": [
+ "Text9",
+ "edit_user_modal",
+ "Button1",
+ "Text8",
+ "Text7",
+ "Text6",
+ "Text5",
+ "Text4",
+ "Text3",
+ "Text2",
+ "Text1",
+ "Icon1",
+ "usersTable",
+ "dobPicker",
+ "Text18",
+ "Text19",
+ "nameInput",
+ "Text17",
+ "emailInput",
+ "MainContainer",
+ "Text10",
+ "Canvas1",
+ "Button2",
+ "roleDropdown",
+ "addressInput"
+ ],
+ "publishedDsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
"detachFromLayout": true,
- "children": [
- "8f1tu5q2pt",
- "u4p8iqclkx",
- "img7hphdti",
- "oas3cb2urw",
- "lhhijlpqge",
- "qbwww7njtr"
- ],
- "containerStyle": "none",
- "canExtend": false
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 592,
- "detachFromLayout": true,
- "widgetId": "cl6vqx5vsw",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "parentId": "ctgmvtblim",
- "minHeight": 400,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "image": "{{usersTable.selectedRow.avatar}}",
- "widgetName": "avatarImage",
- "rightColumn": 4,
- "widgetId": "8f1tu5q2pt",
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "IMAGE_WIDGET",
- "dynamicBindings": {
- "image": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "imageShape": "RECTANGLE",
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "defaultImage": "https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"
- },
- {
- "widgetName": "emailText",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "u4p8iqclkx",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.email}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "nameText",
- "rightColumn": 12,
- "textAlign": "LEFT",
- "widgetId": "img7hphdti",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 34.5,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.name}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "oas3cb2urw",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "shouldScroll": false,
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 5,
- "text": "{{usersTable.selectedRow.address}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "roleText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "lhhijlpqge",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "text": "{{usersTable.selectedRow.role}}",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobText",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "1x38sheka8",
- "topRow": 1,
- "bottomRow": 2,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "parentId": "cl6vqx5vsw",
- "isLoading": false,
- "parentColumnSpace": 29.875,
- "leftColumn": 12,
- "text": "{{moment(usersTable.selectedRow.dob).format(\"Do MMM YYYY\")}}",
- "textStyle": "LABEL",
- "dynamicBindings": {
- "text": true,
- "value": true
- }
- }
- ]
- }
- ]
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "rf2yjbzd20",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "text": "👤 Users",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text9",
- "rightColumn": 15,
- "textAlign": "LEFT",
- "widgetId": "azglzewlcp",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "shouldScroll": false,
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "{{usersTable.selectedRow ? \"🙎 User Details\" : \"👈 Select a user in the table\"}}",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Text10",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "fwvqp8bxqk",
- "topRow": 10,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 9,
- "text": "🔩 The non-essential table columns are hidden and the detailsContainer displays a drill down view of the entire row. \n🖼️ The container is customised with widgets for each column in the table ex. Image widget for avatar. \n🔘 The widgets are bound to the value of the selectedRow in the usersTable using {{\"{{ usersTable.selectedRow.columnName }}\"}} \n
",
- "textStyle": "BODY",
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "---------------------------------------------------------------------",
- "textStyle": "LABEL",
- "textAlign": "LEFT",
- "widgetName": "Text11",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 15,
- "bottomRow": 16,
- "parentId": "0",
- "widgetId": "wc3bxw54hq",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the widget properties in the detailsContainer . ☿️ Try displaying the users gender in the detailsContainer .
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text12",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 16,
- "bottomRow": 19,
- "parentId": "0",
- "widgetId": "7fuhyiakvc",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getUsersDrilldown",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 10"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getUsersDrilldown",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 10"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "dobText",
- "Text9",
- "Text8",
- "detailsContainer",
- "addressText",
- "Text2",
- "Text1",
- "emailText",
- "nameText",
- "MainContainer",
- "usersTable",
- "Text12",
- "Text10",
- "Text11",
- "Canvas1",
- "avatarImage",
- "roleText"
- ],
- "deleted": false,
- "policies": []
- }
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
- },
- {
- "name": "4. Editing Table Data",
- "$isDefault": false,
- "$actions": [
- {
- "name": "getUsersToEdit",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "SELECT * FROM users ORDER BY id LIMIT 5 offset {{(usersTable.pageNo - 1) * 5}};\n"
- },
- "pluginType": "DB",
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- },
- {
- "name": "updateUser",
- "datasource": {
- "$isEmbedded": false,
- "name": "Mock Database",
- "$pluginPackageName": "postgres-plugin",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE"
- },
- "endpoints": [
- {
- "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
- "port": 5432
- }
- ],
- "authentication": {
- "username": "fakeapi",
- "password": "LimitedAccess123#",
- "databaseName": "fakeapi"
- },
- "sshProxyEnabled": false
- },
- "invalids": [],
- "deleted": false,
- "policies": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "body": "update users set \nname = '{{nameInput.text}}',\nemail = '{{emailInput.text}}',\ngender = '{{genderRadio.selectedOptionValue}}',\nrole = '{{roleDropdown.selectedOptionValue}}',\ndob = '{{dobPicker.selectedDate}}',\naddress = '{{addressInput.text}}'\nwhere id = '{{usersTable.selectedRow.id}}'"
- },
- "pluginType": "DB",
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "genderRadio.selectedOptionValue",
- "roleDropdown.selectedOptionValue",
- "dobPicker.selectedDate",
- "addressInput.text",
- "nameInput.text",
- "usersTable.selectedRow.id",
- "emailInput.text"
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Action"
- }
- ],
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "6mfm6rqhpo",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Editing Table Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "phoneNo"
- ],
- "widgetName": "usersTable",
- "rightColumn": 16,
- "widgetId": "9u4ssyjwvu",
- "topRow": 3,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersToEdit.run()}}",
- "tableData": "{{getUsersToEdit.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnActions": [
- {
- "actionPayloads": [],
- "label": "Edit",
- "id": "6apm73t6ss",
- "dynamicTrigger": "{{showModal('edit_user_modal')}}"
- }
- ],
- "columnSizeMap": {
- "address": 218,
- "role": 96,
- "id": 75,
- "email": 185
- }
- },
- {
- "widgetName": "edit_user_modal",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "xrk5ogzbyl",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "dynamicBindings": {},
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "6mfm6rqhpo",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Editing Table Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "phoneNo"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 16,
+ "widgetId": "9u4ssyjwvu",
+ "topRow": 3,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersToEdit.run()}}",
+ "tableData": "{{getUsersToEdit.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnActions": [{
+ "actionPayloads": [],
+ "label": "Edit",
+ "id": "6apm73t6ss",
+ "dynamicTrigger": "{{showModal('edit_user_modal')}}"
+ }],
+ "columnSizeMap": {
+ "address": 218,
+ "role": 96,
+ "id": 75,
+ "email": 185
+ }
+ },
+ {
+ "widgetName": "edit_user_modal",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "xrk5ogzbyl",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "dynamicBindings": {},
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_LARGE",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "e3ez3d0tal",
+ "topRow": 0,
+ "bottomRow": 640,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "xrk5ogzbyl",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('edit_user_modal')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "ei1yvwhoo6",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 15,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "n8954upfed",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Edit {{usersTable.selectedRow ? usersTable.selectedRow.name : \"User\"}} Profile",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "rezsknprd6",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button2",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() =>\n getUsersToEdit.run(() => closeModal('edit_user_modal')), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "odxfvsu7yu",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Update",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "rtizqvkf8i",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 12,
+ "widgetId": "lddk038cph",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.name}}"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "69nnj7hrek",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 12,
+ "widgetId": "t3ym9irla8",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.email}}"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "61gx996lf8",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Role",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "roleDropdown",
+ "rightColumn": 12,
+ "widgetId": "h8m5l0xnhq",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "defaultOptionValue": true,
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "defaultOptionValue": "{{usersTable.selectedRow.role}}",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "options": "[\n {\n \"label\": \"Admin\",\n \"value\": \"Admin\"\n },\n {\n \"label\": \"Editor\",\n \"value\": \"Editor\"\n },\n\t{\n \"label\": \"Viewer\",\n \"value\": \"Viewer\"\n }\n]"
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "4cvt7ueu8x",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "r8u4ive9g2",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Address",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressInput",
+ "rightColumn": 12,
+ "widgetId": "fa42qbxle6",
+ "topRow": 8,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.address}}"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "ix9cdf6ffu",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "{{usersTable.selectedRow.dob}}",
+ "rightColumn": 12,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "sc1fdb61r5",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text18",
+ "rightColumn": 16,
+ "textAlign": "CENTER",
+ "widgetId": "akbigj7yki",
+ "topRow": 12,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 1,
+ "text": " Add a radio buttin for gender and bind it to the update query<\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "762rdibr8m",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates how to edit data displayed in a table",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 8,
+ "textAlign": "LEFT",
+ "widgetId": "m7i35s4wii",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 21,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "
🖋️ The table has an 'Edit' row action which opens a modal. \n🔌 The modal contains input widgets with default values bound to the {{\"{{ usersTable.selectedRow }}\"}}<\/b>. \n🔘 The updateButton<\/b> in the modal executes the\nupdateUser<\/b> Query, executes the getUsersToEdit<\/b> Query onSuccess and then closes the modal. \n✍🏻 This workflow which needs more than 2 steps is configured by converting the onClick<\/b> field to JS<\/b>. \n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text17",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "i53n9ij8oe",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
"textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "Text19",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "3ln6v3fwe7",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the table properties & the modal (Click Edit)<\/b>. 🌟 Add a gender field to the modal & connect it to the updateUser<\/b> Query.<\/p>",
+ "textStyle": "BODY"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
- }
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_LARGE",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "e3ez3d0tal",
- "topRow": 0,
- "bottomRow": 640,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "xrk5ogzbyl",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
+ ]
},
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('edit_user_modal')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "ei1yvwhoo6",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 15,
- "iconSize": 24
- },
- {
- "widgetName": "Text2",
- "rightColumn": 10,
- "textAlign": "LEFT",
- "widgetId": "n8954upfed",
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "name": "getUsersToEdit",
+ "timeoutInMillisecond": 10000
+ }]],
+ "publishedLayoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "jsonPathKeys": ["(usersTable.pageNo - 1) * 5"],
+ "name": "getUsersToEdit",
+ "timeoutInMillisecond": 10000
+ }]],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
"topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 0,
- "text": "Edit {{usersTable.selectedRow ? usersTable.selectedRow.name : \"User\"}} Profile",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "rezsknprd6",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "Button2",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() =>\n getUsersToEdit.run(() => closeModal('edit_user_modal')), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "odxfvsu7yu",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Update",
- "isDisabled": false,
- "dynamicBindings": {}
- },
- {
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "rtizqvkf8i",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 12,
- "widgetId": "lddk038cph",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.name}}"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "69nnj7hrek",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 12,
- "widgetId": "t3ym9irla8",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.email}}"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "61gx996lf8",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Role",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "roleDropdown",
- "rightColumn": 12,
- "widgetId": "h8m5l0xnhq",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "defaultOptionValue": true,
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "defaultOptionValue": "{{usersTable.selectedRow.role}}",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "options": "[\n {\n \"label\": \"Admin\",\n \"value\": \"Admin\"\n },\n {\n \"label\": \"Editor\",\n \"value\": \"Editor\"\n },\n\t{\n \"label\": \"Viewer\",\n \"value\": \"Viewer\"\n }\n]"
- },
- {
- "widgetName": "Text6",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "4cvt7ueu8x",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text7",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "r8u4ive9g2",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Address",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressInput",
- "rightColumn": 12,
- "widgetId": "fa42qbxle6",
- "topRow": 8,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.address}}"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "ix9cdf6ffu",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
+ "bottomRow": 1280,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "dynamicBindings": {},
+ "version": 5,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
"leftColumn": 0,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "{{usersTable.selectedRow.dob}}",
- "rightColumn": 12,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "sc1fdb61r5",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "isDisabled": false
- },
- {
- "isVisible": true,
- "text": "
Add a radio buttin for gender and bind it to the update query
",
- "textStyle": "BODY",
- "textAlign": "CENTER",
- "widgetName": "Text18",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "parentRowSpace": 40,
- "leftColumn": 1,
- "rightColumn": 16,
- "topRow": 12,
- "bottomRow": 13,
- "parentId": "e3ez3d0tal",
- "widgetId": "akbigj7yki",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "isDisabled": false
- }
- ]
- },
- {
- "isVisible": true,
- "text": "This page demonstrates how to edit data displayed in a table",
- "textStyle": "BODY",
- "textAlign": "CENTER",
- "widgetName": "Text9",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 4,
- "rightColumn": 12,
- "topRow": 1,
- "bottomRow": 2,
- "parentId": "0",
- "widgetId": "762rdibr8m",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🖋️ The table has an 'Edit' row action which opens a modal. \n🔌 The modal contains input widgets with default values bound to the {{\"{{ usersTable.selectedRow }}\"}} . \n🔘 The updateButton in the modal executes the\nupdateUser Query, executes the getUsersToEdit Query onSuccess and then closes the modal. \n✍🏻 This workflow which needs more than 2 steps is configured by converting the onClick field to JS . \n
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text10",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 8,
- "topRow": 14,
- "bottomRow": 21,
- "parentId": "0",
- "widgetId": "m7i35s4wii",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": true,
- "text": "👤 Users",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text17",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 4,
- "topRow": 2,
- "bottomRow": 3,
- "parentId": "0",
- "widgetId": "i53n9ij8oe",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties & the modal (Click Edit) . 🌟 Add a gender field to the modal & connect it to the updateUser Query.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text19",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 14,
- "bottomRow": 17,
- "parentId": "0",
- "widgetId": "3ln6v3fwe7",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "publishedDsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1280,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "dynamicBindings": {},
- "version": 5,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 12,
- "textAlign": "CENTER",
- "widgetId": "6mfm6rqhpo",
- "topRow": 0,
- "bottomRow": 1,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true,
- "text": true
- },
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 4,
- "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Editing Table Data\"}} ",
- "textStyle": "LABEL"
- },
- {
- "hiddenColumns": [
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "phoneNo"
- ],
- "widgetName": "usersTable",
- "rightColumn": 16,
- "widgetId": "9u4ssyjwvu",
- "topRow": 3,
- "bottomRow": 13,
- "parentRowSpace": 40,
- "onPageChange": "{{getUsersToEdit.run()}}",
- "tableData": "{{getUsersToEdit.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "type": "TABLE_WIDGET",
- "dynamicBindings": {
- "tableData": true,
- "selectedRow": true,
- "filteredTableData": true
- },
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "isLoading": false,
- "parentColumnSpace": 74,
- "leftColumn": 0,
- "dynamicTriggers": {
- "onPageChange": true
- },
- "columnActions": [
- {
- "actionPayloads": [],
- "label": "Edit",
- "id": "6apm73t6ss",
- "dynamicTrigger": "{{showModal('edit_user_modal')}}"
- }
- ],
- "columnSizeMap": {
- "address": 218,
- "role": 96,
- "id": 75,
- "email": 185
- }
- },
- {
- "widgetName": "edit_user_modal",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "xrk5ogzbyl",
- "topRow": 0,
- "bottomRow": 0,
- "parentRowSpace": 1,
- "isVisible": false,
- "canOutsideClickClose": true,
- "type": "MODAL_WIDGET",
- "canEscapeKeyClose": true,
- "dynamicBindings": {},
- "parentId": "0",
- "shouldScrollContents": true,
- "blueprint": {
- "view": [
- {
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "CANVAS_WIDGET",
- "props": {
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "6mfm6rqhpo",
+ "topRow": 0,
+ "bottomRow": 1,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "{{appsmith.mode !== \"EDIT\" ? \"Edit this application to begin\" : \"Editing Table Data\"}}<\/h1>",
+ "textStyle": "LABEL"
+ },
+ {
+ "hiddenColumns": [
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "phoneNo"
+ ],
+ "widgetName": "usersTable",
+ "rightColumn": 16,
+ "widgetId": "9u4ssyjwvu",
+ "topRow": 3,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "onPageChange": "{{getUsersToEdit.run()}}",
+ "tableData": "{{getUsersToEdit.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "type": "TABLE_WIDGET",
+ "dynamicBindings": {
+ "tableData": true,
+ "selectedRow": true,
+ "filteredTableData": true
+ },
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "dynamicTriggers": {"onPageChange": true},
+ "columnActions": [{
+ "actionPayloads": [],
+ "label": "Edit",
+ "id": "6apm73t6ss",
+ "dynamicTrigger": "{{showModal('edit_user_modal')}}"
+ }],
+ "columnSizeMap": {
+ "address": 218,
+ "role": 96,
+ "id": 75,
+ "email": 185
+ }
+ },
+ {
+ "widgetName": "edit_user_modal",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "xrk5ogzbyl",
+ "topRow": 0,
+ "bottomRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": false,
+ "canOutsideClickClose": true,
+ "type": "MODAL_WIDGET",
+ "canEscapeKeyClose": true,
+ "dynamicBindings": {},
+ "parentId": "0",
+ "shouldScrollContents": true,
+ "blueprint": {"view": [{
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "CANVAS_WIDGET",
+ "props": {
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "detachFromLayout": true,
+ "children": [],
+ "isVisible": true,
+ "isDisabled": false,
+ "canExtend": true
+ }
+ }]},
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "size": "MODAL_LARGE",
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "e3ez3d0tal",
+ "topRow": 0,
+ "bottomRow": 640,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": true,
+ "type": "CANVAS_WIDGET",
+ "parentId": "xrk5ogzbyl",
+ "shouldScrollContents": false,
+ "blueprint": {
+ "view": [
+ {
+ "size": {
+ "rows": 1,
+ "cols": 2
+ },
+ "position": {
+ "top": 0,
+ "left": 14
+ },
+ "type": "ICON_WIDGET",
+ "props": {
+ "color": "#040627",
+ "iconName": "cross",
+ "iconSize": 24
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 10
+ },
+ "position": {
+ "top": 0,
+ "left": 0
+ },
+ "type": "TEXT_WIDGET",
+ "props": {
+ "text": "Modal Title",
+ "textStyle": "HEADING"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 10
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "SECONDARY_BUTTON",
+ "text": "Cancel"
+ }
+ },
+ {
+ "size": {
+ "rows": 1,
+ "cols": 3
+ },
+ "position": {
+ "top": 4,
+ "left": 13
+ },
+ "type": "BUTTON_WIDGET",
+ "props": {
+ "buttonStyle": "PRIMARY_BUTTON",
+ "text": "Confirm"
+ }
+ }
+ ],
+ "operations": [{"type": "MODIFY_PROPS"}]
+ },
+ "minHeight": 0,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Icon1",
+ "rightColumn": 16,
+ "onClick": "{{closeModal('edit_user_modal')}}",
+ "color": "#040627",
+ "iconName": "cross",
+ "widgetId": "ei1yvwhoo6",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "ICON_WIDGET",
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 15,
+ "iconSize": 24
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 10,
+ "textAlign": "LEFT",
+ "widgetId": "n8954upfed",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 0,
+ "text": "Edit {{usersTable.selectedRow ? usersTable.selectedRow.name : \"User\"}} Profile",
+ "textStyle": "HEADING"
+ },
+ {
+ "widgetName": "Button1",
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "rezsknprd6",
+ "buttonStyle": "SECONDARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 9,
+ "text": "Cancel",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Button2",
+ "rightColumn": 16,
+ "onClick": "{{updateUser.run(() =>\n getUsersToEdit.run(() => closeModal('edit_user_modal')), () => {})}}",
+ "isDefaultClickDisabled": true,
+ "widgetId": "odxfvsu7yu",
+ "dynamicProperties": {"onClick": true},
+ "buttonStyle": "PRIMARY_BUTTON",
+ "topRow": 13,
+ "bottomRow": 14,
+ "isVisible": true,
+ "type": "BUTTON_WIDGET",
+ "dynamicBindings": {},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "leftColumn": 12,
+ "dynamicTriggers": {"onClick": true},
+ "text": "Update",
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "rtizqvkf8i",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Name",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "nameInput",
+ "rightColumn": 12,
+ "widgetId": "lddk038cph",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.name}}"
+ },
+ {
+ "widgetName": "Text4",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "69nnj7hrek",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Email",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "emailInput",
+ "rightColumn": 12,
+ "widgetId": "t3ym9irla8",
+ "topRow": 3,
+ "bottomRow": 4,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.email}}"
+ },
+ {
+ "widgetName": "Text5",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "61gx996lf8",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Role",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "roleDropdown",
+ "rightColumn": 12,
+ "widgetId": "h8m5l0xnhq",
+ "topRow": 4,
+ "bottomRow": 5,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "DROP_DOWN_WIDGET",
+ "dynamicBindings": {
+ "defaultOptionValue": true,
+ "selectedOptionArr": true,
+ "isValid": true,
+ "selectedIndexArr": true,
+ "selectedOption": true,
+ "value": true,
+ "selectedIndex": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "defaultOptionValue": "{{usersTable.selectedRow.role}}",
+ "selectionType": "SINGLE_SELECT",
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "options": "[\n {\n \"label\": \"Admin\",\n \"value\": \"Admin\"\n },\n {\n \"label\": \"Editor\",\n \"value\": \"Editor\"\n },\n\t{\n \"label\": \"Viewer\",\n \"value\": \"Viewer\"\n }\n]"
+ },
+ {
+ "widgetName": "Text6",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "4cvt7ueu8x",
+ "topRow": 5,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Gender",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "Text7",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "r8u4ive9g2",
+ "topRow": 8,
+ "bottomRow": 9,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Address",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "addressInput",
+ "rightColumn": 12,
+ "widgetId": "fa42qbxle6",
+ "topRow": 8,
+ "bottomRow": 10,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "label": "",
+ "type": "INPUT_WIDGET",
+ "dynamicBindings": {
+ "isValid": true,
+ "defaultText": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "inputType": "TEXT",
+ "defaultText": "{{usersTable.selectedRow.address}}"
+ },
+ {
+ "widgetName": "Text8",
+ "rightColumn": 4,
+ "textAlign": "RIGHT",
+ "widgetId": "ix9cdf6ffu",
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 0,
+ "text": "Date of Birth",
+ "textStyle": "LABEL"
+ },
+ {
+ "widgetName": "dobPicker",
+ "defaultDate": "{{usersTable.selectedRow.dob}}",
+ "rightColumn": 12,
+ "dateFormat": "YYYY-MM-DD",
+ "widgetId": "sc1fdb61r5",
+ "dynamicProperties": {"defaultDate": true},
+ "topRow": 7,
+ "bottomRow": 8,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "type": "DATE_PICKER_WIDGET",
+ "dynamicBindings": {
+ "defaultDate": true,
+ "isValid": true,
+ "value": true
+ },
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 4,
+ "isDisabled": false
+ },
+ {
+ "widgetName": "Text18",
+ "rightColumn": 16,
+ "textAlign": "CENTER",
+ "widgetId": "akbigj7yki",
+ "topRow": 12,
+ "bottomRow": 13,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "e3ez3d0tal",
+ "isLoading": false,
+ "parentColumnSpace": 30.75,
+ "leftColumn": 1,
+ "text": " Add a radio buttin for gender and bind it to the update query<\/b><\/p>",
+ "textStyle": "BODY"
+ }
+ ],
+ "isDisabled": false
+ }]
+ },
+ {
+ "widgetName": "Text9",
+ "rightColumn": 12,
+ "textAlign": "CENTER",
+ "widgetId": "762rdibr8m",
+ "topRow": 1,
+ "bottomRow": 2,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 4,
+ "text": "This page demonstrates how to edit data displayed in a table",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text10",
+ "rightColumn": 8,
+ "textAlign": "LEFT",
+ "widgetId": "m7i35s4wii",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 21,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "text": true,
+ "isVisible": true,
+ "value": true
+ },
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "
🖋️ The table has an 'Edit' row action which opens a modal. \n🔌 The modal contains input widgets with default values bound to the {{\"{{ usersTable.selectedRow }}\"}}<\/b>. \n🔘 The updateButton<\/b> in the modal executes the\nupdateUser<\/b> Query, executes the getUsersToEdit<\/b> Query onSuccess and then closes the modal. \n✍🏻 This workflow which needs more than 2 steps is configured by converting the onClick<\/b> field to JS<\/b>. \n<\/p>",
+ "textStyle": "BODY"
+ },
+ {
+ "widgetName": "Text17",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "i53n9ij8oe",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {"value": true},
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 0,
+ "text": "👤 Users",
"textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
+ },
{
- "type": "MODIFY_PROPS"
+ "widgetName": "Text19",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "3ln6v3fwe7",
+ "dynamicProperties": {"isVisible": true},
+ "topRow": 14,
+ "bottomRow": 17,
+ "parentRowSpace": 40,
+ "isVisible": "{{appsmith.mode === \"EDIT\"}}",
+ "type": "TEXT_WIDGET",
+ "dynamicBindings": {
+ "isVisible": true,
+ "value": true
+ },
+ "shouldScroll": true,
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 74,
+ "leftColumn": 9,
+ "text": "
🔍 Inspect the table properties & the modal (Click Edit)<\/b>. 🌟 Add a gender field to the modal & connect it to the updateUser<\/b> Query.<\/p>",
+ "textStyle": "BODY"
}
- ]
- },
- "detachFromLayout": true,
- "children": [],
- "isVisible": true,
- "isDisabled": false,
- "canExtend": true
- }
+ ]
}
- ]
- },
- "isLoading": false,
- "parentColumnSpace": 1,
- "size": "MODAL_LARGE",
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "e3ez3d0tal",
- "topRow": 0,
- "bottomRow": 640,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": true,
- "type": "CANVAS_WIDGET",
- "parentId": "xrk5ogzbyl",
- "shouldScrollContents": false,
- "blueprint": {
- "view": [
- {
- "size": {
- "rows": 1,
- "cols": 2
- },
- "position": {
- "top": 0,
- "left": 14
- },
- "type": "ICON_WIDGET",
- "props": {
- "color": "#040627",
- "iconName": "cross",
- "iconSize": 24
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 10
- },
- "position": {
- "top": 0,
- "left": 0
- },
- "type": "TEXT_WIDGET",
- "props": {
- "text": "Modal Title",
- "textStyle": "HEADING"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 10
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "SECONDARY_BUTTON",
- "text": "Cancel"
- }
- },
- {
- "size": {
- "rows": 1,
- "cols": 3
- },
- "position": {
- "top": 4,
- "left": 13
- },
- "type": "BUTTON_WIDGET",
- "props": {
- "buttonStyle": "PRIMARY_BUTTON",
- "text": "Confirm"
- }
- }
- ],
- "operations": [
- {
- "type": "MODIFY_PROPS"
- }
- ]
- },
- "minHeight": 0,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Icon1",
- "rightColumn": 16,
- "onClick": "{{closeModal('edit_user_modal')}}",
- "color": "#040627",
- "iconName": "cross",
- "widgetId": "ei1yvwhoo6",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "ICON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 15,
- "iconSize": 24
- },
- {
- "widgetName": "Text2",
- "rightColumn": 10,
- "textAlign": "LEFT",
- "widgetId": "n8954upfed",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "text": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 0,
- "text": "Edit {{usersTable.selectedRow ? usersTable.selectedRow.name : \"User\"}} Profile",
- "textStyle": "HEADING"
- },
- {
- "widgetName": "Button1",
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "rezsknprd6",
- "buttonStyle": "SECONDARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 9,
- "text": "Cancel",
- "isDisabled": false
- },
- {
- "widgetName": "Button2",
- "rightColumn": 16,
- "onClick": "{{updateUser.run(() =>\n getUsersToEdit.run(() => closeModal('edit_user_modal')), () => {})}}",
- "isDefaultClickDisabled": true,
- "widgetId": "odxfvsu7yu",
- "dynamicProperties": {
- "onClick": true
- },
- "buttonStyle": "PRIMARY_BUTTON",
- "topRow": 13,
- "bottomRow": 14,
- "isVisible": true,
- "type": "BUTTON_WIDGET",
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "leftColumn": 12,
- "dynamicTriggers": {
- "onClick": true
- },
- "text": "Update",
- "isDisabled": false,
- "dynamicBindings": {}
- },
- {
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "rtizqvkf8i",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Name",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "nameInput",
- "rightColumn": 12,
- "widgetId": "lddk038cph",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.name}}"
- },
- {
- "widgetName": "Text4",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "69nnj7hrek",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Email",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "emailInput",
- "rightColumn": 12,
- "widgetId": "t3ym9irla8",
- "topRow": 3,
- "bottomRow": 4,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.email}}"
- },
- {
- "widgetName": "Text5",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "61gx996lf8",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Role",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "roleDropdown",
- "rightColumn": 12,
- "widgetId": "h8m5l0xnhq",
- "topRow": 4,
- "bottomRow": 5,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "DROP_DOWN_WIDGET",
- "dynamicBindings": {
- "defaultOptionValue": true,
- "selectedOptionArr": true,
- "isValid": true,
- "selectedIndexArr": true,
- "selectedOption": true,
- "value": true,
- "selectedIndex": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "defaultOptionValue": "{{usersTable.selectedRow.role}}",
- "selectionType": "SINGLE_SELECT",
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "options": "[\n {\n \"label\": \"Admin\",\n \"value\": \"Admin\"\n },\n {\n \"label\": \"Editor\",\n \"value\": \"Editor\"\n },\n\t{\n \"label\": \"Viewer\",\n \"value\": \"Viewer\"\n }\n]"
- },
- {
- "widgetName": "Text6",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "4cvt7ueu8x",
- "topRow": 5,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Gender",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "Text7",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "r8u4ive9g2",
- "topRow": 8,
- "bottomRow": 9,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Address",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "addressInput",
- "rightColumn": 12,
- "widgetId": "fa42qbxle6",
- "topRow": 8,
- "bottomRow": 10,
- "parentRowSpace": 40,
- "isVisible": true,
- "label": "",
- "type": "INPUT_WIDGET",
- "dynamicBindings": {
- "isValid": true,
- "defaultText": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "inputType": "TEXT",
- "defaultText": "{{usersTable.selectedRow.address}}"
- },
- {
- "widgetName": "Text8",
- "rightColumn": 4,
- "textAlign": "RIGHT",
- "widgetId": "ix9cdf6ffu",
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "TEXT_WIDGET",
- "dynamicBindings": {
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 0,
- "text": "Date of Birth",
- "textStyle": "LABEL"
- },
- {
- "widgetName": "dobPicker",
- "defaultDate": "{{usersTable.selectedRow.dob}}",
- "rightColumn": 12,
- "dateFormat": "YYYY-MM-DD",
- "widgetId": "sc1fdb61r5",
- "dynamicProperties": {
- "defaultDate": true
- },
- "topRow": 7,
- "bottomRow": 8,
- "parentRowSpace": 40,
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "type": "DATE_PICKER_WIDGET",
- "dynamicBindings": {
- "defaultDate": true,
- "isValid": true,
- "value": true
- },
- "parentId": "e3ez3d0tal",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "leftColumn": 4,
- "isDisabled": false
- },
- {
- "isVisible": true,
- "text": "
Add a radio buttin for gender and bind it to the update query
",
- "textStyle": "BODY",
- "textAlign": "CENTER",
- "widgetName": "Text18",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 30.75,
- "parentRowSpace": 40,
- "leftColumn": 1,
- "rightColumn": 16,
- "topRow": 12,
- "bottomRow": 13,
- "parentId": "e3ez3d0tal",
- "widgetId": "akbigj7yki",
- "dynamicBindings": {
- "value": true
- }
- }
- ],
- "isDisabled": false
- }
- ]
- },
- {
- "isVisible": true,
- "text": "This page demonstrates how to edit data displayed in a table",
- "textStyle": "BODY",
- "textAlign": "CENTER",
- "widgetName": "Text9",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 4,
- "rightColumn": 12,
- "topRow": 1,
- "bottomRow": 2,
- "parentId": "0",
- "widgetId": "762rdibr8m",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🖋️ The table has an 'Edit' row action which opens a modal. \n🔌 The modal contains input widgets with default values bound to the {{\"{{ usersTable.selectedRow }}\"}} . \n🔘 The updateButton in the modal executes the\nupdateUser Query, executes the getUsersToEdit Query onSuccess and then closes the modal. \n✍🏻 This workflow which needs more than 2 steps is configured by converting the onClick field to JS . \n
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text10",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 8,
- "topRow": 14,
- "bottomRow": 21,
- "parentId": "0",
- "widgetId": "m7i35s4wii",
- "dynamicBindings": {
- "value": true,
- "text": true,
- "isVisible": true
- },
- "dynamicProperties": {
- "isVisible": true
- }
- },
- {
- "isVisible": true,
- "text": "👤 Users",
- "textStyle": "HEADING",
- "textAlign": "LEFT",
- "widgetName": "Text17",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 0,
- "rightColumn": 4,
- "topRow": 2,
- "bottomRow": 3,
- "parentId": "0",
- "widgetId": "i53n9ij8oe",
- "dynamicBindings": {
- "value": true
- }
- },
- {
- "isVisible": "{{appsmith.mode === \"EDIT\"}}",
- "text": "🔍 Inspect the table properties & the modal (Click Edit) . 🌟 Add a gender field to the modal & connect it to the updateUser Query.
",
- "textStyle": "BODY",
- "textAlign": "LEFT",
- "widgetName": "Text19",
- "type": "TEXT_WIDGET",
- "isLoading": false,
- "parentColumnSpace": 74,
- "parentRowSpace": 40,
- "leftColumn": 9,
- "rightColumn": 16,
- "topRow": 14,
- "bottomRow": 17,
- "parentId": "0",
- "widgetId": "3ln6v3fwe7",
- "dynamicBindings": {
- "value": true,
- "isVisible": true
- },
- "shouldScroll": true,
- "dynamicProperties": {
- "isVisible": true
- }
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "name": "getUsersToEdit",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "publishedLayoutOnLoadActions": [
- [
- {
- "name": "getUsersToEdit",
- "pluginType": "DB",
- "jsonPathKeys": [
- "(usersTable.pageNo - 1) * 5"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "widgetNames": [
- "Text9",
- "edit_user_modal",
- "Button1",
- "Text8",
- "Text7",
- "Text6",
- "Text5",
- "Text4",
- "Text3",
- "Text2",
- "Text1",
- "Icon1",
- "usersTable",
- "dobPicker",
- "Text18",
- "Text19",
- "nameInput",
- "Text17",
- "emailInput",
- "MainContainer",
- "Text10",
- "Canvas1",
- "Button2",
- "roleDropdown",
- "addressInput"
- ],
- "deleted": false,
- "policies": []
+ }]
+ }
+ ],
+ "name": "Table Tutorial",
+ "policies": [],
+ "isPublic": true,
+ "_class": "com.appsmith.server.domains.Application"
+ }
+ ],
+ "$datasources": [
+ {
+ "invalids": [],
+ "$pluginPackageName": "restapi-plugin",
+ "deleted": false,
+ "name": "FreshDesk API",
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Datasource",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "https://appsmithhelp.freshdesk.com"
+ }
+ },
+ {
+ "invalids": [],
+ "$pluginPackageName": "postgres-plugin",
+ "deleted": false,
+ "name": "Mock Database",
+ "policies": [],
+ "_class": "com.appsmith.server.domains.Datasource",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{
+ "port": 5432,
+ "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"
+ }],
+ "connection": {"mode": "READ_WRITE"},
+ "authentication": {
+ "password": "LimitedAccess123#",
+ "databaseName": "fakeapi",
+ "username": "fakeapi"
+ }
}
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Page"
}
- ],
- "deleted": false,
- "policies": [],
- "_class": "com.appsmith.server.domains.Application"
- }
- ]
-}
\ No newline at end of file
+ ]
+}
diff --git a/app/server/appsmith-server/src/main/resources/system-themes.json b/app/server/appsmith-server/src/main/resources/system-themes.json
index d3e61bbfe67f..a4b39a002be9 100644
--- a/app/server/appsmith-server/src/main/resources/system-themes.json
+++ b/app/server/appsmith-server/src/main/resources/system-themes.json
@@ -1,3684 +1,3423 @@
[
- {
- "name": "Default-New",
- "displayName": "Modern",
- "config": {
- "order": 1,
- "colors": {
- "primaryColor": "#553DE9",
- "backgroundColor": "#F8FAFC"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
-
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
-
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Modern",
+ "name": "Default-New",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#F8FAFC",
+ "primaryColor": "#553DE9"
+ },
+ "order": 1
},
-
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#553DE9",
- "backgroundColor": "#F8FAFC"
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "System Default"
- }
- }
- },
- {
- "name": "Classic",
- "displayName": "Classic",
- "config": {
- "order": 2,
- "colors": {
- "primaryColor": "#16a34a",
- "backgroundColor": "#F6F6F6"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "System Default"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "#F8FAFC",
+ "primaryColor": "#553DE9"
+ }
}
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
-
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
-
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Classic",
+ "name": "Classic",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#F6F6F6",
+ "primaryColor": "#16a34a"
+ },
+ "order": 2
},
-
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#16a34a",
- "backgroundColor": "#F6F6F6"
- },
- "borderRadius": {
- "appBorderRadius": "0px"
- },
- "boxShadow": {
- "appBoxShadow": "none"
- },
- "fontFamily": {
- "appFont": "System Default"
- }
- }
- },
- {
- "name": "Sunrise",
- "displayName": "Sunrise",
- "config": {
- "order": 3,
- "colors": {
- "primaryColor": "#ef4444",
- "backgroundColor": "#fff1f2"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "none"},
+ "fontFamily": {"appFont": "System Default"},
+ "borderRadius": {"appBorderRadius": "0px"},
+ "colors": {
+ "backgroundColor": "#F6F6F6",
+ "primaryColor": "#16a34a"
+ }
}
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
-
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
-
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Sunrise",
+ "name": "Sunrise",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fff1f2",
+ "primaryColor": "#ef4444"
+ },
+ "order": 3
},
-
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#ef4444",
- "backgroundColor": "#fff1f2"
- },
- "borderRadius": {
- "appBorderRadius": "1.5rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- },
- "fontFamily": {
- "appFont": "Rubik"
- }
- }
- },
- {
- "name": "Rounded",
- "displayName": "Water Lily",
- "config": {
- "order": 4,
- "colors": {
- "primaryColor": "#db2777",
- "backgroundColor": "#fdf2f8"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"},
+ "fontFamily": {"appFont": "Rubik"},
+ "borderRadius": {"appBorderRadius": "1.5rem"},
+ "colors": {
+ "backgroundColor": "#fff1f2",
+ "primaryColor": "#ef4444"
+ }
}
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Water Lily",
+ "name": "Rounded",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fdf2f8",
+ "primaryColor": "#db2777"
+ },
+ "order": 4
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#db2777",
- "backgroundColor": "#fdf2f8"
- },
- "borderRadius": {
- "appBorderRadius": "1.5rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- },
- "fontFamily": {
- "appFont": "Rubik"
- }
- }
- },
- {
- "name": "Pacific",
- "displayName": "Pacific",
- "config": {
- "order": 5,
- "colors": {
- "primaryColor": "#0891b2",
- "backgroundColor": "#ecfeff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"},
+ "fontFamily": {"appFont": "Rubik"},
+ "borderRadius": {"appBorderRadius": "1.5rem"},
+ "colors": {
+ "backgroundColor": "#fdf2f8",
+ "primaryColor": "#db2777"
+ }
}
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Pacific",
+ "name": "Pacific",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#ecfeff",
+ "primaryColor": "#0891b2"
+ },
+ "order": 5
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"},
+ "fontFamily": {"appFont": "Open Sans"},
+ "borderRadius": {"appBorderRadius": "1.5rem"},
+ "colors": {
+ "backgroundColor": "#ecfeff",
+ "primaryColor": "#0891b2"
+ }
}
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#0891b2",
- "backgroundColor": "#ecfeff"
- },
- "borderRadius": {
- "appBorderRadius": "1.5rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- },
- "fontFamily": {
- "appFont": "Open Sans"
- }
- }
- },
- {
- "name": "Earth",
- "displayName": "Earth",
- "config": {
- "order": 6,
- "colors": {
- "primaryColor": "#3b82f6",
- "backgroundColor": "#eff6ff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Earth",
+ "name": "Earth",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#eff6ff",
+ "primaryColor": "#3b82f6"
+ },
+ "order": 6
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Inter"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "#eff6ff",
+ "primaryColor": "#3b82f6"
+ }
}
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#3b82f6",
- "backgroundColor": "#eff6ff"
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Inter"
- }
- }
- },
- {
- "name": "Pampas",
- "displayName": "Pampas",
- "config": {
- "order": 7,
- "colors": {
- "primaryColor": "#059669",
- "backgroundColor": "#ecfdf5"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
},
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Pampas",
+ "name": "Pampas",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#ecfdf5",
+ "primaryColor": "#059669"
+ },
+ "order": 7
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Nunito Sans"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "#ecfdf5",
+ "primaryColor": "#059669"
+ }
}
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
},
- "properties": {
- "colors": {
- "primaryColor": "#059669",
- "backgroundColor": "#ecfdf5"
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Nunito Sans"
- }
- }
- },
- {
- "name": "Sharp",
- "displayName": "Moon",
- "config": {
- "order": 8,
- "colors": {
- "primaryColor": "#64748b",
- "backgroundColor": "#f8fafc"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Moon",
+ "name": "Sharp",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#f8fafc",
+ "primaryColor": "#64748b"
+ },
+ "order": 8
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
+ "properties": {
+ "boxShadow": {"appBoxShadow": "none"},
+ "fontFamily": {"appFont": "Nunito Sans"},
+ "borderRadius": {"appBorderRadius": "0px"},
+ "colors": {
+ "backgroundColor": "#f8fafc",
+ "primaryColor": "#64748b"
+ }
}
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
},
- "properties": {
- "colors": {
- "primaryColor": "#64748b",
- "backgroundColor": "#f8fafc"
- },
- "borderRadius": {
- "appBorderRadius": "0px"
- },
- "boxShadow": {
- "appBoxShadow": "none"
- },
- "fontFamily": {
- "appFont": "Nunito Sans"
- }
- }
- },
- {
- "name": "Default",
- "displayName": "Modern",
- "config": {
- "order": 9,
- "isDeprecated": true,
- "colors": {
- "primaryColor": "#553DE9",
- "backgroundColor": "#F8FAFC"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "M": "0.375rem",
- "L": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
-
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
-
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RANGE_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CODE_SCANNER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CATEGORY_SLIDER_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
-
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "displayName": "Modern",
+ "name": "Default",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "S": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "L": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "M": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
+ }},
+ "isDeprecated": true,
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "none": "0px",
+ "L": "1.5rem",
+ "M": "0.375rem"
+ }},
+ "colors": {
+ "backgroundColor": "#F8FAFC",
+ "primaryColor": "#553DE9"
+ },
+ "order": 9
},
-
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Nunito Sans"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "#F8FAFC",
+ "primaryColor": "#553DE9"
+ }
}
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CODE_SCANNER_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CATEGORY_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "NUMBER_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RANGE_SLIDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#553DE9",
- "backgroundColor": "#F8FAFC"
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Nunito Sans"
- }
}
- }
]
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/application.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/application.json
index b03aad4744f6..cd8f10b9ae9f 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/application.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/application.json
@@ -1,27929 +1,24327 @@
{
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 7,
- "exportedApplication": {
- "name": "CE-automation-test",
- "isPublic": false,
- "pages": [
- {
- "id": "Page 3",
- "isDefault": false
- },
- {
- "id": "Navigated Page",
- "isDefault": false
- },
- {
- "id": "Page 4",
- "isDefault": false
- },
- {
- "id": "Page 2",
- "isDefault": true
- },
- {
- "id": "Page 1",
- "isDefault": false
- },
- {
- "id": "--Playground1",
- "isDefault": false
- },
- {
- "id": "--Playground",
- "isDefault": false
- },
- {
- "id": "Page 5",
- "isDefault": false
- }
- ],
- "publishedPages": [],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0,
- "color": "#FFEBFB",
- "icon": "flight",
- "slug": "ce-automation-test",
- "unpublishedCustomJSLibs": [
- {
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
- },
- {
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"
- },
- {
- "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"
- },
- {
- "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"
- },
- {
- "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"
- }
+ "customJSLibList": [
+ {
+ "defs": "{\"!name\":\"LIB/AWS\",\"AWS\":{\"util\":{\"environment\":{\"!type\":\"string\"},\"engine\":{\"!type\":\"fn()\",\"prototype\":{}},\"userAgent\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscape\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscapePath\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlFormat\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryStringParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryParamsToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"readFileSync\":{\"!type\":\"fn()\",\"prototype\":{}},\"base64\":{\"encode\":{},\"decode\":{}},\"buffer\":{\"toStream\":{},\"concat\":{}},\"string\":{\"byteLength\":{},\"upperFirst\":{},\"lowerFirst\":{}},\"ini\":{\"parse\":{}},\"fn\":{\"noop\":{},\"callback\":{},\"makeAsync\":{}},\"date\":{\"getDate\":{},\"iso8601\":{},\"rfc822\":{},\"unixTimestamp\":{},\"from\":{},\"format\":{},\"parseTimestamp\":{}},\"crypto\":{\"crc32Table\":{},\"crc32\":{},\"hmac\":{},\"md5\":{},\"sha256\":{},\"hash\":{},\"toHex\":{},\"createHash\":{},\"lib\":{}},\"abort\":{},\"each\":{\"!type\":\"fn()\",\"prototype\":{}},\"arrayEach\":{\"!type\":\"fn()\",\"prototype\":{}},\"update\":{\"!type\":\"fn()\",\"prototype\":{}},\"merge\":{\"!type\":\"fn()\",\"prototype\":{}},\"copy\":{\"!type\":\"fn()\",\"prototype\":{}},\"isEmpty\":{\"!type\":\"fn()\",\"prototype\":{}},\"arraySliceFn\":{\"!type\":\"fn()\",\"prototype\":{}},\"isType\":{\"!type\":\"fn()\",\"prototype\":{}},\"typeName\":{\"!type\":\"fn()\",\"prototype\":{}},\"error\":{\"!type\":\"fn()\",\"prototype\":{}},\"inherit\":{\"!type\":\"fn()\",\"prototype\":{}},\"mixin\":{\"!type\":\"fn()\",\"prototype\":{}},\"hideProperties\":{\"!type\":\"fn()\",\"prototype\":{}},\"property\":{\"!type\":\"fn()\",\"prototype\":{}},\"memoizedProperty\":{\"!type\":\"fn()\",\"prototype\":{}},\"hoistPayloadMember\":{\"!type\":\"fn()\",\"prototype\":{}},\"computeSha256\":{\"!type\":\"fn()\",\"prototype\":{}},\"isClockSkewed\":{\"!type\":\"fn()\",\"prototype\":{}},\"applyClockOffset\":{\"!type\":\"fn()\",\"prototype\":{}},\"extractRequestId\":{\"!type\":\"fn()\",\"prototype\":{}},\"addPromises\":{\"!type\":\"fn()\",\"prototype\":{}},\"promisifyMethod\":{\"!type\":\"fn()\",\"prototype\":{}},\"isDualstackAvailable\":{\"!type\":\"fn()\",\"prototype\":{}},\"calculateRetryDelay\":{\"!type\":\"fn()\",\"prototype\":{}},\"handleRequestWithRetries\":{\"!type\":\"fn()\",\"prototype\":{}},\"uuid\":{\"v4\":{}},\"convertPayloadToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"defer\":{\"!type\":\"fn()\",\"prototype\":{}},\"defaultProfile\":{\"!type\":\"string\"},\"configOptInEnv\":{\"!type\":\"string\"},\"sharedCredentialsFileEnv\":{\"!type\":\"string\"},\"sharedConfigFileEnv\":{\"!type\":\"string\"},\"imdsDisabledEnv\":{\"!type\":\"string\"},\"Buffer\":{\"!type\":\"fn()\",\"prototype\":{},\"TYPED_ARRAY_SUPPORT\":{},\"poolSize\":{},\"_augment\":{},\"from\":{},\"alloc\":{},\"allocUnsafe\":{},\"allocUnsafeSlow\":{},\"isBuffer\":{},\"compare\":{},\"isEncoding\":{},\"concat\":{},\"byteLength\":{}},\"url\":{\"parse\":{},\"resolve\":{},\"resolveObject\":{},\"format\":{},\"Url\":{}},\"querystring\":{\"parse\":{},\"decode\":{},\"stringify\":{},\"encode\":{}},\"realClock\":{\"now\":{}},\"createEventStream\":{\"!type\":\"fn()\",\"prototype\":{}},\"isBrowser\":{\"!type\":\"fn()\",\"prototype\":{}},\"isNode\":{\"!type\":\"fn()\",\"prototype\":{}}},\"VERSION\":{\"!type\":\"string\"},\"Signers\":{\"RequestSigner\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getVersion\":{}},\"V2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3Https\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V4\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Presign\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}}},\"Protocol\":{\"Json\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Query\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Rest\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{},\"generateURI\":{}},\"RestJson\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"RestXml\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}}},\"XML\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"JSON\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"Model\":{\"Api\":{\"!type\":\"fn()\",\"prototype\":{}},\"Operation\":{\"!type\":\"fn()\",\"prototype\":{}},\"Shape\":{\"!type\":\"fn()\",\"prototype\":{},\"normalizedTypes\":{},\"types\":{},\"resolve\":{},\"create\":{},\"shapes\":{}},\"Paginator\":{\"!type\":\"fn()\",\"prototype\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{}}},\"apiLoader\":{\"!type\":\"fn()\",\"prototype\":{},\"services\":{\"sts\":{},\"cognitoidentity\":{},\"acm\":{},\"apigateway\":{},\"applicationautoscaling\":{},\"autoscaling\":{},\"cloudformation\":{},\"cloudfront\":{},\"cloudhsm\":{},\"cloudtrail\":{},\"cloudwatch\":{},\"cloudwatchevents\":{},\"cloudwatchlogs\":{},\"codebuild\":{},\"codecommit\":{},\"codedeploy\":{},\"codepipeline\":{},\"cognitoidentityserviceprovider\":{},\"cognitosync\":{},\"configservice\":{},\"cur\":{},\"devicefarm\":{},\"directconnect\":{},\"dynamodb\":{},\"dynamodbstreams\":{},\"ec2\":{},\"ecr\":{},\"ecs\":{},\"efs\":{},\"elasticache\":{},\"elasticbeanstalk\":{},\"elb\":{},\"elbv2\":{},\"emr\":{},\"elastictranscoder\":{},\"firehose\":{},\"gamelift\":{},\"inspector\":{},\"iot\":{},\"iotdata\":{},\"kinesis\":{},\"kms\":{},\"lambda\":{},\"lexruntime\":{},\"machinelearning\":{},\"marketplacecommerceanalytics\":{},\"mturk\":{},\"mobileanalytics\":{},\"opsworks\":{},\"polly\":{},\"rds\":{},\"redshift\":{},\"rekognition\":{},\"route53\":{},\"route53domains\":{},\"s3\":{},\"servicecatalog\":{},\"ses\":{},\"sns\":{},\"sqs\":{},\"ssm\":{},\"storagegateway\":{},\"waf\":{},\"workdocs\":{},\"lexmodelbuildingservice\":{},\"pricing\":{},\"mediastoredata\":{},\"comprehend\":{},\"kinesisvideoarchivedmedia\":{},\"kinesisvideomedia\":{},\"kinesisvideo\":{},\"translate\":{},\"secretsmanager\":{}}},\"EndpointCache\":{\"!type\":\"fn()\",\"prototype\":{\"size\":{}},\"getKeyString\":{}},\"SequentialExecutor\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Service\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defineMethods\":{},\"defineService\":{},\"addVersions\":{},\"defineServiceApi\":{},\"hasService\":{},\"addDefaultMonitoringListeners\":{},\"_serviceMap\":{}},\"Credentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"CredentialProviderChain\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defaultProviders\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Config\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"config\":{\"credentials\":{},\"credentialProvider\":{},\"region\":{},\"logger\":{},\"apiVersions\":{},\"apiVersion\":{},\"endpoint\":{},\"httpOptions\":{},\"maxRetries\":{},\"maxRedirects\":{},\"paramValidation\":{},\"sslEnabled\":{},\"s3ForcePathStyle\":{},\"s3BucketEndpoint\":{},\"s3DisableBodySigning\":{},\"computeChecksums\":{},\"convertResponseTypes\":{},\"correctClockSkew\":{},\"customUserAgent\":{},\"dynamoDbCrc32\":{},\"systemClockOffset\":{},\"signatureVersion\":{},\"signatureCache\":{},\"retryDelayOptions\":{},\"useAccelerateEndpoint\":{},\"clientSideMonitoring\":{},\"endpointDiscoveryEnabled\":{},\"endpointCacheSize\":{},\"hostPrefixEnabled\":{},\"getCredentials\":{},\"update\":{},\"loadFromPath\":{},\"clear\":{},\"set\":{},\"keys\":{},\"extractCredentials\":{},\"setPromisesDependency\":{},\"getPromisesDependency\":{}},\"Endpoint\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpRequest\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpResponse\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getInstance\":{},\"streamsApiVersion\":{}},\"EventListeners\":{\"Core\":{},\"CorePost\":{},\"Logger\":{},\"Json\":{},\"Rest\":{},\"RestJson\":{},\"RestXml\":{},\"Query\":{}},\"Request\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Response\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ParamValidator\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"events\":{\"_events\":{},\"listeners\":{},\"on\":{},\"onAsync\":{},\"removeListener\":{},\"removeAllListeners\":{},\"emit\":{},\"callListeners\":{},\"addListeners\":{},\"addNamedListener\":{},\"addNamedAsyncListener\":{},\"addNamedListeners\":{},\"addListener\":{}},\"endpointCache\":{\"maxSize\":{},\"cache\":{},\"size\":{},\"put\":{},\"get\":{},\"populateValue\":{},\"empty\":{},\"remove\":{}},\"STS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"TemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ChainableTemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"WebIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"CognitoIdentity\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"SAMLCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"XHRClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ACM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"APIGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ApplicationAutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"AutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFormation\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFront\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"CloudHSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudTrail\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatch\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchEvents\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchLogs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeBuild\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeCommit\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeDeploy\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodePipeline\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityServiceProvider\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoSync\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ConfigService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CUR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DeviceFarm\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DirectConnect\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DynamoDB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Converter\":{},\"DocumentClient\":{}},\"DynamoDBStreams\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EC2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EFS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElastiCache\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticBeanstalk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELBv2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EMR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticTranscoder\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Firehose\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"GameLift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Inspector\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Iot\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"IotData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Kinesis\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KMS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Lambda\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexRuntime\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MachineLearning\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MarketplaceCommerceAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MTurk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MobileAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"OpsWorks\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Polly\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Presigner\":{}},\"RDS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"Redshift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Rekognition\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53Domains\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"ManagedUpload\":{}},\"ServiceCatalog\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SES\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SNS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SQS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"StorageGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WAF\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WorkDocs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexModelBuildingService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Pricing\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MediaStoreData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Comprehend\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoArchivedMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideo\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Translate\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SecretsManager\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}}}}",
+ "deleted": false,
+ "name": "AWS",
+ "accessor": ["AWS"],
+ "policies": [],
+ "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
+ "userPermissions": [],
+ "version": "",
+ "url": "https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/UUID\",\"UUID\":{\"!type\":\"fn()\",\"prototype\":{\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"generate\":{\"!type\":\"fn()\",\"prototype\":{}},\"_getRandomInt\":{\"!type\":\"fn()\",\"prototype\":{}},\"_hexAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"overwrittenUUID\":{\"!type\":\"?\"},\"useMathRandom\":{\"!type\":\"fn()\",\"prototype\":{}},\"FIELD_NAMES\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"FIELD_SIZES\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"genV4\":{\"!type\":\"fn()\",\"prototype\":{}},\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"_binAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"NIL\":{\"intFields\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"timeLow\":{\"!type\":\"number\"},\"timeMid\":{\"!type\":\"number\"},\"timeHiAndVersion\":{\"!type\":\"number\"},\"clockSeqHiAndReserved\":{\"!type\":\"number\"},\"clockSeqLow\":{\"!type\":\"number\"},\"node\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"bitFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"hexFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"version\":{\"!type\":\"number\"},\"bitString\":{\"!type\":\"string\"},\"hexNoDelim\":{\"!type\":\"string\"},\"hexString\":{\"!type\":\"string\"},\"urn\":{\"!type\":\"string\"},\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"genV1\":{\"!type\":\"fn()\",\"prototype\":{}},\"resetState\":{\"!type\":\"fn()\",\"prototype\":{}},\"_tsRatio\":{\"!type\":\"number\"},\"_state\":{\"!type\":\"?\"},\"_getTimeFieldValues\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "uuidjs",
+ "accessor": ["UUID"],
+ "policies": [],
+ "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
+ "userPermissions": [],
+ "version": "4.2.12",
+ "url": "https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/amplitude\",\"amplitude\":{\"Identify\":{\"!type\":\"fn()\",\"prototype\":{}},\"Revenue\":{\"!type\":\"fn()\",\"prototype\":{}},\"Types\":{\"ServerZone\":{},\"SpecialEventType\":{},\"IdentifyOperation\":{},\"RevenueProperty\":{},\"LogLevel\":{},\"PluginType\":{},\"Status\":{},\"TransportType\":{}},\"add\":{},\"createInstance\":{},\"flush\":{},\"getDeviceId\":{},\"getSessionId\":{},\"getUserId\":{},\"groupIdentify\":{},\"identify\":{},\"init\":{},\"logEvent\":{},\"remove\":{},\"reset\":{},\"revenue\":{},\"runQueuedFunctions\":{},\"setDeviceId\":{},\"setGroup\":{},\"setOptOut\":{},\"setSessionId\":{},\"setTransport\":{},\"setUserId\":{},\"track\":{},\"__esModule\":{}}}",
+ "deleted": false,
+ "name": "@amplitude/analytics-browser",
+ "accessor": ["amplitude"],
+ "policies": [],
+ "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
+ "userPermissions": [],
+ "version": "1.6.1",
+ "url": "https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "jsonwebtoken",
+ "accessor": ["jsonwebtoken"],
+ "policies": [],
+ "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
+ "userPermissions": [],
+ "version": "8.5.1",
+ "url": "/libraries/jsonwebtoken@8.5.1.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "xmlParser",
+ "accessor": ["xmlParser"],
+ "policies": [],
+ "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
+ "userPermissions": [],
+ "version": "3.17.5",
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
+ }
],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2,
- "applicationVersion": 2,
- "embedSetting": {
- "height": "720px",
- "width": "1024px",
- "showNavigationBar": true
- },
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [
- {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace1"
- },
- {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace2"
- },
- {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace3"
- }
- ],
- "customJSLibList": [
- {
- "name": "AWS",
- "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
- "accessor": [
- "AWS"
- ],
- "url": "https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
- "version": "",
- "defs": "{\"!name\":\"LIB/AWS\",\"AWS\":{\"util\":{\"environment\":{\"!type\":\"string\"},\"engine\":{\"!type\":\"fn()\",\"prototype\":{}},\"userAgent\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscape\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscapePath\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlFormat\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryStringParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryParamsToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"readFileSync\":{\"!type\":\"fn()\",\"prototype\":{}},\"base64\":{\"encode\":{},\"decode\":{}},\"buffer\":{\"toStream\":{},\"concat\":{}},\"string\":{\"byteLength\":{},\"upperFirst\":{},\"lowerFirst\":{}},\"ini\":{\"parse\":{}},\"fn\":{\"noop\":{},\"callback\":{},\"makeAsync\":{}},\"date\":{\"getDate\":{},\"iso8601\":{},\"rfc822\":{},\"unixTimestamp\":{},\"from\":{},\"format\":{},\"parseTimestamp\":{}},\"crypto\":{\"crc32Table\":{},\"crc32\":{},\"hmac\":{},\"md5\":{},\"sha256\":{},\"hash\":{},\"toHex\":{},\"createHash\":{},\"lib\":{}},\"abort\":{},\"each\":{\"!type\":\"fn()\",\"prototype\":{}},\"arrayEach\":{\"!type\":\"fn()\",\"prototype\":{}},\"update\":{\"!type\":\"fn()\",\"prototype\":{}},\"merge\":{\"!type\":\"fn()\",\"prototype\":{}},\"copy\":{\"!type\":\"fn()\",\"prototype\":{}},\"isEmpty\":{\"!type\":\"fn()\",\"prototype\":{}},\"arraySliceFn\":{\"!type\":\"fn()\",\"prototype\":{}},\"isType\":{\"!type\":\"fn()\",\"prototype\":{}},\"typeName\":{\"!type\":\"fn()\",\"prototype\":{}},\"error\":{\"!type\":\"fn()\",\"prototype\":{}},\"inherit\":{\"!type\":\"fn()\",\"prototype\":{}},\"mixin\":{\"!type\":\"fn()\",\"prototype\":{}},\"hideProperties\":{\"!type\":\"fn()\",\"prototype\":{}},\"property\":{\"!type\":\"fn()\",\"prototype\":{}},\"memoizedProperty\":{\"!type\":\"fn()\",\"prototype\":{}},\"hoistPayloadMember\":{\"!type\":\"fn()\",\"prototype\":{}},\"computeSha256\":{\"!type\":\"fn()\",\"prototype\":{}},\"isClockSkewed\":{\"!type\":\"fn()\",\"prototype\":{}},\"applyClockOffset\":{\"!type\":\"fn()\",\"prototype\":{}},\"extractRequestId\":{\"!type\":\"fn()\",\"prototype\":{}},\"addPromises\":{\"!type\":\"fn()\",\"prototype\":{}},\"promisifyMethod\":{\"!type\":\"fn()\",\"prototype\":{}},\"isDualstackAvailable\":{\"!type\":\"fn()\",\"prototype\":{}},\"calculateRetryDelay\":{\"!type\":\"fn()\",\"prototype\":{}},\"handleRequestWithRetries\":{\"!type\":\"fn()\",\"prototype\":{}},\"uuid\":{\"v4\":{}},\"convertPayloadToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"defer\":{\"!type\":\"fn()\",\"prototype\":{}},\"defaultProfile\":{\"!type\":\"string\"},\"configOptInEnv\":{\"!type\":\"string\"},\"sharedCredentialsFileEnv\":{\"!type\":\"string\"},\"sharedConfigFileEnv\":{\"!type\":\"string\"},\"imdsDisabledEnv\":{\"!type\":\"string\"},\"Buffer\":{\"!type\":\"fn()\",\"prototype\":{},\"TYPED_ARRAY_SUPPORT\":{},\"poolSize\":{},\"_augment\":{},\"from\":{},\"alloc\":{},\"allocUnsafe\":{},\"allocUnsafeSlow\":{},\"isBuffer\":{},\"compare\":{},\"isEncoding\":{},\"concat\":{},\"byteLength\":{}},\"url\":{\"parse\":{},\"resolve\":{},\"resolveObject\":{},\"format\":{},\"Url\":{}},\"querystring\":{\"parse\":{},\"decode\":{},\"stringify\":{},\"encode\":{}},\"realClock\":{\"now\":{}},\"createEventStream\":{\"!type\":\"fn()\",\"prototype\":{}},\"isBrowser\":{\"!type\":\"fn()\",\"prototype\":{}},\"isNode\":{\"!type\":\"fn()\",\"prototype\":{}}},\"VERSION\":{\"!type\":\"string\"},\"Signers\":{\"RequestSigner\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getVersion\":{}},\"V2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3Https\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V4\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Presign\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}}},\"Protocol\":{\"Json\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Query\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Rest\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{},\"generateURI\":{}},\"RestJson\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"RestXml\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}}},\"XML\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"JSON\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"Model\":{\"Api\":{\"!type\":\"fn()\",\"prototype\":{}},\"Operation\":{\"!type\":\"fn()\",\"prototype\":{}},\"Shape\":{\"!type\":\"fn()\",\"prototype\":{},\"normalizedTypes\":{},\"types\":{},\"resolve\":{},\"create\":{},\"shapes\":{}},\"Paginator\":{\"!type\":\"fn()\",\"prototype\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{}}},\"apiLoader\":{\"!type\":\"fn()\",\"prototype\":{},\"services\":{\"sts\":{},\"cognitoidentity\":{},\"acm\":{},\"apigateway\":{},\"applicationautoscaling\":{},\"autoscaling\":{},\"cloudformation\":{},\"cloudfront\":{},\"cloudhsm\":{},\"cloudtrail\":{},\"cloudwatch\":{},\"cloudwatchevents\":{},\"cloudwatchlogs\":{},\"codebuild\":{},\"codecommit\":{},\"codedeploy\":{},\"codepipeline\":{},\"cognitoidentityserviceprovider\":{},\"cognitosync\":{},\"configservice\":{},\"cur\":{},\"devicefarm\":{},\"directconnect\":{},\"dynamodb\":{},\"dynamodbstreams\":{},\"ec2\":{},\"ecr\":{},\"ecs\":{},\"efs\":{},\"elasticache\":{},\"elasticbeanstalk\":{},\"elb\":{},\"elbv2\":{},\"emr\":{},\"elastictranscoder\":{},\"firehose\":{},\"gamelift\":{},\"inspector\":{},\"iot\":{},\"iotdata\":{},\"kinesis\":{},\"kms\":{},\"lambda\":{},\"lexruntime\":{},\"machinelearning\":{},\"marketplacecommerceanalytics\":{},\"mturk\":{},\"mobileanalytics\":{},\"opsworks\":{},\"polly\":{},\"rds\":{},\"redshift\":{},\"rekognition\":{},\"route53\":{},\"route53domains\":{},\"s3\":{},\"servicecatalog\":{},\"ses\":{},\"sns\":{},\"sqs\":{},\"ssm\":{},\"storagegateway\":{},\"waf\":{},\"workdocs\":{},\"lexmodelbuildingservice\":{},\"pricing\":{},\"mediastoredata\":{},\"comprehend\":{},\"kinesisvideoarchivedmedia\":{},\"kinesisvideomedia\":{},\"kinesisvideo\":{},\"translate\":{},\"secretsmanager\":{}}},\"EndpointCache\":{\"!type\":\"fn()\",\"prototype\":{\"size\":{}},\"getKeyString\":{}},\"SequentialExecutor\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Service\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defineMethods\":{},\"defineService\":{},\"addVersions\":{},\"defineServiceApi\":{},\"hasService\":{},\"addDefaultMonitoringListeners\":{},\"_serviceMap\":{}},\"Credentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"CredentialProviderChain\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defaultProviders\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Config\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"config\":{\"credentials\":{},\"credentialProvider\":{},\"region\":{},\"logger\":{},\"apiVersions\":{},\"apiVersion\":{},\"endpoint\":{},\"httpOptions\":{},\"maxRetries\":{},\"maxRedirects\":{},\"paramValidation\":{},\"sslEnabled\":{},\"s3ForcePathStyle\":{},\"s3BucketEndpoint\":{},\"s3DisableBodySigning\":{},\"computeChecksums\":{},\"convertResponseTypes\":{},\"correctClockSkew\":{},\"customUserAgent\":{},\"dynamoDbCrc32\":{},\"systemClockOffset\":{},\"signatureVersion\":{},\"signatureCache\":{},\"retryDelayOptions\":{},\"useAccelerateEndpoint\":{},\"clientSideMonitoring\":{},\"endpointDiscoveryEnabled\":{},\"endpointCacheSize\":{},\"hostPrefixEnabled\":{},\"getCredentials\":{},\"update\":{},\"loadFromPath\":{},\"clear\":{},\"set\":{},\"keys\":{},\"extractCredentials\":{},\"setPromisesDependency\":{},\"getPromisesDependency\":{}},\"Endpoint\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpRequest\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpResponse\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getInstance\":{},\"streamsApiVersion\":{}},\"EventListeners\":{\"Core\":{},\"CorePost\":{},\"Logger\":{},\"Json\":{},\"Rest\":{},\"RestJson\":{},\"RestXml\":{},\"Query\":{}},\"Request\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Response\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ParamValidator\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"events\":{\"_events\":{},\"listeners\":{},\"on\":{},\"onAsync\":{},\"removeListener\":{},\"removeAllListeners\":{},\"emit\":{},\"callListeners\":{},\"addListeners\":{},\"addNamedListener\":{},\"addNamedAsyncListener\":{},\"addNamedListeners\":{},\"addListener\":{}},\"endpointCache\":{\"maxSize\":{},\"cache\":{},\"size\":{},\"put\":{},\"get\":{},\"populateValue\":{},\"empty\":{},\"remove\":{}},\"STS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"TemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ChainableTemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"WebIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"CognitoIdentity\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"SAMLCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"XHRClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ACM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"APIGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ApplicationAutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"AutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFormation\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFront\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"CloudHSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudTrail\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatch\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchEvents\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchLogs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeBuild\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeCommit\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeDeploy\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodePipeline\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityServiceProvider\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoSync\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ConfigService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CUR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DeviceFarm\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DirectConnect\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DynamoDB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Converter\":{},\"DocumentClient\":{}},\"DynamoDBStreams\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EC2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EFS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElastiCache\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticBeanstalk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELBv2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EMR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticTranscoder\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Firehose\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"GameLift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Inspector\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Iot\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"IotData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Kinesis\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KMS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Lambda\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexRuntime\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MachineLearning\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MarketplaceCommerceAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MTurk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MobileAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"OpsWorks\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Polly\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Presigner\":{}},\"RDS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"Redshift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Rekognition\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53Domains\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"ManagedUpload\":{}},\"ServiceCatalog\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SES\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SNS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SQS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"StorageGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WAF\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WorkDocs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexModelBuildingService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Pricing\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MediaStoreData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Comprehend\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoArchivedMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideo\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Translate\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SecretsManager\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "uuidjs",
- "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
- "accessor": [
- "UUID"
- ],
- "url": "https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
- "version": "4.2.12",
- "defs": "{\"!name\":\"LIB/UUID\",\"UUID\":{\"!type\":\"fn()\",\"prototype\":{\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"generate\":{\"!type\":\"fn()\",\"prototype\":{}},\"_getRandomInt\":{\"!type\":\"fn()\",\"prototype\":{}},\"_hexAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"overwrittenUUID\":{\"!type\":\"?\"},\"useMathRandom\":{\"!type\":\"fn()\",\"prototype\":{}},\"FIELD_NAMES\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"FIELD_SIZES\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"genV4\":{\"!type\":\"fn()\",\"prototype\":{}},\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"_binAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"NIL\":{\"intFields\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"timeLow\":{\"!type\":\"number\"},\"timeMid\":{\"!type\":\"number\"},\"timeHiAndVersion\":{\"!type\":\"number\"},\"clockSeqHiAndReserved\":{\"!type\":\"number\"},\"clockSeqLow\":{\"!type\":\"number\"},\"node\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"bitFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"hexFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"version\":{\"!type\":\"number\"},\"bitString\":{\"!type\":\"string\"},\"hexNoDelim\":{\"!type\":\"string\"},\"hexString\":{\"!type\":\"string\"},\"urn\":{\"!type\":\"string\"},\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"genV1\":{\"!type\":\"fn()\",\"prototype\":{}},\"resetState\":{\"!type\":\"fn()\",\"prototype\":{}},\"_tsRatio\":{\"!type\":\"number\"},\"_state\":{\"!type\":\"?\"},\"_getTimeFieldValues\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "@amplitude/analytics-browser",
- "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
- "accessor": [
- "amplitude"
- ],
- "url": "https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
- "version": "1.6.1",
- "defs": "{\"!name\":\"LIB/amplitude\",\"amplitude\":{\"Identify\":{\"!type\":\"fn()\",\"prototype\":{}},\"Revenue\":{\"!type\":\"fn()\",\"prototype\":{}},\"Types\":{\"ServerZone\":{},\"SpecialEventType\":{},\"IdentifyOperation\":{},\"RevenueProperty\":{},\"LogLevel\":{},\"PluginType\":{},\"Status\":{},\"TransportType\":{}},\"add\":{},\"createInstance\":{},\"flush\":{},\"getDeviceId\":{},\"getSessionId\":{},\"getUserId\":{},\"groupIdentify\":{},\"identify\":{},\"init\":{},\"logEvent\":{},\"remove\":{},\"reset\":{},\"revenue\":{},\"runQueuedFunctions\":{},\"setDeviceId\":{},\"setGroup\":{},\"setOptOut\":{},\"setSessionId\":{},\"setTransport\":{},\"setUserId\":{},\"track\":{},\"__esModule\":{}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "jsonwebtoken",
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
- "accessor": [
- "jsonwebtoken"
- ],
- "url": "/libraries/jsonwebtoken@8.5.1.js",
- "version": "8.5.1",
- "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "xmlParser",
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "accessor": [
- "xmlParser"
- ],
- "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "version": "3.17.5",
- "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Navigated Page",
- "slug": "navigated-page",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 5,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "publishedTheme": {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Page navigation from TC3 gets you here",
- "key": "ptl4x2jsj7",
- "isDeprecated": false,
- "rightColumn": 55,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "5e44ag6uyn",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "3rem",
- "minDynamicHeight": 4
- }
- ]
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Navigated Page",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Navigated Page",
- "slug": "navigated-page",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 5,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Page navigation from TC3 gets you here",
- "key": "ptl4x2jsj7",
- "isDeprecated": false,
- "rightColumn": 55,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "5e44ag6uyn",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "3rem",
- "minDynamicHeight": 4
- }
- ]
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Navigated Page",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf6"
- },
- {
- "unpublishedPage": {
- "name": "Page 2",
- "slug": "page-2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1870,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "rtn5gj1iay",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "1rem",
- "minDynamicHeight": 4
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "boxShadow": "none",
- "widgetName": "Image3Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "borderRadius"
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data.message}}",
- "isDeprecated": false,
- "rightColumn": 44,
- "objectFit": "contain",
- "widgetId": "2evm572ii0",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
},
- {
- "widgetName": "Text6Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "text"
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "isSystemTheme": false,
+ "deleted": false,
+ "displayName": "Sharp",
+ "name": "Sharp",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
+ "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "md": "0.375rem",
+ "none": "0px",
+ "lg": "1.5rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fff",
+ "primaryColor": "#3B7DDD"
+ }
+ },
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Roboto"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "",
+ "primaryColor": "#F4ECDD"
+ }
+ }
+ },
+ "serverSchemaVersion": 7,
+ "modifiedResources": {"isAllModified": true},
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "0lmhvlsozc",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
},
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 6,
- "bottomRow": 93,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "hdrkhj2fvt",
- "containerStyle": "none",
- "bottomRow": 870,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "yrdah1axob",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "pjvnbnmrik",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC4",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "lantjruf0o",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text1Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 53,
- "bottomRow": 69,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.kittyFact}}",
- "key": "smwgwx0oj7",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9hsqxgd5tt",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 53,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 69,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 14,
- "bottomRow": 51,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "v1dcrk183j",
- "image": "{{appsmith.store.doggoImage}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "t6b330438y",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 16,
- "bottomRow": 53,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "ikay0ds7n4",
- "image": "{{appsmith.store.kittyImage}}",
- "isDeprecated": false,
- "rightColumn": 32,
- "objectFit": "contain",
- "widgetId": "4z5pv3m1em",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 16,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 53,
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 8,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Cat",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{TC4.cat()}}"
- },
- "groupButton2": {
- "label": "Dog",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{TC4.dog();}}"
- },
- "groupButton0c5t9yzrfh": {
- "id": "groupButton0c5t9yzrfh",
- "index": 2,
- "label": "Both",
- "menuItems": {},
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "r41vw4o7o3",
- "isDisabled": false,
- "isVisible": true,
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "onClick": "{{TC4.both()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "leftColumn": 17,
- "dynamicBindingPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 47,
- "widgetId": "cp1ku9sd4h",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2Copy1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 51,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 10.337890625,
- "dynamicTriggerPathList": [],
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.dogFact}}",
- "key": "gczlrxsr70",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "svs7gh57bz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1Copy",
- "isCanvas": false,
- "dynamicPropertyPathList": [],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 69,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Clear kitty",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{clearInterval('kitty')}}"
- },
- "groupButton2": {
- "label": "Clear doggo",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{clearInterval('doggo')}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 46,
- "widgetId": "4nwrn0lnur",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "originalTopRow": 69,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 75,
- "buttonVariant": "PRIMARY"
- },
- {
- "mobileBottomRow": 81,
- "widgetName": "NumberSlider1",
- "defaultValue": "5000",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
- "tooltipAlwaysOn": false,
- "labelText": "Refresh duration",
- "searchTags": [
- "range"
- ],
- "topRow": 77,
- "bottomRow": 81,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 51,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 13.796875,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "isDisabled": false,
- "key": "w87aglxqe9",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 52,
- "max": "15000",
- "widgetId": "pw55xzgtyd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 73,
- "responsiveBehavior": "fill",
- "originalTopRow": 77,
- "mobileLeftColumn": 11,
- "originalBottomRow": 81,
- "step": "10",
- "showMarksLabel": true
- },
- {
- "mobileBottomRow": 13,
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 9,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
- "key": "o7lra5yjtq",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "k2jjway841",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9,
- "responsiveBehavior": "fill",
- "originalTopRow": 9,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 16,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 6,
- "widgetName": "Button1",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 2,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 15,
- "animateLoading": true,
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "mq36p1d6a7",
- "isDeprecated": false,
- "rightColumn": 15,
- "isDefaultClickDisabled": true,
- "widgetId": "52aina4tgc",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 2,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "yrdah1axob",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 92,
- "minDynamicHeight": 4
},
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container2",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 105,
- "bottomRow": 179,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1Copy",
- "detachFromLayout": true,
- "widgetId": "cvswye62f0",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "qophrhb9ws",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 731.2601661682129,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 46,
- "iconName": "arrow-top-right",
- "widgetId": "yap98rhcqn",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "isSortable": true,
- "type": "TABLE_WIDGET",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 43,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "widgetName": "Table2Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 46,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "onPageSizeChange": "",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onPageSizeChange"
- }
- ],
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 64,
- "textSize": "0.875rem",
- "widgetId": "ks1q35pgko",
- "tableData": "{{Api3.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "widgetName": "Text5",
- "borderColor": "#3730a3",
- "dynamicPropertyPathList": [],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 67,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "2",
- "truncateButtonColor": "#FFC13D",
- "text": "Widget navigation led you here",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 44,
- "backgroundColor": "#3730a3",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "0mi3h8zskd",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#fafafa",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table1Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 21,
- "textSize": "0.875rem",
- "widgetId": "44lgrfydql",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api1.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "none",
- "widgetName": "Select2",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Select navigation type",
- "topRow": 9,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC3.myVar1}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 48,
- "dynamicHeight": "FIXED",
- "widgetId": "ywc7thfwfa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{TC3.myFun1()}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC3",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "ht0x7fh5ev",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table2",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 21,
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 43,
- "textSize": "0.875rem",
- "widgetId": "j4hy3296sv",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api2.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Tabs1",
- "isCanvas": true,
- "displayName": "Tabs",
- "iconSVG": "/static/media/icon.74a6d653.svg",
- "topRow": 47,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TABS_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onTabSelected"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "tabId": "tab1",
- "boxShadow": "none",
- "widgetName": "Canvas2",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 1",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "bv937y1isa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "tabId": "tab2",
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 3,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
- "key": "atozs3dqkq",
- "isDeprecated": false,
- "rightColumn": 60,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "stu122x6ov",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "fc3l3b6pjd",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 2",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "fc3l3b6pjd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "wvw41p337s",
- "isDeprecated": false,
- "rightColumn": 39,
- "dynamicHeight": "FIXED",
- "widgetId": "1wwv4lpx0h",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "defaultTab": "Tab 1",
- "onTabSelected": "",
- "shouldShowTabs": true,
- "tabsObj": {
- "tab1": {
- "label": "Tab 1",
- "id": "tab1",
- "widgetId": "bv937y1isa",
- "isVisible": true,
- "index": 0
- },
- "tab2": {
- "label": "Tab 2",
- "id": "tab2",
- "widgetId": "fc3l3b6pjd",
- "isVisible": true,
- "index": 1
- }
- },
- "isVisible": true,
- "version": 3,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "qophrhb9ws",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 104,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 178,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data[0].url ?? Image2.image}}",
- "isDeprecated": false,
- "rightColumn": 12,
- "objectFit": "contain",
- "widgetId": "ra1tf5j9f4",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.fact}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "4ubwdgb1h3",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 2_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_Api2",
- "name": "Api2",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_Api3",
- "name": "Api3",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_petImagesold",
- "name": "petImagesold",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_petFactsold",
- "name": "petFactsold",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 2",
- "slug": "page-2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1870,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "rtn5gj1iay",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data.message}}",
- "isDeprecated": false,
- "rightColumn": 44,
- "objectFit": "contain",
- "widgetId": "2evm572ii0",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "0lmhvlsozc",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 6,
- "bottomRow": 93,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "hdrkhj2fvt",
- "containerStyle": "none",
- "bottomRow": 870,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "yrdah1axob",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "pjvnbnmrik",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC4",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "lantjruf0o",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text1Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 53,
- "bottomRow": 69,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.kittyFact}}",
- "key": "smwgwx0oj7",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9hsqxgd5tt",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 53,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 69,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 14,
- "bottomRow": 51,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "v1dcrk183j",
- "image": "{{appsmith.store.doggoImage}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "t6b330438y",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 16,
- "bottomRow": 53,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "ikay0ds7n4",
- "image": "{{appsmith.store.kittyImage}}",
- "isDeprecated": false,
- "rightColumn": 32,
- "objectFit": "contain",
- "widgetId": "4z5pv3m1em",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 16,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 53,
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 8,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Cat",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{TC4.cat()}}"
- },
- "groupButton2": {
- "label": "Dog",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{TC4.dog();}}"
- },
- "groupButton0c5t9yzrfh": {
- "id": "groupButton0c5t9yzrfh",
- "index": 2,
- "label": "Both",
- "menuItems": {},
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "r41vw4o7o3",
- "isDisabled": false,
- "isVisible": true,
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "onClick": "{{TC4.both()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "leftColumn": 17,
- "dynamicBindingPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 47,
- "widgetId": "cp1ku9sd4h",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2Copy1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 51,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 10.337890625,
- "dynamicTriggerPathList": [],
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.dogFact}}",
- "key": "gczlrxsr70",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "svs7gh57bz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1Copy",
- "isCanvas": false,
- "dynamicPropertyPathList": [],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 69,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Clear kitty",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{clearInterval('kitty')}}"
- },
- "groupButton2": {
- "label": "Clear doggo",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{clearInterval('doggo')}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 46,
- "widgetId": "4nwrn0lnur",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "originalTopRow": 69,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 75,
- "buttonVariant": "PRIMARY"
- },
- {
- "mobileBottomRow": 81,
- "widgetName": "NumberSlider1",
- "defaultValue": "5000",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
- "tooltipAlwaysOn": false,
- "labelText": "Refresh duration",
- "searchTags": [
- "range"
- ],
- "topRow": 77,
- "bottomRow": 81,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 51,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 13.796875,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "isDisabled": false,
- "key": "w87aglxqe9",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 52,
- "max": "15000",
- "widgetId": "pw55xzgtyd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 73,
- "responsiveBehavior": "fill",
- "originalTopRow": 77,
- "mobileLeftColumn": 11,
- "originalBottomRow": 81,
- "step": "10",
- "showMarksLabel": true
- },
- {
- "mobileBottomRow": 13,
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 9,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
- "key": "o7lra5yjtq",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "k2jjway841",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9,
- "responsiveBehavior": "fill",
- "originalTopRow": 9,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 16,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 6,
- "widgetName": "Button1",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 2,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 15,
- "animateLoading": true,
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "mq36p1d6a7",
- "isDeprecated": false,
- "rightColumn": 15,
- "isDefaultClickDisabled": true,
- "widgetId": "52aina4tgc",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 2,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "yrdah1axob",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 92,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container2",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 105,
- "bottomRow": 179,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1Copy",
- "detachFromLayout": true,
- "widgetId": "cvswye62f0",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "qophrhb9ws",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 731.2601661682129,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 46,
- "iconName": "arrow-top-right",
- "widgetId": "yap98rhcqn",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "isSortable": true,
- "type": "TABLE_WIDGET",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 43,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "widgetName": "Table2Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 46,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "onPageSizeChange": "",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onPageSizeChange"
- }
- ],
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 64,
- "textSize": "0.875rem",
- "widgetId": "ks1q35pgko",
- "tableData": "{{Api3.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "widgetName": "Text5",
- "borderColor": "#3730a3",
- "dynamicPropertyPathList": [],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 67,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "2",
- "truncateButtonColor": "#FFC13D",
- "text": "Widget navigation led you here",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 44,
- "backgroundColor": "#3730a3",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "0mi3h8zskd",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#fafafa",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table1Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 21,
- "textSize": "0.875rem",
- "widgetId": "44lgrfydql",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api1.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "none",
- "widgetName": "Select2",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Select navigation type",
- "topRow": 9,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC3.myVar1}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 48,
- "dynamicHeight": "FIXED",
- "widgetId": "ywc7thfwfa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{TC3.myFun1()}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC3",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "ht0x7fh5ev",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table2",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 21,
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 43,
- "textSize": "0.875rem",
- "widgetId": "j4hy3296sv",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api2.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Tabs1",
- "isCanvas": true,
- "displayName": "Tabs",
- "iconSVG": "/static/media/icon.74a6d653.svg",
- "topRow": 47,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TABS_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onTabSelected"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "tabId": "tab1",
- "boxShadow": "none",
- "widgetName": "Canvas2",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 1",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "bv937y1isa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "tabId": "tab2",
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 3,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
- "key": "atozs3dqkq",
- "isDeprecated": false,
- "rightColumn": 60,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "stu122x6ov",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "fc3l3b6pjd",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 2",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "fc3l3b6pjd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "wvw41p337s",
- "isDeprecated": false,
- "rightColumn": 39,
- "dynamicHeight": "FIXED",
- "widgetId": "1wwv4lpx0h",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "defaultTab": "Tab 1",
- "onTabSelected": "",
- "shouldShowTabs": true,
- "tabsObj": {
- "tab1": {
- "label": "Tab 1",
- "id": "tab1",
- "widgetId": "bv937y1isa",
- "isVisible": true,
- "index": 0
- },
- "tab2": {
- "label": "Tab 2",
- "id": "tab2",
- "widgetId": "fc3l3b6pjd",
- "isVisible": true,
- "index": 1
- }
- },
- "isVisible": true,
- "version": 3,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "qophrhb9ws",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 104,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 178,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data[0].url ?? Image2.image}}",
- "isDeprecated": false,
- "rightColumn": 12,
- "objectFit": "contain",
- "widgetId": "ra1tf5j9f4",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.fact}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "4ubwdgb1h3",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 2_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_TC4.both",
- "name": "TC4.both",
- "collectionId": "Page 2_TC4",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_petImages",
- "name": "petImages",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_petFacts",
- "name": "petFacts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf4"
- },
- {
- "unpublishedPage": {
- "name": "Page 3",
- "slug": "page-3",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1300,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1,
- "bottomRow": 59,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2",
- "detachFromLayout": true,
- "widgetId": "92o1wf4kiz",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "v81j6i48ks",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "qgdqioe4om",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 50,
- "bottomRow": 55,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 18,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
- "key": "ltq71svusm",
- "isDeprecated": false,
- "rightColumn": 44,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "15s5q5fjq5",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 50,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 55,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 50,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map3",
- "defaultMarkers": "{{TC5.locations}}",
- "dynamicPropertyPathList": [],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 13,
- "bottomRow": 47,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "allowZoom": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "defaultMarkers"
- }
- ],
- "enablePickLocation": false,
- "mapCenter": {
- "lat": 28.6105073,
- "long": 77.1145653,
- "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India"
- },
- "isClickedMarkerCentered": false,
- "isDisabled": false,
- "enableSearch": false,
- "key": "6ewoa3cy5w",
- "isDeprecated": false,
- "rightColumn": 36.57142857142857,
- "allowClustering": false,
- "widgetId": "2ng48j802d",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 14,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 48
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 13,
- "bottomRow": 46,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "leftColumn": 37.58730158730158,
- "children": [
- {
- "rightColumn": 323.44199657440186,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "zap3upnpc9",
- "containerStyle": "none",
- "bottomRow": 330,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "0c4qu88gua",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 435.94356060028076,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 27,
- "bottomRow": 31,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 8.347826086956522,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.count}}",
- "key": "q1mz71t6fa",
- "isDeprecated": false,
- "rightColumn": 52.869565217391305,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "nq2no4e7u1",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 44,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 48,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{TC5.countdown()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 22,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
- "isDisabled": false,
- "key": "nfmoy84nid",
- "isDeprecated": false,
- "rightColumn": 61,
- "isDefaultClickDisabled": true,
- "widgetId": "dqzhco0pxx",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 15,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 19,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "widgetName": "NumberSlider2",
- "defaultValue": "10",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "pick countdown duration",
- "searchTags": [
- "range"
- ],
- "topRow": 15,
- "bottomRow": 22,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": "10",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": "200",
- "widgetId": "25v6rx7lp5",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "NumberSlider1",
- "defaultValue": "50",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "select a number you want to countdown from",
- "searchTags": [
- "range"
- ],
- "topRow": 7,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": 100,
- "widgetId": "krvk4jsa77",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "OUTTER VARIABLE MODIFICATION",
- "key": "s7vnc82698",
- "isDeprecated": false,
- "rightColumn": 61.21739130434783,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "a8tis5fxkf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "0c4qu88gua",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 13,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 46,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "9laodeyhr2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v81j6i48ks",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- },
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2Copy",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 64,
- "bottomRow": 122,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2Copy",
- "detachFromLayout": true,
- "widgetId": "krk7t6fkrj",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mtx9rr9sv3",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "kgie13n9d2",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC6",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "8od3vchpi2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 24,
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 20,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.56103515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "",
- "key": "sefx44qvp2",
- "isDeprecated": false,
- "rightColumn": 25,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "65xjdau988",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 20,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 9,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "mtx9rr9sv3",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 3",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 3",
- "slug": "page-3",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1300,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1,
- "bottomRow": 59,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2",
- "detachFromLayout": true,
- "widgetId": "92o1wf4kiz",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "v81j6i48ks",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "qgdqioe4om",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 50,
- "bottomRow": 55,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 18,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
- "key": "ltq71svusm",
- "isDeprecated": false,
- "rightColumn": 44,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "15s5q5fjq5",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 50,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 55,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 50,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map3",
- "defaultMarkers": "{{TC5.locations}}",
- "dynamicPropertyPathList": [],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 13,
- "bottomRow": 47,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "allowZoom": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "defaultMarkers"
- }
- ],
- "enablePickLocation": false,
- "mapCenter": {
- "lat": 28.6105073,
- "long": 77.1145653,
- "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India"
- },
- "isClickedMarkerCentered": false,
- "isDisabled": false,
- "enableSearch": false,
- "key": "6ewoa3cy5w",
- "isDeprecated": false,
- "rightColumn": 36.57142857142857,
- "allowClustering": false,
- "widgetId": "2ng48j802d",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 14,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 48
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 13,
- "bottomRow": 46,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "leftColumn": 37.58730158730158,
- "children": [
- {
- "rightColumn": 323.44199657440186,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "zap3upnpc9",
- "containerStyle": "none",
- "bottomRow": 330,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "0c4qu88gua",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 435.94356060028076,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 27,
- "bottomRow": 31,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 8.347826086956522,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.count}}",
- "key": "q1mz71t6fa",
- "isDeprecated": false,
- "rightColumn": 52.869565217391305,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "nq2no4e7u1",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 44,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 48,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{TC5.countdown()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 22,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
- "isDisabled": false,
- "key": "nfmoy84nid",
- "isDeprecated": false,
- "rightColumn": 61,
- "isDefaultClickDisabled": true,
- "widgetId": "dqzhco0pxx",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 15,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 19,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "widgetName": "NumberSlider2",
- "defaultValue": "10",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "pick countdown duration",
- "searchTags": [
- "range"
- ],
- "topRow": 15,
- "bottomRow": 22,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": "10",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": "200",
- "widgetId": "25v6rx7lp5",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "NumberSlider1",
- "defaultValue": "50",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "select a number you want to countdown from",
- "searchTags": [
- "range"
- ],
- "topRow": 7,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": 100,
- "widgetId": "krvk4jsa77",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "OUTTER VARIABLE MODIFICATION",
- "key": "s7vnc82698",
- "isDeprecated": false,
- "rightColumn": 61.21739130434783,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "a8tis5fxkf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "0c4qu88gua",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 13,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 46,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "9laodeyhr2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v81j6i48ks",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- },
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2Copy",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 64,
- "bottomRow": 122,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2Copy",
- "detachFromLayout": true,
- "widgetId": "krk7t6fkrj",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mtx9rr9sv3",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "kgie13n9d2",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC6",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "8od3vchpi2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 24,
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 20,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.56103515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "",
- "key": "sefx44qvp2",
- "isDeprecated": false,
- "rightColumn": 25,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "65xjdau988",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 20,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 9,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "mtx9rr9sv3",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 3_TC5.storeLocation",
- "name": "TC5.storeLocation",
- "collectionId": "Page 3_TC5",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
- ],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 3_TC6.myFun2",
- "name": "TC6.myFun2",
- "collectionId": "Page 3_TC6",
- "clientSideExecution": true,
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 3",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf8"
- },
- {
- "unpublishedPage": {
- "name": "Page 4",
- "slug": "page-4",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 650,
- "containerStyle": "none",
- "snapRows": 61,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Checkbox1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Checkbox",
- "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
- "searchTags": [
- "boolean"
- ],
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "CHECKBOX_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onCheckChange"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "{{appsmith.store.text}}",
- "onCheckChange": "",
- "isDisabled": false,
- "key": "o2vo6m4r0d",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "7og0usx4uq",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "label": "You having a good day?",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 3,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "defaultCheckedState": false,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 8,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "ButtonGroup2",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- },
- {
- "key": "boxShadow"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 12,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Make 'em all disappear",
- "iconName": "clean",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','false');;}}"
- },
- "groupButton2": {
- "label": "Bring them back!",
- "iconName": "asterisk",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','true');;}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- }
- ],
- "key": "41w8av7fig",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "i3fwzt60ns",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "*_* Blue",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#93c5fd",
- "onClick": "{{TC6.blue()}}"
- },
- "groupButton3": {
- "label": " O_O Red",
- "id": "groupButton3",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {
- "menuItem1": {
- "label": "First Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem1",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem2",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Delete",
- "iconName": "trash",
- "iconColor": "#FFFFFF",
- "iconAlign": "right",
- "textColor": "#FFFFFF",
- "backgroundColor": "#DD4B34",
- "id": "menuItem3",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "buttonColor": "#f472b6",
- "onClick": "{{TC6.orange()}}"
- },
- "groupButton2": {
- "label": "T_T Green",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2,
- "menuItems": {},
- "buttonColor": "#b5d1a5",
- "onClick": "{{TC6.green()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton3.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "key": "8rlytj0pm0",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 10,
- "widgetId": "vm3plubn8e",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "0.375rem",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "CategorySlider1",
- "dynamicPropertyPathList": [
- {
- "key": "labelTextColor"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "options"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Category Slider",
- "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
- "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
- "searchTags": [
- "range"
- ],
- "topRow": 18,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CATEGORY_SLIDER_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{moment().format('dddd')}}",
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "labelText"
- },
- {
- "key": "isVisible"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
- "labelTextColor": "{{appsmith.store.text}}",
- "isDisabled": false,
- "key": "kxvqu06iom",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 29,
- "onChange": "",
- "widgetId": "jogmp1s31g",
- "accentColor": "{{appsmith.store.background}}",
- "isVisible": "{{appsmith.store.visible}}",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 18,
- "originalBottomRow": 26,
- "showMarksLabel": true
- },
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 27,
- "bottomRow": 40,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "rightColumn": 253.12851905822754,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "em3f3sredw",
- "containerStyle": "none",
- "bottomRow": 130,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mglu9gsl2z",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 130,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- }
- ],
- "isDisabled": false,
- "key": "ikj1vq2v1h",
- "isDeprecated": false,
- "rightColumn": 63,
- "widgetId": "vzvsrip3yr",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 4,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 11,
- "iconColor": "#fafafa"
- },
- {
- "widgetName": "Text1",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Test if you have the skills to be have a karaoke night",
- "key": "0oc89nkcbg",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "",
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "3z7yb728ic",
- "isVisible": "{{appsmith.store.visible}}",
- "fontStyle": "BOLD",
- "textColor": "{{appsmith.store.text}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rlj0lh33fd",
- "backgroundColor": "{{appsmith.store.background}}",
- "isDeprecated": false,
- "rightColumn": 29,
- "dynamicHeight": "FIXED",
- "widgetId": "mglu9gsl2z",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 27,
- "borderRadius": "0.375rem",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 40,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "newName",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
- "searchTags": [
- "mp3",
- "sound",
- "wave",
- "player"
- ],
- "topRow": 44,
- "bottomRow": 48,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "isVisible"
- }
- ],
- "key": "gro03mxuhi",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "omgy5x59c0",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "originalBottomRow": 46,
- "autoPlay": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
- "topRow": 44,
- "isSortable": false,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "cellBackground"
- },
- {
- "key": "primaryColumns.task.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "primaryColumns.task.textColor"
- },
- {
- "key": "primaryColumns.status.textColor"
- },
- {
- "key": "primaryColumns.action.textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonLabel"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": "{{appsmith.store.visible}}",
- "enableClientSideSearch": false,
- "version": 1,
- "textColor": "{{appsmith.store.text}}",
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65,
- "columnUpdatedAt": 1676634128648,
- "defaultSelectedRowIndices": [
- 0
- ],
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "task",
- "status",
- "action"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 65,
- "columnWidthMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "parentRowSpace": 10,
- "hideCard": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "borderWidth": "1",
- "primaryColumns": {
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "checkbox",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
- "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
- "textColor": "{{appsmith.store.text}}",
- "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
- "sticky": ""
- }
- },
- "key": "e03zy85neo",
- "canFreezeColumn": false,
- "isDeprecated": false,
- "rightColumn": 36,
- "textSize": "0.875rem",
- "widgetId": "2ggycmaef1",
- "enableServerSideFiltering": false,
- "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "originalTopRow": 44,
- "isVisiblePagination": false,
- "cellBackground": "{{appsmith.store.background}}",
- "verticalAlignment": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 4",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 4",
- "slug": "page-4",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 650,
- "containerStyle": "none",
- "snapRows": 61,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Checkbox1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Checkbox",
- "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
- "searchTags": [
- "boolean"
- ],
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "CHECKBOX_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onCheckChange"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "{{appsmith.store.text}}",
- "onCheckChange": "",
- "isDisabled": false,
- "key": "o2vo6m4r0d",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "7og0usx4uq",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "label": "You having a good day?",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 3,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "defaultCheckedState": false,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 8,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "ButtonGroup2",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- },
- {
- "key": "boxShadow"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 12,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Make 'em all disappear",
- "iconName": "clean",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','false');;}}"
- },
- "groupButton2": {
- "label": "Bring them back!",
- "iconName": "asterisk",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','true');;}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- }
- ],
- "key": "41w8av7fig",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "i3fwzt60ns",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "*_* Blue",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#93c5fd",
- "onClick": "{{TC6.blue()}}"
- },
- "groupButton3": {
- "label": " O_O Red",
- "id": "groupButton3",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {
- "menuItem1": {
- "label": "First Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem1",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem2",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Delete",
- "iconName": "trash",
- "iconColor": "#FFFFFF",
- "iconAlign": "right",
- "textColor": "#FFFFFF",
- "backgroundColor": "#DD4B34",
- "id": "menuItem3",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "buttonColor": "#f472b6",
- "onClick": "{{TC6.orange()}}"
- },
- "groupButton2": {
- "label": "T_T Green",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2,
- "menuItems": {},
- "buttonColor": "#b5d1a5",
- "onClick": "{{TC6.green()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton3.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "key": "8rlytj0pm0",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 10,
- "widgetId": "vm3plubn8e",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "0.375rem",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "CategorySlider1",
- "dynamicPropertyPathList": [
- {
- "key": "labelTextColor"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "options"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Category Slider",
- "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
- "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
- "searchTags": [
- "range"
- ],
- "topRow": 18,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CATEGORY_SLIDER_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{moment().format('dddd')}}",
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "labelText"
- },
- {
- "key": "isVisible"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
- "labelTextColor": "{{appsmith.store.text}}",
- "isDisabled": false,
- "key": "kxvqu06iom",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 29,
- "onChange": "",
- "widgetId": "jogmp1s31g",
- "accentColor": "{{appsmith.store.background}}",
- "isVisible": "{{appsmith.store.visible}}",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 18,
- "originalBottomRow": 26,
- "showMarksLabel": true
- },
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 27,
- "bottomRow": 40,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "rightColumn": 253.12851905822754,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "em3f3sredw",
- "containerStyle": "none",
- "bottomRow": 130,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mglu9gsl2z",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 130,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- }
- ],
- "isDisabled": false,
- "key": "ikj1vq2v1h",
- "isDeprecated": false,
- "rightColumn": 63,
- "widgetId": "vzvsrip3yr",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 4,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 11,
- "iconColor": "#fafafa"
- },
- {
- "widgetName": "Text1",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Test if you have the skills to be have a karaoke night",
- "key": "0oc89nkcbg",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "",
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "3z7yb728ic",
- "isVisible": "{{appsmith.store.visible}}",
- "fontStyle": "BOLD",
- "textColor": "{{appsmith.store.text}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rlj0lh33fd",
- "backgroundColor": "{{appsmith.store.background}}",
- "isDeprecated": false,
- "rightColumn": 29,
- "dynamicHeight": "FIXED",
- "widgetId": "mglu9gsl2z",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 27,
- "borderRadius": "0.375rem",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 40,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "newName",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
- "searchTags": [
- "mp3",
- "sound",
- "wave",
- "player"
- ],
- "topRow": 44,
- "bottomRow": 48,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "isVisible"
- }
- ],
- "key": "gro03mxuhi",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "omgy5x59c0",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "originalBottomRow": 46,
- "autoPlay": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
- "topRow": 44,
- "isSortable": false,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "cellBackground"
- },
- {
- "key": "primaryColumns.task.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "primaryColumns.task.textColor"
- },
- {
- "key": "primaryColumns.status.textColor"
- },
- {
- "key": "primaryColumns.action.textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonLabel"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": "{{appsmith.store.visible}}",
- "enableClientSideSearch": false,
- "version": 1,
- "textColor": "{{appsmith.store.text}}",
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65,
- "columnUpdatedAt": 1676634128648,
- "defaultSelectedRowIndices": [
- 0
- ],
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "task",
- "status",
- "action"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 65,
- "columnWidthMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "parentRowSpace": 10,
- "hideCard": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "borderWidth": "1",
- "primaryColumns": {
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "checkbox",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
- "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
- "textColor": "{{appsmith.store.text}}",
- "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
- "sticky": ""
- }
- },
- "key": "e03zy85neo",
- "canFreezeColumn": false,
- "isDeprecated": false,
- "rightColumn": 36,
- "textSize": "0.875rem",
- "widgetId": "2ggycmaef1",
- "enableServerSideFiltering": false,
- "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "originalTopRow": 44,
- "isVisiblePagination": false,
- "cellBackground": "{{appsmith.store.background}}",
- "verticalAlignment": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 4",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfe"
- },
- {
- "unpublishedPage": {
- "name": "Page 1",
- "slug": "page-1",
- "customSlug": "",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1480,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container3",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "animateLoading"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 66,
- "bottomRow": 140,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": "true",
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 607.7500152587891,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "widgetId": "ijtgmtni2k",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "p7fos7awt2",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 830,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 31,
- "bottomRow": 42,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "leftColumn": 39,
- "dynamicBindingPathList": [],
- "children": [
- {
- "rightColumn": 316.25449657440186,
- "widgetName": "Canvas5",
- "detachFromLayout": true,
- "widgetId": "6iw1h9dfsf",
- "containerStyle": "none",
- "bottomRow": 110,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "e5qizxpr0i",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 123.75175952911377,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Input2",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 5,
- "bottomRow": 9,
- "parentRowSpace": 10,
- "labelWidth": "15",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "PASSWORD",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "ohlhkb5pp7",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Password",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.password}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Input1",
- "dynamicPropertyPathList": [
- {
- "key": "onFocus"
- }
- ],
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [
- {
- "key": "onTextChanged"
- },
- {
- "key": "onFocus"
- }
- ],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "EMAIL",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "onTextChanged": "",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "4v3hz6o89j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "e-mail",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.email}}",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rgm6qofnar",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 62,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e5qizxpr0i",
- "containerStyle": "card",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "originalTopRow": 31,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 42,
- "minDynamicHeight": 10
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2Copy",
- "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Remove a few store values",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "xtx0akgjk0",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "w6qr6t0oal",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 8,
- "bottomRow": 30,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "SCROLL",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 27,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) \n\nStep 1: Clear local store values by clicking on relevant button\n\nStep 2: Use promise.all function to trigger sequential store value actions\n\nStep 3: Use then/catch block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch block)",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "5zjwcuucs2",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC2",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "pv5wh9p2rb",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3Copy",
- "onClick": "{{TC2.myFun2()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 24,
- "bottomRow": 29,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using then/catch",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "tvwn4pxtjo",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{TC2.myFun1();}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 19,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using promise.all",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "bs6qb7yb4u",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Clear appsmith store",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "qcnf9yi3kl",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 33,
- "bottomRow": 49,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "q7e2c15fyz",
- "image": "{{appsmith.store.pic}}",
- "isDeprecated": false,
- "rightColumn": 16,
- "objectFit": "contain",
- "widgetId": "18m6ehwqyv",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 29,
- "bottomRow": 33,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
- "key": "8vc77e1j1z",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "96dlxdqrnf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 10,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map1",
- "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
- "dynamicPropertyPathList": [
- {
- "key": "mapCenter"
- }
- ],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 42,
- "bottomRow": 71,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "allowZoom": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 36,
- "dynamicBindingPathList": [
- {
- "key": "mapCenter"
- },
- {
- "key": "defaultMarkers"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "enablePickLocation": true,
- "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
- "isClickedMarkerCentered": true,
- "isDisabled": false,
- "enableSearch": false,
- "key": "xpdrclix9k",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "lvbo7v7lxh",
- "enableCreateMarker": false,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 71
- },
- {
- "boxShadow": "none",
- "widgetName": "DatePicker1",
- "minDate": "1920-12-31T18:30:00.000Z",
- "dateFormat": "LLL",
- "dynamicPropertyPathList": [
- {
- "key": "defaultDate"
- }
- ],
- "displayName": "DatePicker",
- "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
- "searchTags": [
- "calendar"
- ],
- "topRow": 49,
- "bottomRow": 53,
- "shortcuts": true,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "DATE_PICKER_WIDGET2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultDate"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "#1d4ed8",
- "isDisabled": false,
- "key": "x339tqgav5",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "defaultDate": "{{appsmith.store.dob}}",
- "isDeprecated": false,
- "rightColumn": 25,
- "dynamicHeight": "FIXED",
- "widgetId": "v1h32cg7fe",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "Date of birth",
- "version": 2,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "timePrecision": "minute",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "firstDayOfWeek": 0,
- "closeOnSelection": true,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "PhoneInput1",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 54,
- "bottomRow": 58,
- "parentRowSpace": 10,
- "labelWidth": "4",
- "defaultDialCode": "+260",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "BOLD",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "2c96r94kzy",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Landline",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.phone}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "PhoneInput2",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 59,
- "bottomRow": 63,
- "parentRowSpace": 10,
- "labelWidth": "3",
- "defaultDialCode": "+1664",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "qppi9qtlwp",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Phone",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.cell}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 64,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultOptionValue"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Male",
- "value": "M"
- },
- {
- "label": "Female",
- "value": "F"
- }
- ],
- "isDisabled": false,
- "key": "rdqw0n133t",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "4bqyoh6ydq",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Gender",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "qmr0vxzj8r",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "p7fos7awt2",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 67,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 141,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 4,
- "bottomRow": 61,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "kk1k58hv9w",
- "containerStyle": "none",
- "bottomRow": 570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "fprx0bu1rp",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 570,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "borderColor": "{{Select1.selectedOptionValue}}",
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 49,
- "bottomRow": 54,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "borderColor"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "7",
- "truncateButtonColor": "#FFC13D",
- "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}} and will default to {{Select1.defaultOptionValue}} after reset",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 46,
- "backgroundColor": "{{Select1.selectedOptionValue}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "iv3qlgn05v",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#18181b",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 49,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 54,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "multiRowSelection": false,
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 19,
- "isSortable": true,
- "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "type": "TABLE_WIDGET",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": "",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75,
- "userId": 79,
- "id": 60
- },
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 48,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- }
- ],
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 46,
- "textSize": "0.875rem",
- "widgetId": "hzi419yzw9",
- "tableData": "{{Api1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "kk1k58hv9w",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Audio1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a.svg",
- "topRow": 19,
- "bottomRow": 23,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPlay"
- }
- ],
- "leftColumn": 46,
- "dynamicBindingPathList": [],
- "key": "1ujq0d6hyd",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "8bjrosh0ou",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "onPlay": "{{TC1.myFun1()}}",
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "autoPlay": false
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Step 2:",
- "topRow": 15,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC1.selectOptions}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "h3jvfg6ol2",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Step 1: Modify Switch widget toggle to off \nStep 2: Modify dropdown option from Green to any another option\nStep 3: Move to page 4 on the table widget \nStep 4: Hit the play button on the Audio widget to trigger actions",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "ohazs8n5hb",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Switch1",
- "dynamicPropertyPathList": [],
- "displayName": "Switch",
- "iconSVG": "/static/media/icon.a3115bc1.svg",
- "topRow": 11,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "type": "SWITCH_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "isDisabled": false,
- "key": "633iji72ol",
- "isDeprecated": false,
- "rightColumn": 13,
- "onChange": "",
- "dynamicHeight": "FIXED",
- "widgetId": "0hmn8m90ei",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Step 1:",
- "defaultSwitchState": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC1",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "046n7liqib",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "znm5ogd46g",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup1",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 23,
- "bottomRow": 32,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "Y",
- "animateLoading": true,
- "parentColumnSpace": 17.625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ],
- "isDisabled": false,
- "key": "ekhr4wfb2d",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "tdeulieh26",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Catch block test",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "fprx0bu1rp",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 62,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "5i9vixju2a",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 5,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 1_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 1",
- "slug": "page-1",
- "customSlug": "",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1480,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container3",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "animateLoading"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 66,
- "bottomRow": 140,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": "true",
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 607.7500152587891,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "widgetId": "ijtgmtni2k",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "p7fos7awt2",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 830,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 31,
- "bottomRow": 42,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "leftColumn": 39,
- "dynamicBindingPathList": [],
- "children": [
- {
- "rightColumn": 316.25449657440186,
- "widgetName": "Canvas5",
- "detachFromLayout": true,
- "widgetId": "6iw1h9dfsf",
- "containerStyle": "none",
- "bottomRow": 110,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "e5qizxpr0i",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 123.75175952911377,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Input2",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 5,
- "bottomRow": 9,
- "parentRowSpace": 10,
- "labelWidth": "15",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "PASSWORD",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "ohlhkb5pp7",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Password",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.password}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Input1",
- "dynamicPropertyPathList": [
- {
- "key": "onFocus"
- }
- ],
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [
- {
- "key": "onTextChanged"
- },
- {
- "key": "onFocus"
- }
- ],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "EMAIL",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "onTextChanged": "",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "4v3hz6o89j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "e-mail",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.email}}",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rgm6qofnar",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 62,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e5qizxpr0i",
- "containerStyle": "card",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "originalTopRow": 31,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 42,
- "minDynamicHeight": 10
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2Copy",
- "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Remove a few store values",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "xtx0akgjk0",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "w6qr6t0oal",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 8,
- "bottomRow": 30,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "SCROLL",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 27,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) \n\nStep 1: Clear local store values by clicking on relevant button\n\nStep 2: Use promise.all function to trigger sequential store value actions\n\nStep 3: Use then/catch block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch block)",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "5zjwcuucs2",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC2",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "pv5wh9p2rb",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3Copy",
- "onClick": "{{TC2.myFun2()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 24,
- "bottomRow": 29,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using then/catch",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "tvwn4pxtjo",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{TC2.myFun1();}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 19,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using promise.all",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "bs6qb7yb4u",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Clear appsmith store",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "qcnf9yi3kl",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 33,
- "bottomRow": 49,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "q7e2c15fyz",
- "image": "{{appsmith.store.pic}}",
- "isDeprecated": false,
- "rightColumn": 16,
- "objectFit": "contain",
- "widgetId": "18m6ehwqyv",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 29,
- "bottomRow": 33,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
- "key": "8vc77e1j1z",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "96dlxdqrnf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 10,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map1",
- "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
- "dynamicPropertyPathList": [
- {
- "key": "mapCenter"
- }
- ],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 42,
- "bottomRow": 71,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "allowZoom": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 36,
- "dynamicBindingPathList": [
- {
- "key": "mapCenter"
- },
- {
- "key": "defaultMarkers"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "enablePickLocation": true,
- "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
- "isClickedMarkerCentered": true,
- "isDisabled": false,
- "enableSearch": false,
- "key": "xpdrclix9k",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "lvbo7v7lxh",
- "enableCreateMarker": false,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 71
- },
- {
- "boxShadow": "none",
- "widgetName": "DatePicker1",
- "minDate": "1920-12-31T18:30:00.000Z",
- "dateFormat": "LLL",
- "dynamicPropertyPathList": [
- {
- "key": "defaultDate"
- }
- ],
- "displayName": "DatePicker",
- "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
- "searchTags": [
- "calendar"
- ],
- "topRow": 49,
- "bottomRow": 53,
- "shortcuts": true,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "DATE_PICKER_WIDGET2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultDate"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "#1d4ed8",
- "isDisabled": false,
- "key": "x339tqgav5",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "defaultDate": "{{appsmith.store.dob}}",
- "isDeprecated": false,
- "rightColumn": 25,
- "dynamicHeight": "FIXED",
- "widgetId": "v1h32cg7fe",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "Date of birth",
- "version": 2,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "timePrecision": "minute",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "firstDayOfWeek": 0,
- "closeOnSelection": true,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "PhoneInput1",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 54,
- "bottomRow": 58,
- "parentRowSpace": 10,
- "labelWidth": "4",
- "defaultDialCode": "+260",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "BOLD",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "2c96r94kzy",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Landline",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.phone}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "PhoneInput2",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 59,
- "bottomRow": 63,
- "parentRowSpace": 10,
- "labelWidth": "3",
- "defaultDialCode": "+1664",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "qppi9qtlwp",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Phone",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.cell}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 64,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultOptionValue"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Male",
- "value": "M"
- },
- {
- "label": "Female",
- "value": "F"
- }
- ],
- "isDisabled": false,
- "key": "rdqw0n133t",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "4bqyoh6ydq",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Gender",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "qmr0vxzj8r",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "p7fos7awt2",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 67,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 141,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 4,
- "bottomRow": 61,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "kk1k58hv9w",
- "containerStyle": "none",
- "bottomRow": 570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "fprx0bu1rp",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 570,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "borderColor": "{{Select1.selectedOptionValue}}",
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 49,
- "bottomRow": 54,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "borderColor"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "7",
- "truncateButtonColor": "#FFC13D",
- "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}} and will default to {{Select1.defaultOptionValue}} after reset",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 46,
- "backgroundColor": "{{Select1.selectedOptionValue}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "iv3qlgn05v",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#18181b",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 49,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 54,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "multiRowSelection": false,
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 19,
- "isSortable": true,
- "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "type": "TABLE_WIDGET",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": "",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75,
- "userId": 79,
- "id": 60
- },
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 48,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- }
- ],
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 46,
- "textSize": "0.875rem",
- "widgetId": "hzi419yzw9",
- "tableData": "{{Api1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "kk1k58hv9w",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Audio1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a.svg",
- "topRow": 19,
- "bottomRow": 23,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPlay"
- }
- ],
- "leftColumn": 46,
- "dynamicBindingPathList": [],
- "key": "1ujq0d6hyd",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "8bjrosh0ou",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "onPlay": "{{TC1.myFun1()}}",
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "autoPlay": false
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Step 2:",
- "topRow": 15,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC1.selectOptions}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "h3jvfg6ol2",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Step 1: Modify Switch widget toggle to off \nStep 2: Modify dropdown option from Green to any another option\nStep 3: Move to page 4 on the table widget \nStep 4: Hit the play button on the Audio widget to trigger actions",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "ohazs8n5hb",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Switch1",
- "dynamicPropertyPathList": [],
- "displayName": "Switch",
- "iconSVG": "/static/media/icon.a3115bc1.svg",
- "topRow": 11,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "type": "SWITCH_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "isDisabled": false,
- "key": "633iji72ol",
- "isDeprecated": false,
- "rightColumn": 13,
- "onChange": "",
- "dynamicHeight": "FIXED",
- "widgetId": "0hmn8m90ei",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Step 1:",
- "defaultSwitchState": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC1",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "046n7liqib",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "znm5ogd46g",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup1",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 23,
- "bottomRow": 32,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "Y",
- "animateLoading": true,
- "parentColumnSpace": 17.625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ],
- "isDisabled": false,
- "key": "ekhr4wfb2d",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "tdeulieh26",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Catch block test",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "fprx0bu1rp",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 62,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "5i9vixju2a",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 5,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 1_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 1_TC2.myFun2",
- "name": "TC2.myFun2",
- "collectionId": "Page 1_TC2",
- "clientSideExecution": true,
- "confirmBeforeExecute": true,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfc"
- },
- {
- "unpublishedPage": {
- "name": "Page 5",
- "slug": "page-5",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 60,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 5",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 5",
- "slug": "page-5",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 60,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 5",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad02"
- },
- {
- "unpublishedPage": {
- "name": "--Playground",
- "slug": "playground",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "CurrencyInput1",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "searchTags": [
- "amount",
- "total"
- ],
- "topRow": 6,
- "bottomRow": 13,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10,
- "labelWidth": 5,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 17.9375,
- "resetOnSubmit": true,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "isDisabled": false,
- "key": "5h0zlsv95s",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "pimwlacvdq",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "Label",
- "allowCurrencyChange": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 21,
- "widgetName": "Button1",
- "onClick": "{{closeModal('')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 17,
- "bottomRow": 21,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 14.109375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 4,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 20,
- "isDefaultClickDisabled": true,
- "widgetId": "asmby8goxw",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 17,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 4,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 0,
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 0,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "mobileRightColumn": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "axlwsd6sq8",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "xwedrxuzlu",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
- },
- {
- "mobileBottomRow": 5,
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "u8xbxahcx3",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "qoqyr7yxrs",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "aawtdk0jxu",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button3",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "ep9ahnwl95",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "ehq8jidizb",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "34u4b3ypqt",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "er47h3pk7j",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "15nvw5u4z6",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "er47h3pk7j",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": true
- },
- "publishedPage": {
- "name": "--Playground",
- "slug": "playground",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "CurrencyInput1",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "searchTags": [
- "amount",
- "total"
- ],
- "topRow": 6,
- "bottomRow": 13,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10,
- "labelWidth": 5,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 17.9375,
- "resetOnSubmit": true,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "isDisabled": false,
- "key": "5h0zlsv95s",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "pimwlacvdq",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "Label",
- "allowCurrencyChange": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 21,
- "widgetName": "Button1",
- "onClick": "{{closeModal('')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 17,
- "bottomRow": 21,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 14.109375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 4,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 20,
- "isDefaultClickDisabled": true,
- "widgetId": "asmby8goxw",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 17,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 4,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 0,
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 0,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "mobileRightColumn": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "axlwsd6sq8",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "xwedrxuzlu",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
- },
- {
- "mobileBottomRow": 5,
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "u8xbxahcx3",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "qoqyr7yxrs",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "aawtdk0jxu",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button3",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "ep9ahnwl95",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "ehq8jidizb",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "34u4b3ypqt",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "er47h3pk7j",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "15nvw5u4z6",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "er47h3pk7j",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": true
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfa"
- },
- {
- "unpublishedPage": {
- "name": "--Playground1",
- "slug": "playground1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1670,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 0,
- "bottomRow": 157,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "vn0hhhi9ah",
- "containerStyle": "none",
- "bottomRow": 1570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "h08lbuzxas",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "0b7bdj8klw",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "zw0q78h35r",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
- "labelText": "Pick an astronaut to display their information",
- "searchTags": [
- "dropdown"
- ],
- "topRow": 8,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "23",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 22,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "sourceData"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{astronautsLog.astronautNames()}}",
- "key": "phyziaanl1",
- "labelTextSize": "",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "FIXED",
- "widgetId": "o7odcz8q5n",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
- "minDynamicHeight": 4
- },
- {
- "schema": {
- "__root_schema__": {
- "children": {
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Pesquet",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "name"
- },
- "date_of_birth": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "sourceData": "1978-02-27",
- "isCustomField": false,
- "accessor": "date_of_birth",
- "identifier": "date_of_birth",
- "position": 1,
- "originalIdentifier": "date_of_birth",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "born on",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 2,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 3,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "url"
- },
- "date_of_death": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "date_of_death",
- "identifier": "date_of_death",
- "position": 4,
- "originalIdentifier": "date_of_death",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "YYYY-MM-DD",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Date Of Death",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "nationality": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "French",
- "isCustomField": false,
- "accessor": "nationality",
- "identifier": "nationality",
- "position": 5,
- "originalIdentifier": "nationality",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Nationality"
- },
- "bio": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "isCustomField": false,
- "accessor": "bio",
- "identifier": "bio",
- "position": 8,
- "originalIdentifier": "bio",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Bio"
- },
- "twitter": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://twitter.com/Thom_astro",
- "isCustomField": false,
- "accessor": "twitter",
- "identifier": "twitter",
- "position": 9,
- "originalIdentifier": "twitter",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Twitter"
- },
- "instagram": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://instagram.com/thom_astro",
- "isCustomField": false,
- "accessor": "instagram",
- "identifier": "instagram",
- "position": 10,
- "originalIdentifier": "instagram",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Instagram"
- },
- "wiki": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "isCustomField": false,
- "accessor": "wiki",
- "identifier": "wiki",
- "position": 11,
- "originalIdentifier": "wiki",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Wiki"
- },
- "profile_image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "isCustomField": false,
- "accessor": "profile_image",
- "identifier": "profile_image",
- "position": 12,
- "originalIdentifier": "profile_image",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image"
- },
- "profile_image_thumbnail": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "isCustomField": false,
- "accessor": "profile_image_thumbnail",
- "identifier": "profile_image_thumbnail",
- "position": 13,
- "originalIdentifier": "profile_image_thumbnail",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image Thumbnail"
- },
- "last_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "last_flight",
- "identifier": "last_flight",
- "position": 7,
- "originalIdentifier": "last_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Last Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2021-04-23T09:49:02Z"
- },
- "first_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "first_flight",
- "identifier": "first_flight",
- "position": 6,
- "originalIdentifier": "first_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "First Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2016-11-17T20:20:13Z"
- },
- "status": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Active",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "name": "Active"
- },
- "isCustomField": false,
- "accessor": "status",
- "identifier": "status",
- "position": 14,
- "originalIdentifier": "status",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Status"
- },
- "type": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Government",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 2,
- "name": "Government"
- },
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 15,
- "originalIdentifier": "type",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "agency": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 27,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 1,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Url"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "European Space Agency",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 2,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- },
- "featured": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "featured",
- "identifier": "featured",
- "position": 3,
- "originalIdentifier": "featured",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Featured"
- },
- "type": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Multinational",
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 4,
- "originalIdentifier": "type",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "country_code": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "isCustomField": false,
- "accessor": "country_code",
- "identifier": "country_code",
- "position": 5,
- "originalIdentifier": "country_code",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Country Code"
- },
- "abbrev": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "ESA",
- "isCustomField": false,
- "accessor": "abbrev",
- "identifier": "abbrev",
- "position": 6,
- "originalIdentifier": "abbrev",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Abbrev"
- },
- "description": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 7,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description"
- },
- "administrator": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "administrator",
- "identifier": "administrator",
- "position": 8,
- "originalIdentifier": "administrator",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Administrator",
- "sourceData": "Director General: Josef Aschbacher"
- },
- "founding_year": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "1975",
- "isCustomField": false,
- "accessor": "founding_year",
- "identifier": "founding_year",
- "position": 9,
- "originalIdentifier": "founding_year",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Founding Year"
- },
- "launchers": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "launchers",
- "identifier": "launchers",
- "position": 10,
- "originalIdentifier": "launchers",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Launchers"
- },
- "spacecraft": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "spacecraft",
- "identifier": "spacecraft",
- "position": 11,
- "originalIdentifier": "spacecraft",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacecraft"
- },
- "parent": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "parent",
- "identifier": "parent",
- "position": 12,
- "originalIdentifier": "parent",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Parent"
- },
- "image_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "image_url",
- "identifier": "image_url",
- "position": 13,
- "originalIdentifier": "image_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image Url"
- },
- "logo_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
- "isCustomField": false,
- "accessor": "logo_url",
- "identifier": "logo_url",
- "position": 14,
- "originalIdentifier": "logo_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Logo Url"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "isCustomField": false,
- "accessor": "agency",
- "identifier": "agency",
- "position": 16,
- "originalIdentifier": "agency",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Agency"
- },
- "age": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 44,
- "isCustomField": false,
- "accessor": "age",
- "identifier": "age",
- "position": 17,
- "originalIdentifier": "age",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Age"
- },
- "flights_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "flights_count",
- "identifier": "flights_count",
- "position": 18,
- "originalIdentifier": "flights_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Flights Count"
- },
- "landings_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "landings_count",
- "identifier": "landings_count",
- "position": 19,
- "originalIdentifier": "landings_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Landings Count"
- },
- "in_space": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "in_space",
- "identifier": "in_space",
- "position": 20,
- "originalIdentifier": "in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "In Space"
- },
- "time_in_space": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P396DT11H33M45S",
- "isCustomField": false,
- "accessor": "time_in_space",
- "identifier": "time_in_space",
- "position": 21,
- "originalIdentifier": "time_in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Time In Space"
- },
- "eva_time": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P1DT15H54M",
- "isCustomField": false,
- "accessor": "eva_time",
- "identifier": "eva_time",
- "position": 22,
- "originalIdentifier": "eva_time",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Eva Time"
- },
- "spacewalks_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 6,
- "isCustomField": false,
- "accessor": "spacewalks_count",
- "identifier": "spacewalks_count",
- "position": 23,
- "originalIdentifier": "spacewalks_count",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacewalks Count"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "name": "Thomas Pesquet",
- "status": {
- "id": 1,
- "name": "Active"
- },
- "type": {
- "id": 2,
- "name": "Government"
- },
- "age": 44,
- "date_of_birth": "1978-02-27",
- "nationality": "French",
- "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "twitter": "https://twitter.com/Thom_astro",
- "instagram": "https://instagram.com/thom_astro",
- "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "agency": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "flights_count": 2,
- "landings_count": 2,
- "last_flight": "2021-04-23T09:49:02Z",
- "first_flight": "2016-11-17T20:20:13Z"
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "JSONForm1",
- "submitButtonStyles": {
- "buttonColor": "transparent",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "TERTIARY"
- },
- "dynamicPropertyPathList": [
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- }
- ],
- "displayName": "JSON Form",
- "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
- "topRow": 37,
- "bottomRow": 80,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10,
- "title": "",
- "type": "JSON_FORM_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.nationality.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.nationality.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.nationality.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.bio.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.bio.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.bio.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.twitter.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.twitter.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.twitter.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.instagram.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.instagram.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.instagram.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.wiki.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.wiki.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.wiki.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.age.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.age.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.age.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.borderRadius"
- }
- ],
- "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
- "showReset": false,
- "resetButtonLabel": "",
- "key": "mb10lpx0lx",
- "backgroundColor": "transparent",
- "isDeprecated": false,
- "rightColumn": 34,
- "dynamicHeight": "FIXED",
- "autoGenerateForm": true,
- "widgetId": "rsugpn6p9u",
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "scrollContents": true,
- "fixedFooter": true,
- "submitButtonLabel": "",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Iframe2",
- "displayName": "Iframe",
- "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
- "searchTags": [
- "embed"
- ],
- "topRow": 17,
- "bottomRow": 37,
- "parentRowSpace": 10,
- "source": "{{JSONForm1.sourceData.wiki}}",
- "type": "IFRAME_WIDGET",
- "hideCard": false,
- "borderOpacity": 100,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "source"
- }
- ],
- "borderWidth": 1,
- "key": "g8muw4zk94",
- "isDeprecated": false,
- "rightColumn": 34,
- "widgetId": "mz6fhqu7a9",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 24,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.profile_image}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "xbvii1ix6y",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "dynamicPropertyPathList": [],
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 91,
- "bottomRow": 115,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 24,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.agency.image_url}}",
- "isDeprecated": false,
- "rightColumn": 43,
- "objectFit": "contain",
- "widgetId": "rqyzl6wlzr",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container6",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 17,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 70,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "Noto Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.name}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 63,
- "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "utlu5mh5r2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "lutbmumiav",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "rpasupm5h1",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "lutbmumiav",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "v7vpjo9wpz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "jr6l3jzyn8",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v7vpjo9wpz",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "25rem",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 75,
- "bottomRow": 89,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "Nunito Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "textAlign": "RIGHT",
- "dynamicHeight": "FIXED",
- "widgetId": "6vq35sdbrv",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
- "buttonColor": "#1e40af",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "w4kz23hasp",
- "isDeprecated": false,
- "rightColumn": 44,
- "iconName": "refresh",
- "widgetId": "x1fkr3v9eo",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Progress1",
- "progressType": "linear",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "progress"
- }
- ],
- "displayName": "Progress",
- "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
- "searchTags": [
- "percent"
- ],
- "topRow": 81,
- "bottomRow": 85,
- "parentRowSpace": 10,
- "type": "PROGRESS_WIDGET",
- "isIndeterminate": false,
- "hideCard": false,
- "fillColor": "#1e40af",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "i0hq3tnqfi",
- "showResult": true,
- "isDeprecated": false,
- "rightColumn": 30,
- "counterClosewise": false,
- "widgetId": "i3o88akg85",
- "isVisible": true,
- "steps": "",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "progress": ""
- },
- {
- "widgetName": "Rating1",
- "displayName": "Rating",
- "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
- "searchTags": [
- "stars"
- ],
- "topRow": 86,
- "bottomRow": 90,
- "parentRowSpace": 10,
- "type": "RATE_WIDGET",
- "maxCount": "5",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "defaultRate"
- }
- ],
- "isDisabled": false,
- "key": "hv9pk8djb6",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 26,
- "inactiveColor": "#D6D6D6",
- "dynamicHeight": "FIXED",
- "widgetId": "fe0ylf714w",
- "isVisible": true,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "defaultRate": "{{astronautsLog.ratings.data}}",
- "activeColor": "#1e40af",
- "size": "LARGE",
- "maxDynamicHeight": 9000,
- "isAllowHalf": false,
- "minDynamicHeight": 4,
- "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container7",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 91,
- "bottomRow": 119,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text5",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.description}}",
- "key": "s8x2nnrhnk",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "transparent",
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "pwie12lxwz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "e3t8svebdk",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "7jhkg61wuu",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "e3t8svebdk",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "7cpcokj50b",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "j32coyaw4r",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 24,
- "dynamicHeight": "FIXED",
- "widgetId": "7cpcokj50b",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "topRow": 2,
- "defaultCurrencyCode": "USD",
- "labelWidth": 5,
- "type": "CURRENCY_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "allowCurrencyChange": true,
- "version": 1,
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "CurrencyInput1",
- "dynamicPropertyPathList": [
- {
- "key": "onBlur"
- }
- ],
- "displayName": "Currency Input",
- "searchTags": [
- "amount",
- "total"
- ],
- "bottomRow": 9,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "labelPosition": "Top",
- "key": "56rrtkdl37",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 19,
- "widgetId": "z1ayixhauq",
- "minWidth": 450,
- "label": "Label",
- "parentId": "vn0hhhi9ah",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "onBlur": "",
- "responsiveBehavior": "fill",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 14,
- "widgetName": "Button13",
- "onClick": "{{filteredAstronauts_really_long.run()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 17,
- "animateLoading": true,
- "parentColumnSpace": 13.734375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{fetch_astronauts.data.data}}",
- "isDisabled": false,
- "key": "kfwc5ab4um",
- "isDeprecated": false,
- "rightColumn": 17,
- "isDefaultClickDisabled": true,
- "widgetId": "jjuqt1ifnb",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 10,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "h08lbuzxas",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas5",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "nl8f1m7oav",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ko3kkb450m",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "tb7gta7tfb",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "si6g5eoxgp",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "yhzhm228tu",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "g90ws31m93",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "g90ws31m93",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal2",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas6",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "t3qbm5y91f",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "w8ynayy73b",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "xouwxo7b2m",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "up63zfuump",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qqi11sxegr",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "e52k9rhbo7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e52k9rhbo7",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal3",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas7",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton4",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "sug149rv39",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text8",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "r34bouucht",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button5",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "y8sdru05pv",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button6",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "l4nu1expuv",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "zvzi5jsd5u",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ljy0qzec2d",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ljy0qzec2d",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal4",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas8",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton5",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "9we1nw6waw",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "senfwwilkd",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button7",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "88f6rwgir5",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button8",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "oua6ex9wyf",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "lyiz2yxss7",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sxmqnk89c",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sxmqnk89c",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal5",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "onClose"
- }
- ],
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas9",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton6",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "57g8xip6m9",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "c1avbznl1f",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button9",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "cm40e67pym",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button10",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "6vvcrt1z3t",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "sndkhe4bc2",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "zlhoy988ce",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "zlhoy988ce",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal6",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas10",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton7",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "w88iattdtr",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text11",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "d49q1jow18",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button11",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "4r2ie2z1iy",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button12",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "wy3sjg3y3r",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "76hhhkqi15",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sihk1i9j5",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sihk1i9j5",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 160,
- "bottomRow": 167,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
- "dynamicTriggerPathList": [
- {
- "key": "onRecordingStart"
- }
- ],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "ky6byinlri",
- "isDeprecated": false,
- "rightColumn": 18,
- "widgetId": "1eppm1e2e6",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "iconColor": "white"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "--Playground1_astronautsLog.ratings",
- "name": "astronautsLog.ratings",
- "collectionId": "--Playground1_astronautsLog",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetch_astronauts",
- "name": "fetch_astronauts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetchAstronauts",
- "name": "fetchAstronauts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_filteredAstronauts_really_long",
- "name": "filteredAstronauts_really_long",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "--Playground1",
- "slug": "playground1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1670,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 0,
- "bottomRow": 157,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "vn0hhhi9ah",
- "containerStyle": "none",
- "bottomRow": 1570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "h08lbuzxas",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "0b7bdj8klw",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "zw0q78h35r",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
- "labelText": "Pick an astronaut to display their information",
- "searchTags": [
- "dropdown"
- ],
- "topRow": 8,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "23",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 22,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "sourceData"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{astronautsLog.astronautNames()}}",
- "key": "phyziaanl1",
- "labelTextSize": "",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "FIXED",
- "widgetId": "o7odcz8q5n",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
- "minDynamicHeight": 4
- },
- {
- "schema": {
- "__root_schema__": {
- "children": {
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Pesquet",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "name"
- },
- "date_of_birth": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "sourceData": "1978-02-27",
- "isCustomField": false,
- "accessor": "date_of_birth",
- "identifier": "date_of_birth",
- "position": 1,
- "originalIdentifier": "date_of_birth",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "born on",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 2,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 3,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "url"
- },
- "date_of_death": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "date_of_death",
- "identifier": "date_of_death",
- "position": 4,
- "originalIdentifier": "date_of_death",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "YYYY-MM-DD",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Date Of Death",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "nationality": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "French",
- "isCustomField": false,
- "accessor": "nationality",
- "identifier": "nationality",
- "position": 5,
- "originalIdentifier": "nationality",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Nationality"
- },
- "bio": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "isCustomField": false,
- "accessor": "bio",
- "identifier": "bio",
- "position": 8,
- "originalIdentifier": "bio",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Bio"
- },
- "twitter": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://twitter.com/Thom_astro",
- "isCustomField": false,
- "accessor": "twitter",
- "identifier": "twitter",
- "position": 9,
- "originalIdentifier": "twitter",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Twitter"
- },
- "instagram": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://instagram.com/thom_astro",
- "isCustomField": false,
- "accessor": "instagram",
- "identifier": "instagram",
- "position": 10,
- "originalIdentifier": "instagram",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Instagram"
- },
- "wiki": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "isCustomField": false,
- "accessor": "wiki",
- "identifier": "wiki",
- "position": 11,
- "originalIdentifier": "wiki",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Wiki"
- },
- "profile_image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "isCustomField": false,
- "accessor": "profile_image",
- "identifier": "profile_image",
- "position": 12,
- "originalIdentifier": "profile_image",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image"
- },
- "profile_image_thumbnail": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "isCustomField": false,
- "accessor": "profile_image_thumbnail",
- "identifier": "profile_image_thumbnail",
- "position": 13,
- "originalIdentifier": "profile_image_thumbnail",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image Thumbnail"
- },
- "last_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "last_flight",
- "identifier": "last_flight",
- "position": 7,
- "originalIdentifier": "last_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Last Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2021-04-23T09:49:02Z"
- },
- "first_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "first_flight",
- "identifier": "first_flight",
- "position": 6,
- "originalIdentifier": "first_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "First Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2016-11-17T20:20:13Z"
- },
- "status": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Active",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "name": "Active"
- },
- "isCustomField": false,
- "accessor": "status",
- "identifier": "status",
- "position": 14,
- "originalIdentifier": "status",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Status"
- },
- "type": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Government",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 2,
- "name": "Government"
- },
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 15,
- "originalIdentifier": "type",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "agency": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 27,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 1,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Url"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "European Space Agency",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 2,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- },
- "featured": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "featured",
- "identifier": "featured",
- "position": 3,
- "originalIdentifier": "featured",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Featured"
- },
- "type": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Multinational",
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 4,
- "originalIdentifier": "type",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "country_code": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "isCustomField": false,
- "accessor": "country_code",
- "identifier": "country_code",
- "position": 5,
- "originalIdentifier": "country_code",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Country Code"
- },
- "abbrev": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "ESA",
- "isCustomField": false,
- "accessor": "abbrev",
- "identifier": "abbrev",
- "position": 6,
- "originalIdentifier": "abbrev",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Abbrev"
- },
- "description": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 7,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description"
- },
- "administrator": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "administrator",
- "identifier": "administrator",
- "position": 8,
- "originalIdentifier": "administrator",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Administrator",
- "sourceData": "Director General: Josef Aschbacher"
- },
- "founding_year": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "1975",
- "isCustomField": false,
- "accessor": "founding_year",
- "identifier": "founding_year",
- "position": 9,
- "originalIdentifier": "founding_year",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Founding Year"
- },
- "launchers": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "launchers",
- "identifier": "launchers",
- "position": 10,
- "originalIdentifier": "launchers",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Launchers"
- },
- "spacecraft": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "spacecraft",
- "identifier": "spacecraft",
- "position": 11,
- "originalIdentifier": "spacecraft",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacecraft"
- },
- "parent": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "parent",
- "identifier": "parent",
- "position": 12,
- "originalIdentifier": "parent",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Parent"
- },
- "image_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "image_url",
- "identifier": "image_url",
- "position": 13,
- "originalIdentifier": "image_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image Url"
- },
- "logo_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
- "isCustomField": false,
- "accessor": "logo_url",
- "identifier": "logo_url",
- "position": 14,
- "originalIdentifier": "logo_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Logo Url"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "isCustomField": false,
- "accessor": "agency",
- "identifier": "agency",
- "position": 16,
- "originalIdentifier": "agency",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Agency"
- },
- "age": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 44,
- "isCustomField": false,
- "accessor": "age",
- "identifier": "age",
- "position": 17,
- "originalIdentifier": "age",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Age"
- },
- "flights_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "flights_count",
- "identifier": "flights_count",
- "position": 18,
- "originalIdentifier": "flights_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Flights Count"
- },
- "landings_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "landings_count",
- "identifier": "landings_count",
- "position": 19,
- "originalIdentifier": "landings_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Landings Count"
- },
- "in_space": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "in_space",
- "identifier": "in_space",
- "position": 20,
- "originalIdentifier": "in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "In Space"
- },
- "time_in_space": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P396DT11H33M45S",
- "isCustomField": false,
- "accessor": "time_in_space",
- "identifier": "time_in_space",
- "position": 21,
- "originalIdentifier": "time_in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Time In Space"
- },
- "eva_time": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P1DT15H54M",
- "isCustomField": false,
- "accessor": "eva_time",
- "identifier": "eva_time",
- "position": 22,
- "originalIdentifier": "eva_time",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Eva Time"
- },
- "spacewalks_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 6,
- "isCustomField": false,
- "accessor": "spacewalks_count",
- "identifier": "spacewalks_count",
- "position": 23,
- "originalIdentifier": "spacewalks_count",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacewalks Count"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "name": "Thomas Pesquet",
- "status": {
- "id": 1,
- "name": "Active"
- },
- "type": {
- "id": 2,
- "name": "Government"
- },
- "age": 44,
- "date_of_birth": "1978-02-27",
- "nationality": "French",
- "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "twitter": "https://twitter.com/Thom_astro",
- "instagram": "https://instagram.com/thom_astro",
- "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "agency": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "flights_count": 2,
- "landings_count": 2,
- "last_flight": "2021-04-23T09:49:02Z",
- "first_flight": "2016-11-17T20:20:13Z"
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "JSONForm1",
- "submitButtonStyles": {
- "buttonColor": "transparent",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "TERTIARY"
- },
- "dynamicPropertyPathList": [
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- }
- ],
- "displayName": "JSON Form",
- "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
- "topRow": 37,
- "bottomRow": 80,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10,
- "title": "",
- "type": "JSON_FORM_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.nationality.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.nationality.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.nationality.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.bio.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.bio.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.bio.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.twitter.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.twitter.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.twitter.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.instagram.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.instagram.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.instagram.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.wiki.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.wiki.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.wiki.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.age.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.age.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.age.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.borderRadius"
- }
- ],
- "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
- "showReset": false,
- "resetButtonLabel": "",
- "key": "mb10lpx0lx",
- "backgroundColor": "transparent",
- "isDeprecated": false,
- "rightColumn": 34,
- "dynamicHeight": "FIXED",
- "autoGenerateForm": true,
- "widgetId": "rsugpn6p9u",
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "scrollContents": true,
- "fixedFooter": true,
- "submitButtonLabel": "",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Iframe2",
- "displayName": "Iframe",
- "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
- "searchTags": [
- "embed"
- ],
- "topRow": 17,
- "bottomRow": 37,
- "parentRowSpace": 10,
- "source": "{{JSONForm1.sourceData.wiki}}",
- "type": "IFRAME_WIDGET",
- "hideCard": false,
- "borderOpacity": 100,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "source"
- }
- ],
- "borderWidth": 1,
- "key": "g8muw4zk94",
- "isDeprecated": false,
- "rightColumn": 34,
- "widgetId": "mz6fhqu7a9",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 24,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.profile_image}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "xbvii1ix6y",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "dynamicPropertyPathList": [],
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 91,
- "bottomRow": 115,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 24,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.agency.image_url}}",
- "isDeprecated": false,
- "rightColumn": 43,
- "objectFit": "contain",
- "widgetId": "rqyzl6wlzr",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container6",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 17,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 70,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "Noto Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.name}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 63,
- "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "utlu5mh5r2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "lutbmumiav",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "rpasupm5h1",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "lutbmumiav",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "v7vpjo9wpz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "jr6l3jzyn8",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v7vpjo9wpz",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "25rem",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 75,
- "bottomRow": 89,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "Nunito Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "textAlign": "RIGHT",
- "dynamicHeight": "FIXED",
- "widgetId": "6vq35sdbrv",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
- "buttonColor": "#1e40af",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "w4kz23hasp",
- "isDeprecated": false,
- "rightColumn": 44,
- "iconName": "refresh",
- "widgetId": "x1fkr3v9eo",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Progress1",
- "progressType": "linear",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "progress"
- }
- ],
- "displayName": "Progress",
- "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
- "searchTags": [
- "percent"
- ],
- "topRow": 81,
- "bottomRow": 85,
- "parentRowSpace": 10,
- "type": "PROGRESS_WIDGET",
- "isIndeterminate": false,
- "hideCard": false,
- "fillColor": "#1e40af",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "i0hq3tnqfi",
- "showResult": true,
- "isDeprecated": false,
- "rightColumn": 30,
- "counterClosewise": false,
- "widgetId": "i3o88akg85",
- "isVisible": true,
- "steps": "",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "progress": ""
- },
- {
- "widgetName": "Rating1",
- "displayName": "Rating",
- "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
- "searchTags": [
- "stars"
- ],
- "topRow": 86,
- "bottomRow": 90,
- "parentRowSpace": 10,
- "type": "RATE_WIDGET",
- "maxCount": "5",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "defaultRate"
- }
- ],
- "isDisabled": false,
- "key": "hv9pk8djb6",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 26,
- "inactiveColor": "#D6D6D6",
- "dynamicHeight": "FIXED",
- "widgetId": "fe0ylf714w",
- "isVisible": true,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "defaultRate": "{{astronautsLog.ratings.data}}",
- "activeColor": "#1e40af",
- "size": "LARGE",
- "maxDynamicHeight": 9000,
- "isAllowHalf": false,
- "minDynamicHeight": 4,
- "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container7",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 91,
- "bottomRow": 119,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text5",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.description}}",
- "key": "s8x2nnrhnk",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "transparent",
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "pwie12lxwz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "e3t8svebdk",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "7jhkg61wuu",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "e3t8svebdk",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "7cpcokj50b",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "j32coyaw4r",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 24,
- "dynamicHeight": "FIXED",
- "widgetId": "7cpcokj50b",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "topRow": 2,
- "defaultCurrencyCode": "USD",
- "labelWidth": 5,
- "type": "CURRENCY_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "allowCurrencyChange": true,
- "version": 1,
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "CurrencyInput1",
- "dynamicPropertyPathList": [
- {
- "key": "onBlur"
- }
- ],
- "displayName": "Currency Input",
- "searchTags": [
- "amount",
- "total"
- ],
- "bottomRow": 9,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "labelPosition": "Top",
- "key": "56rrtkdl37",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 19,
- "widgetId": "z1ayixhauq",
- "minWidth": 450,
- "label": "Label",
- "parentId": "vn0hhhi9ah",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "onBlur": "",
- "responsiveBehavior": "fill",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 14,
- "widgetName": "Button13",
- "onClick": "{{filteredAstronauts_really_long.run()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 17,
- "animateLoading": true,
- "parentColumnSpace": 13.734375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{fetch_astronauts.data.data}}",
- "isDisabled": false,
- "key": "kfwc5ab4um",
- "isDeprecated": false,
- "rightColumn": 17,
- "isDefaultClickDisabled": true,
- "widgetId": "jjuqt1ifnb",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 10,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "h08lbuzxas",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas5",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "nl8f1m7oav",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ko3kkb450m",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "tb7gta7tfb",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "si6g5eoxgp",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "yhzhm228tu",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "g90ws31m93",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "g90ws31m93",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal2",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas6",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "t3qbm5y91f",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "w8ynayy73b",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "xouwxo7b2m",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "up63zfuump",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qqi11sxegr",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "e52k9rhbo7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e52k9rhbo7",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal3",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas7",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton4",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "sug149rv39",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text8",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "r34bouucht",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button5",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "y8sdru05pv",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button6",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "l4nu1expuv",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "zvzi5jsd5u",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ljy0qzec2d",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ljy0qzec2d",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal4",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas8",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton5",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "9we1nw6waw",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "senfwwilkd",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button7",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "88f6rwgir5",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button8",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "oua6ex9wyf",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "lyiz2yxss7",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sxmqnk89c",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sxmqnk89c",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal5",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "onClose"
- }
- ],
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas9",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton6",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "57g8xip6m9",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "c1avbznl1f",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button9",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "cm40e67pym",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button10",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "6vvcrt1z3t",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "sndkhe4bc2",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "zlhoy988ce",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "zlhoy988ce",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal6",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas10",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton7",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "w88iattdtr",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text11",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "d49q1jow18",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button11",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "4r2ie2z1iy",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button12",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "wy3sjg3y3r",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "76hhhkqi15",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sihk1i9j5",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sihk1i9j5",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 160,
- "bottomRow": 167,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
- "dynamicTriggerPathList": [
- {
- "key": "onRecordingStart"
- }
- ],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "ky6byinlri",
- "isDeprecated": false,
- "rightColumn": 18,
- "widgetId": "1eppm1e2e6",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "iconColor": "white"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "--Playground1_astronautsLog.ratings",
- "name": "astronautsLog.ratings",
- "collectionId": "--Playground1_astronautsLog",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetch_astronauts",
- "name": "fetch_astronauts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetchAstronauts",
- "name": "fetchAstronauts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_filteredAstronauts_really_long",
- "name": "filteredAstronauts_really_long",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad00"
- }
- ],
- "actionList": [
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.test",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\t\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.zebra",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.feline",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad09"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject16.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject16.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject16.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC3.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC3.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC3.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad11"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "dog",
- "fullyQualifiedName": "TC4.dog",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "dog",
- "fullyQualifiedName": "TC4.dog",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.dog",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad07"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "JSObject1.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "JSObject1.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject1.progressBar",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad25"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun",
- "fullyQualifiedName": "JSObject1.myFun",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun",
- "fullyQualifiedName": "JSObject1.myFun",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject1.myFun",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad21"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject15.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject15.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject15.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject14.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaskara');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n showAlert('namaskara');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject14.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaskara');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject14.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.animal",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC6.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n amplitude.Identify();\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n amplitude.Identify();\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC6.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n amplitude.Identify();\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC6.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad31"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC6.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC6.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC6.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad35"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "countdown",
- "fullyQualifiedName": "TC5.countdown",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "countdown",
- "fullyQualifiedName": "TC5.countdown",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC5.countdown",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad33"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject16.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject16.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject16.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad23"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "storeLocation",
- "fullyQualifiedName": "TC5.storeLocation",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "storeLocation",
- "fullyQualifiedName": "TC5.storeLocation",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC5.storeLocation",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad37"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC2.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": true,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC2.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": true,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC2.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad45"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC1.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_JSObject1.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\t\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.zebra",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.test",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC2.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC2.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC2.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad53"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() =>n",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() =>n"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() =>n",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.cat",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad43"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC1.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad41"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.animal",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad51"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject15.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject15.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject15.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad27"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.feline",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad55"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject14.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaste');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n showAlert('namaste');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject14.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaste');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject14.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad29"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "blue",
- "fullyQualifiedName": "TC6.blue",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "blue",
- "fullyQualifiedName": "TC6.blue",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ "isSystemTheme": false,
+ "deleted": false,
+ "displayName": "Sharp",
+ "name": "Sharp",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
+ "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "md": "0.375rem",
+ "none": "0px",
+ "lg": "1.5rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fff",
+ "primaryColor": "#3B7DDD"
+ }
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.blue",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad63"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Roboto"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "",
+ "primaryColor": "#F4ECDD"
+ }
+ }
},
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n Button2;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ "datasourceList": [
+ {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace1"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "function () {\n Button2;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace2"
},
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n Button2;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace3"
+ }
+ ],
+ "actionList": [
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.test",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0b"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_JSObject1.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad57"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "green",
- "fullyQualifiedName": "TC6.green",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.zebra",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0d"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.feline",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad09"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "green",
- "fullyQualifiedName": "TC6.green",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject16.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1d"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC3.myFun1",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 2_TC3"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC3.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC3.myFun1",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 2_TC3"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad11"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.green",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad61"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "ratings",
- "fullyQualifiedName": "astronautsLog.ratings",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.dog",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "dog",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.dog",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.dog",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "dog",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad07"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.progressBar",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 100) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject1.progressBar",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.progressBar",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad25"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "ratings",
- "fullyQualifiedName": "astronautsLog.ratings",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject1.myFun",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad21"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject15.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1b"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.ratings",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad69"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "orange",
- "fullyQualifiedName": "TC6.orange",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaskara');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n showAlert('namaskara');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject14.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaskara');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1f"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.animal",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2b"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "orange",
- "fullyQualifiedName": "TC6.orange",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n amplitude.Identify();\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun1",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n amplitude.Identify();\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC6.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n amplitude.Identify();\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun1",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad31"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun2",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC6.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun2",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad35"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.orange",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "textColour",
- "fullyQualifiedName": "astronautsLog.textColour",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.countdown",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "countdown",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC5.countdown",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.countdown",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "countdown",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad33"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject16.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad23"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "textColour",
- "fullyQualifiedName": "astronautsLog.textColour",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.storeLocation",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "storeLocation",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC5.storeLocation",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.storeLocation",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "storeLocation",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad37"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": ["async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC2.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad45"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.textColour",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad67"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "displayAstronaut",
- "fullyQualifiedName": "astronautsLog.displayAstronaut",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC1.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4d"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_JSObject1.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4f"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "displayAstronaut",
- "fullyQualifiedName": "astronautsLog.displayAstronaut",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.zebra",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4b"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.test",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3f"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.displayAstronaut",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5f"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImagesold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC2.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad53"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() =>n"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() =>n"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.cat",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() =>n"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad43"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImagesold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC1.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad41"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.animal",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad51"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petImagesold",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad19"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFactsold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject15.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad27"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.feline",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad55"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFactsold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaste');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n showAlert('namaste');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject14.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaste');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad29"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.blue",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "blue",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.blue",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.blue",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "blue",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad63"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petFactsold",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad13"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n Button2;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n Button2;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_JSObject1.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n Button2;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad57"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.green",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "green",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.green",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.green",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "green",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad61"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.ratings",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ratings",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.ratings",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.ratings",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ratings",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad69"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.orange",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "orange",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.orange",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.orange",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "orange",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6f"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_petFacts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad39"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.textColour",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('formTextColour', '#b91c1c');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "textColour",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.textColour",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.textColour",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "textColour",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad67"
},
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.displayAstronaut",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "displayAstronaut",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.displayAstronaut",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.displayAstronaut",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "displayAstronaut",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5f"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.imageApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImagesold",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petImagesold",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.imageApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImagesold",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad19"
},
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.factsApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFactsold",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petFactsold",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.factsApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFactsold",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad13"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_failingQuery",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad49"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "astronautNames",
- "fullyQualifiedName": "astronautsLog.astronautNames",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.factsApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground_petFacts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.factsApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad39"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 3_failingQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad49"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "astronautNames",
- "fullyQualifiedName": "astronautsLog.astronautNames",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.astronautNames",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "astronautNames",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.astronautNames",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.astronautNames",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "astronautNames",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6b"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.imageApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground_petImages",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.imageApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3b"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.astronautNames",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6b"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.progressBar",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 100) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.progressBar",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.progressBar",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad65"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.imageApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petImages",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.imageApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad15"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {"data": "1"},
+ "pagination": {"data": {
+ "offset": "0",
+ "limit": "20"
+ }},
+ "entityType": {"data": "ROWS"},
+ "range": {"data": ""},
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "command": {"data": "UPDATE_ONE"},
+ "queryFormat": {"data": "ROWS"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "policies": [],
+ "messages": [],
+ "id": "mainGoogleSheetDS",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Page 1_Api3",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {"data": "1"},
+ "pagination": {"data": {
+ "offset": "0",
+ "limit": "20"
+ }},
+ "entityType": {"data": "ROWS"},
+ "range": {"data": ""},
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "command": {"data": "UPDATE_ONE"},
+ "queryFormat": {"data": "ROWS"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "policies": [],
+ "messages": [],
+ "id": "mainGoogleSheetDS",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6d"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.factsApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petFacts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.factsApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad17"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_petImages",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "astronautsLog.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.cat",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad05"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.both",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "both",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.both",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.both",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "both",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "astronautsLog.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 3_randomUserGenerator",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad47"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "fetchAstronauts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_fetchAstronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "fetchAstronauts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad73"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.progressBar",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad65"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [{"value": "\n"}],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_randomUserGenerator",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [{"value": "\n"}],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5b"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.imageApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "filtered_astronauts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "--Playground1_filtered_astronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "filtered_astronauts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad75"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2d"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.imageApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad71"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petImages",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad15"
- },
- {
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "mainGoogleSheetDS",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7d"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "formData": {
- "command": {
- "data": "UPDATE_ONE"
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [{
+ "value": "{{Select1.selectedOptionLabel}}",
+ "key": "name"
+ }],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "path"},
+ {"key": "queryParameters[0].value"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "filteredAstronauts_really_long",
+ "messages": []
},
- "entityType": {
- "data": "ROWS"
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_filteredAstronauts_really_long",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [{
+ "value": "{{Select1.selectedOptionLabel}}",
+ "key": "name"
+ }],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "path"},
+ {"key": "queryParameters[0].value"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "filteredAstronauts_really_long",
+ "messages": []
},
- "tableHeaderIndex": {
- "data": "1"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7b"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
},
- "projection": {
- "data": []
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
},
- "queryFormat": {
- "data": "ROWS"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2f"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
},
- "range": {
- "data": ""
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_Api2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
},
- "where": {
- "data": {
- "condition": "AND"
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5d"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "\n",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
},
- "pagination": {
- "data": {
- "limit": "20",
- "offset": "0"
- }
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api3",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "\n",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
},
- "smartSubstitution": {
- "data": true
- }
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3d"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "mainGoogleSheetDS",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "formData": {
- "command": {
- "data": "UPDATE_ONE"
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\";",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "fetch_astronauts",
+ "messages": []
},
- "entityType": {
- "data": "ROWS"
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "--Playground1_fetch_astronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\";",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "fetch_astronauts",
+ "messages": []
},
- "tableHeaderIndex": {
- "data": "1"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad77"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
},
- "projection": {
- "data": []
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_failingQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
},
- "queryFormat": {
- "data": "ROWS"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad59"
+ }
+ ],
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Navigated Page",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Navigated Page",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Page navigation from TC3 gets you here",
+ "key": "ptl4x2jsj7",
+ "isDeprecated": false,
+ "rightColumn": 55,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5e44ag6uyn",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "3rem",
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "navigated-page",
+ "isHidden": false
},
- "range": {
- "data": ""
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Navigated Page",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Navigated Page",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Page navigation from TC3 gets you here",
+ "key": "ptl4x2jsj7",
+ "isDeprecated": false,
+ "rightColumn": 55,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5e44ag6uyn",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "3rem",
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "navigated-page",
+ "isHidden": false
},
- "where": {
- "data": {
- "condition": "AND"
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf6"
+ },
+ {
+ "publishedPage": {
+ "name": "Page 2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api1"
+ }],
+ [
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "TC4.both",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_TC4.both",
+ "collectionId": "Page 2_TC4"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "name": "petImages",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petImages"
+ }
+ ],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "name": "petFacts",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petFacts"
+ }]
+ ],
+ "id": "Page 2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1870,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "rtn5gj1iay",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data.message}}",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "objectFit": "contain",
+ "widgetId": "2evm572ii0",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0lmhvlsozc",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 6,
+ "bottomRow": 93,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "hdrkhj2fvt",
+ "containerStyle": "none",
+ "bottomRow": 870,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "yrdah1axob",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "pjvnbnmrik",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC4",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lantjruf0o",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 53,
+ "bottomRow": 69,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.kittyFact}}",
+ "key": "smwgwx0oj7",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9hsqxgd5tt",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 53,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 69,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 14,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "v1dcrk183j",
+ "image": "{{appsmith.store.doggoImage}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "t6b330438y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 16,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "ikay0ds7n4",
+ "image": "{{appsmith.store.kittyImage}}",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "objectFit": "contain",
+ "widgetId": "4z5pv3m1em",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 16,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 53,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 8,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton0c5t9yzrfh": {
+ "onClick": "{{TC4.both()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "r41vw4o7o3",
+ "menuItems": {},
+ "index": 2,
+ "id": "groupButton0c5t9yzrfh",
+ "label": "Both",
+ "placement": "CENTER",
+ "isDisabled": false,
+ "isVisible": true
+ },
+ "groupButton1": {
+ "onClick": "{{TC4.cat()}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Cat",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC4.dog();}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Dog",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}
+ ],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "widgetId": "cp1ku9sd4h",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2Copy1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 51,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 10.337890625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.dogFact}}",
+ "key": "gczlrxsr70",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "svs7gh57bz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1Copy",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 69,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{clearInterval('kitty')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Clear kitty",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{clearInterval('doggo')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Clear doggo",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "widgetId": "4nwrn0lnur",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "originalTopRow": 69,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 75,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "mobileBottomRow": 81,
+ "widgetName": "NumberSlider1",
+ "defaultValue": "5000",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "Refresh duration",
+ "searchTags": ["range"],
+ "topRow": 77,
+ "bottomRow": 81,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 51,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 13.796875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "isDisabled": false,
+ "key": "w87aglxqe9",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 52,
+ "max": "15000",
+ "widgetId": "pw55xzgtyd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 73,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 77,
+ "mobileLeftColumn": 11,
+ "originalBottomRow": 81,
+ "step": "10",
+ "showMarksLabel": true
+ },
+ {
+ "mobileBottomRow": 13,
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
+ "key": "o7lra5yjtq",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "k2jjway841",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 9,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 16,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 6,
+ "widgetName": "Button1",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 2,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 15,
+ "animateLoading": true,
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "mq36p1d6a7",
+ "isDeprecated": false,
+ "rightColumn": 15,
+ "isDefaultClickDisabled": true,
+ "widgetId": "52aina4tgc",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 2,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yrdah1axob",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 92,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container2",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 105,
+ "bottomRow": 179,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1Copy",
+ "detachFromLayout": true,
+ "widgetId": "cvswye62f0",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "qophrhb9ws",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 731.2601661682129,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "iconName": "arrow-top-right",
+ "widgetId": "yap98rhcqn",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "displayName": "Table",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "onPageSizeChange": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onPageSizeChange"}],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 43,
+ "delimiter": ",",
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "ks1q35pgko",
+ "isVisibleFilters": true,
+ "tableData": "{{Api3.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "widgetName": "Text5",
+ "borderColor": "#3730a3",
+ "dynamicPropertyPathList": [],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 67,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "borderWidth": "2",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Widget navigation led you here",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "backgroundColor": "#3730a3",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0mi3h8zskd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#fafafa",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 21,
+ "textSize": "0.875rem",
+ "widgetId": "44lgrfydql",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api1.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select2",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Select navigation type",
+ "topRow": 9,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC3.myVar1}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 48,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ywc7thfwfa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{TC3.myFun1()}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC3",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ht0x7fh5ev",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 21,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "textSize": "0.875rem",
+ "widgetId": "j4hy3296sv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api2.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "isCanvas": true,
+ "displayName": "Tabs",
+ "iconSVG": "/static/media/icon.74a6d653.svg",
+ "topRow": 47,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onTabSelected"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 1",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "bv937y1isa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "tabId": "tab2",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 3,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
+ "key": "atozs3dqkq",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "stu122x6ov",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "fc3l3b6pjd",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 2",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "fc3l3b6pjd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }
+ ],
+ "key": "wvw41p337s",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "1wwv4lpx0h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "Tab 1",
+ "onTabSelected": "",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "bv937y1isa",
+ "index": 0,
+ "label": "Tab 1",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "fc3l3b6pjd",
+ "index": 1,
+ "label": "Tab 2",
+ "id": "tab2",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qophrhb9ws",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 104,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 178,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data[0].url ?? Image2.image}}",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "objectFit": "contain",
+ "widgetId": "ra1tf5j9f4",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.fact}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4ubwdgb1h3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-2",
+ "isHidden": false
},
- "pagination": {
- "data": {
- "limit": "20",
- "offset": "0"
- }
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api1"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api2"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api3",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api3"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "petImagesold",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petImagesold"
+ }
+ ],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "petFactsold",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petFactsold"
+ }]
+ ],
+ "id": "Page 2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1870,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "rtn5gj1iay",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data.message}}",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "objectFit": "contain",
+ "widgetId": "2evm572ii0",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0lmhvlsozc",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 6,
+ "bottomRow": 93,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "hdrkhj2fvt",
+ "containerStyle": "none",
+ "bottomRow": 870,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "yrdah1axob",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "pjvnbnmrik",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC4",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lantjruf0o",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 53,
+ "bottomRow": 69,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.kittyFact}}",
+ "key": "smwgwx0oj7",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9hsqxgd5tt",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 53,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 69,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 14,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "v1dcrk183j",
+ "image": "{{appsmith.store.doggoImage}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "t6b330438y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 16,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "ikay0ds7n4",
+ "image": "{{appsmith.store.kittyImage}}",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "objectFit": "contain",
+ "widgetId": "4z5pv3m1em",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 16,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 53,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 8,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton0c5t9yzrfh": {
+ "onClick": "{{TC4.both()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "r41vw4o7o3",
+ "menuItems": {},
+ "index": 2,
+ "id": "groupButton0c5t9yzrfh",
+ "label": "Both",
+ "placement": "CENTER",
+ "isDisabled": false,
+ "isVisible": true
+ },
+ "groupButton1": {
+ "onClick": "{{TC4.cat()}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Cat",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC4.dog();}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Dog",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}
+ ],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "widgetId": "cp1ku9sd4h",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2Copy1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 51,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 10.337890625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.dogFact}}",
+ "key": "gczlrxsr70",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "svs7gh57bz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1Copy",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 69,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{clearInterval('kitty')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Clear kitty",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{clearInterval('doggo')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Clear doggo",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "widgetId": "4nwrn0lnur",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "originalTopRow": 69,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 75,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "mobileBottomRow": 81,
+ "widgetName": "NumberSlider1",
+ "defaultValue": "5000",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "Refresh duration",
+ "searchTags": ["range"],
+ "topRow": 77,
+ "bottomRow": 81,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 51,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 13.796875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "isDisabled": false,
+ "key": "w87aglxqe9",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 52,
+ "max": "15000",
+ "widgetId": "pw55xzgtyd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 73,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 77,
+ "mobileLeftColumn": 11,
+ "originalBottomRow": 81,
+ "step": "10",
+ "showMarksLabel": true
+ },
+ {
+ "mobileBottomRow": 13,
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
+ "key": "o7lra5yjtq",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "k2jjway841",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 9,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 16,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 6,
+ "widgetName": "Button1",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 2,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 15,
+ "animateLoading": true,
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "mq36p1d6a7",
+ "isDeprecated": false,
+ "rightColumn": 15,
+ "isDefaultClickDisabled": true,
+ "widgetId": "52aina4tgc",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 2,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yrdah1axob",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 92,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container2",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 105,
+ "bottomRow": 179,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1Copy",
+ "detachFromLayout": true,
+ "widgetId": "cvswye62f0",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "qophrhb9ws",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 731.2601661682129,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "iconName": "arrow-top-right",
+ "widgetId": "yap98rhcqn",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "displayName": "Table",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "onPageSizeChange": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onPageSizeChange"}],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 43,
+ "delimiter": ",",
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "ks1q35pgko",
+ "isVisibleFilters": true,
+ "tableData": "{{Api3.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "widgetName": "Text5",
+ "borderColor": "#3730a3",
+ "dynamicPropertyPathList": [],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 67,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "borderWidth": "2",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Widget navigation led you here",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "backgroundColor": "#3730a3",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0mi3h8zskd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#fafafa",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 21,
+ "textSize": "0.875rem",
+ "widgetId": "44lgrfydql",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api1.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select2",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Select navigation type",
+ "topRow": 9,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC3.myVar1}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 48,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ywc7thfwfa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{TC3.myFun1()}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC3",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ht0x7fh5ev",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 21,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "textSize": "0.875rem",
+ "widgetId": "j4hy3296sv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api2.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "isCanvas": true,
+ "displayName": "Tabs",
+ "iconSVG": "/static/media/icon.74a6d653.svg",
+ "topRow": 47,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onTabSelected"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 1",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "bv937y1isa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "tabId": "tab2",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 3,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
+ "key": "atozs3dqkq",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "stu122x6ov",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "fc3l3b6pjd",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 2",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "fc3l3b6pjd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }
+ ],
+ "key": "wvw41p337s",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "1wwv4lpx0h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "Tab 1",
+ "onTabSelected": "",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "bv937y1isa",
+ "index": 0,
+ "label": "Tab 1",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "fc3l3b6pjd",
+ "index": 1,
+ "label": "Tab 2",
+ "id": "tab2",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qophrhb9ws",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 104,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 178,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data[0].url ?? Image2.image}}",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "objectFit": "contain",
+ "widgetId": "ra1tf5j9f4",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.fact}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4ubwdgb1h3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-2",
+ "isHidden": false
},
- "smartSubstitution": {
- "data": true
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.factsApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.factsApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petFacts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad17"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.cat",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad05"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "both",
- "fullyQualifiedName": "TC4.both",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "both",
- "fullyQualifiedName": "TC4.both",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.both",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_randomUserGenerator",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad47"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "fetchAstronauts",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "fetchAstronauts",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_fetchAstronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad73"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [
- {
- "value": "\n"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [
- {
- "value": "\n"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_randomUserGenerator",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5b"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "filtered_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "filtered_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf4"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
+ {
+ "publishedPage": {
+ "name": "Page 3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"],
+ "name": "TC5.storeLocation",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 3_TC5.storeLocation",
+ "collectionId": "Page 3_TC5"
+ },
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"],
+ "clientSideExecution": true,
+ "name": "TC6.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 3_TC6.myFun2",
+ "collectionId": "Page 3_TC6"
+ }
+ ]],
+ "id": "Page 3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1300,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 59,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "92o1wf4kiz",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "v81j6i48ks",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "qgdqioe4om",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 50,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
+ "key": "ltq71svusm",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "15s5q5fjq5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 50,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 55,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 50,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map3",
+ "defaultMarkers": "{{TC5.locations}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 13,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "allowZoom": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "defaultMarkers"}
+ ],
+ "enablePickLocation": false,
+ "mapCenter": {
+ "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India",
+ "lat": 28.6105073,
+ "long": 77.1145653
+ },
+ "isClickedMarkerCentered": false,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "6ewoa3cy5w",
+ "isDeprecated": false,
+ "rightColumn": 36.57142857142857,
+ "allowClustering": false,
+ "widgetId": "2ng48j802d",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 14,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 48
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 13,
+ "bottomRow": 46,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "leftColumn": 37.58730158730158,
+ "children": [{
+ "rightColumn": 323.44199657440186,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "zap3upnpc9",
+ "containerStyle": "none",
+ "bottomRow": 330,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "0c4qu88gua",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 435.94356060028076,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 31,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 8.347826086956522,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.count}}",
+ "key": "q1mz71t6fa",
+ "isDeprecated": false,
+ "rightColumn": 52.869565217391305,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "nq2no4e7u1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 44,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 48,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{TC5.countdown()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
+ "isDisabled": false,
+ "key": "nfmoy84nid",
+ "isDeprecated": false,
+ "rightColumn": 61,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dqzhco0pxx",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 15,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 19,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "NumberSlider2",
+ "defaultValue": "10",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "pick countdown duration",
+ "searchTags": ["range"],
+ "topRow": 15,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": "10",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": "200",
+ "widgetId": "25v6rx7lp5",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "NumberSlider1",
+ "defaultValue": "50",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "select a number you want to countdown from",
+ "searchTags": ["range"],
+ "topRow": 7,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": 100,
+ "widgetId": "krvk4jsa77",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "OUTTER VARIABLE MODIFICATION",
+ "key": "s7vnc82698",
+ "isDeprecated": false,
+ "rightColumn": 61.21739130434783,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "a8tis5fxkf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "0c4qu88gua",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 13,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 46,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9laodeyhr2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v81j6i48ks",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ },
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2Copy",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 64,
+ "bottomRow": 122,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2Copy",
+ "detachFromLayout": true,
+ "widgetId": "krk7t6fkrj",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mtx9rr9sv3",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "kgie13n9d2",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC6",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "8od3vchpi2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 24,
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 20,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.56103515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "",
+ "key": "sefx44qvp2",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "65xjdau988",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 20,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 9,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mtx9rr9sv3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ }
+ ]
+ }
+ }],
+ "slug": "page-3",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1300,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 59,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "92o1wf4kiz",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "v81j6i48ks",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "qgdqioe4om",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 50,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
+ "key": "ltq71svusm",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "15s5q5fjq5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 50,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 55,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 50,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map3",
+ "defaultMarkers": "{{TC5.locations}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 13,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "allowZoom": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "defaultMarkers"}
+ ],
+ "enablePickLocation": false,
+ "mapCenter": {
+ "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India",
+ "lat": 28.6105073,
+ "long": 77.1145653
+ },
+ "isClickedMarkerCentered": false,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "6ewoa3cy5w",
+ "isDeprecated": false,
+ "rightColumn": 36.57142857142857,
+ "allowClustering": false,
+ "widgetId": "2ng48j802d",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 14,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 48
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 13,
+ "bottomRow": 46,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "leftColumn": 37.58730158730158,
+ "children": [{
+ "rightColumn": 323.44199657440186,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "zap3upnpc9",
+ "containerStyle": "none",
+ "bottomRow": 330,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "0c4qu88gua",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 435.94356060028076,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 31,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 8.347826086956522,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.count}}",
+ "key": "q1mz71t6fa",
+ "isDeprecated": false,
+ "rightColumn": 52.869565217391305,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "nq2no4e7u1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 44,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 48,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{TC5.countdown()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
+ "isDisabled": false,
+ "key": "nfmoy84nid",
+ "isDeprecated": false,
+ "rightColumn": 61,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dqzhco0pxx",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 15,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 19,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "NumberSlider2",
+ "defaultValue": "10",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "pick countdown duration",
+ "searchTags": ["range"],
+ "topRow": 15,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": "10",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": "200",
+ "widgetId": "25v6rx7lp5",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "NumberSlider1",
+ "defaultValue": "50",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "select a number you want to countdown from",
+ "searchTags": ["range"],
+ "topRow": 7,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": 100,
+ "widgetId": "krvk4jsa77",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "OUTTER VARIABLE MODIFICATION",
+ "key": "s7vnc82698",
+ "isDeprecated": false,
+ "rightColumn": 61.21739130434783,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "a8tis5fxkf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "0c4qu88gua",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 13,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 46,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9laodeyhr2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v81j6i48ks",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ },
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2Copy",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 64,
+ "bottomRow": 122,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2Copy",
+ "detachFromLayout": true,
+ "widgetId": "krk7t6fkrj",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mtx9rr9sv3",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "kgie13n9d2",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC6",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "8od3vchpi2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 24,
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 20,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.56103515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "",
+ "key": "sefx44qvp2",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "65xjdau988",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 20,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 9,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mtx9rr9sv3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ }
+ ]
+ }
+ }],
+ "slug": "page-3",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf8"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_filtered_astronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad75"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "Page 4",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 4",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 650,
+ "containerStyle": "none",
+ "snapRows": 61,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Checkbox1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Checkbox",
+ "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
+ "searchTags": ["boolean"],
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "CHECKBOX_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onCheckChange"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "onCheckChange": "",
+ "isDisabled": false,
+ "key": "o2vo6m4r0d",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "7og0usx4uq",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "label": "You having a good day?",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 3,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "defaultCheckedState": false,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 8,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "ButtonGroup2",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"},
+ {"key": "boxShadow"}
+ ],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{storeValue('visible','false');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "clean",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Make 'em all disappear",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{storeValue('visible','true');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "asterisk",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Bring them back!",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton1.onClick"}
+ ],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"}
+ ],
+ "key": "41w8av7fig",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "i3fwzt60ns",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton1.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton3": {
+ "onClick": "{{TC6.orange()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#f472b6",
+ "widgetId": "",
+ "menuItems": {
+ "menuItem1": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 0,
+ "label": "First Option",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "backgroundColor": "#DD4B34",
+ "onClick": "",
+ "iconName": "trash",
+ "widgetId": "",
+ "iconColor": "#FFFFFF",
+ "iconAlign": "right",
+ "index": 2,
+ "label": "Delete",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false,
+ "textColor": "#FFFFFF"
+ },
+ "menuItem2": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Option",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "index": 1,
+ "label": " O_O Red",
+ "id": "groupButton3",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton1": {
+ "onClick": "{{TC6.blue()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#93c5fd",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "*_* Blue",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC6.green()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#b5d1a5",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 2,
+ "label": "T_T Green",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton3.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "key": "8rlytj0pm0",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "widgetId": "vm3plubn8e",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "CategorySlider1",
+ "dynamicPropertyPathList": [
+ {"key": "labelTextColor"},
+ {"key": "accentColor"},
+ {"key": "options"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Category Slider",
+ "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
+ "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
+ "searchTags": ["range"],
+ "topRow": 18,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CATEGORY_SLIDER_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{moment().format('dddd')}}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "defaultOptionValue"},
+ {"key": "labelText"},
+ {"key": "isVisible"}
+ ],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "isDisabled": false,
+ "key": "kxvqu06iom",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "onChange": "",
+ "widgetId": "jogmp1s31g",
+ "accentColor": "{{appsmith.store.background}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 18,
+ "originalBottomRow": 26,
+ "showMarksLabel": true
+ },
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 27,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "backgroundColor"}],
+ "children": [{
+ "rightColumn": 253.12851905822754,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "em3f3sredw",
+ "containerStyle": "none",
+ "bottomRow": 130,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mglu9gsl2z",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 130,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"}
+ ],
+ "isDisabled": false,
+ "key": "ikj1vq2v1h",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "vzvsrip3yr",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 4,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 11,
+ "iconColor": "#fafafa"
+ },
+ {
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Test if you have the skills to be have a karaoke night",
+ "key": "0oc89nkcbg",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "",
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "3z7yb728ic",
+ "isVisible": "{{appsmith.store.visible}}",
+ "fontStyle": "BOLD",
+ "textColor": "{{appsmith.store.text}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rlj0lh33fd",
+ "backgroundColor": "{{appsmith.store.background}}",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mglu9gsl2z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 27,
+ "borderRadius": "0.375rem",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 40,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "newName",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
+ "searchTags": [
+ "mp3",
+ "sound",
+ "wave",
+ "player"
+ ],
+ "topRow": 44,
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "key": "gro03mxuhi",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "omgy5x59c0",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "originalBottomRow": 46,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
+ "topRow": 44,
+ "isSortable": false,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "cellBackground"},
+ {"key": "primaryColumns.task.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "textColor"},
+ {"key": "primaryColumns.task.textColor"},
+ {"key": "primaryColumns.status.textColor"},
+ {"key": "primaryColumns.action.textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonLabel"},
+ {"key": "primaryColumns.action.cellBackground"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": "{{appsmith.store.visible}}",
+ "enableClientSideSearch": false,
+ "version": 1,
+ "textColor": "{{appsmith.store.text}}",
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "columnUpdatedAt": 1676634128648,
+ "defaultSelectedRowIndices": [0],
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "task",
+ "status",
+ "action"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "cellBackground"},
+ {"key": "textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "tableData"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 65,
+ "columnWidthMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "task",
+ "enableSort": true,
+ "id": "task",
+ "originalId": "task",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
+ "alias": "action",
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "action",
+ "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "checkbox",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "status",
+ "enableSort": true,
+ "id": "status",
+ "originalId": "status",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ }
+ },
+ "key": "e03zy85neo",
+ "canFreezeColumn": false,
+ "isDeprecated": false,
+ "rightColumn": 36,
+ "textSize": "0.875rem",
+ "widgetId": "2ggycmaef1",
+ "enableServerSideFiltering": false,
+ "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "originalTopRow": 44,
+ "isVisiblePagination": false,
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page-4",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 4",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 4",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 650,
+ "containerStyle": "none",
+ "snapRows": 61,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Checkbox1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Checkbox",
+ "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
+ "searchTags": ["boolean"],
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "CHECKBOX_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onCheckChange"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "onCheckChange": "",
+ "isDisabled": false,
+ "key": "o2vo6m4r0d",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "7og0usx4uq",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "label": "You having a good day?",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 3,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "defaultCheckedState": false,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 8,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "ButtonGroup2",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"},
+ {"key": "boxShadow"}
+ ],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{storeValue('visible','false');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "clean",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Make 'em all disappear",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{storeValue('visible','true');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "asterisk",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Bring them back!",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton1.onClick"}
+ ],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"}
+ ],
+ "key": "41w8av7fig",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "i3fwzt60ns",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton1.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton3": {
+ "onClick": "{{TC6.orange()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#f472b6",
+ "widgetId": "",
+ "menuItems": {
+ "menuItem1": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 0,
+ "label": "First Option",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "backgroundColor": "#DD4B34",
+ "onClick": "",
+ "iconName": "trash",
+ "widgetId": "",
+ "iconColor": "#FFFFFF",
+ "iconAlign": "right",
+ "index": 2,
+ "label": "Delete",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false,
+ "textColor": "#FFFFFF"
+ },
+ "menuItem2": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Option",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "index": 1,
+ "label": " O_O Red",
+ "id": "groupButton3",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton1": {
+ "onClick": "{{TC6.blue()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#93c5fd",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "*_* Blue",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC6.green()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#b5d1a5",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 2,
+ "label": "T_T Green",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton3.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "key": "8rlytj0pm0",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "widgetId": "vm3plubn8e",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "CategorySlider1",
+ "dynamicPropertyPathList": [
+ {"key": "labelTextColor"},
+ {"key": "accentColor"},
+ {"key": "options"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Category Slider",
+ "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
+ "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
+ "searchTags": ["range"],
+ "topRow": 18,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CATEGORY_SLIDER_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{moment().format('dddd')}}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "defaultOptionValue"},
+ {"key": "labelText"},
+ {"key": "isVisible"}
+ ],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "isDisabled": false,
+ "key": "kxvqu06iom",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "onChange": "",
+ "widgetId": "jogmp1s31g",
+ "accentColor": "{{appsmith.store.background}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 18,
+ "originalBottomRow": 26,
+ "showMarksLabel": true
+ },
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 27,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "backgroundColor"}],
+ "children": [{
+ "rightColumn": 253.12851905822754,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "em3f3sredw",
+ "containerStyle": "none",
+ "bottomRow": 130,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mglu9gsl2z",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 130,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"}
+ ],
+ "isDisabled": false,
+ "key": "ikj1vq2v1h",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "vzvsrip3yr",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 4,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 11,
+ "iconColor": "#fafafa"
+ },
+ {
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Test if you have the skills to be have a karaoke night",
+ "key": "0oc89nkcbg",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "",
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "3z7yb728ic",
+ "isVisible": "{{appsmith.store.visible}}",
+ "fontStyle": "BOLD",
+ "textColor": "{{appsmith.store.text}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rlj0lh33fd",
+ "backgroundColor": "{{appsmith.store.background}}",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mglu9gsl2z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 27,
+ "borderRadius": "0.375rem",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 40,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "newName",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
+ "searchTags": [
+ "mp3",
+ "sound",
+ "wave",
+ "player"
+ ],
+ "topRow": 44,
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "key": "gro03mxuhi",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "omgy5x59c0",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "originalBottomRow": 46,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
+ "topRow": 44,
+ "isSortable": false,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "cellBackground"},
+ {"key": "primaryColumns.task.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "textColor"},
+ {"key": "primaryColumns.task.textColor"},
+ {"key": "primaryColumns.status.textColor"},
+ {"key": "primaryColumns.action.textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonLabel"},
+ {"key": "primaryColumns.action.cellBackground"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": "{{appsmith.store.visible}}",
+ "enableClientSideSearch": false,
+ "version": 1,
+ "textColor": "{{appsmith.store.text}}",
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "columnUpdatedAt": 1676634128648,
+ "defaultSelectedRowIndices": [0],
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "task",
+ "status",
+ "action"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "cellBackground"},
+ {"key": "textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "tableData"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 65,
+ "columnWidthMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "task",
+ "enableSort": true,
+ "id": "task",
+ "originalId": "task",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
+ "alias": "action",
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "action",
+ "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "checkbox",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "status",
+ "enableSort": true,
+ "id": "status",
+ "originalId": "status",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ }
+ },
+ "key": "e03zy85neo",
+ "canFreezeColumn": false,
+ "isDeprecated": false,
+ "rightColumn": 36,
+ "textSize": "0.875rem",
+ "widgetId": "2ggycmaef1",
+ "enableServerSideFiltering": false,
+ "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "originalTopRow": 44,
+ "isVisiblePagination": false,
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page-4",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfe"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "publishedPage": {
+ "customSlug": "",
+ "name": "Page 1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_Api1"
+ },
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": ["async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"],
+ "clientSideExecution": true,
+ "name": "TC2.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_TC2.myFun2",
+ "collectionId": "Page 1_TC2"
+ }
+ ]],
+ "id": "Page 1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1480,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container3",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "animateLoading"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 66,
+ "bottomRow": 140,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": "true",
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 607.7500152587891,
+ "widgetName": "Canvas4",
+ "detachFromLayout": true,
+ "widgetId": "ijtgmtni2k",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "p7fos7awt2",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 830,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 31,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "rightColumn": 316.25449657440186,
+ "widgetName": "Canvas5",
+ "detachFromLayout": true,
+ "widgetId": "6iw1h9dfsf",
+ "containerStyle": "none",
+ "bottomRow": 110,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "e5qizxpr0i",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 123.75175952911377,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "labelWidth": "15",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "PASSWORD",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohlhkb5pp7",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Password",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.password}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Input1",
+ "dynamicPropertyPathList": [{"key": "onFocus"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [
+ {"key": "onTextChanged"},
+ {"key": "onFocus"}
+ ],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "EMAIL",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4v3hz6o89j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "e-mail",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.email}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rgm6qofnar",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e5qizxpr0i",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 31,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 42,
+ "minDynamicHeight": 10
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2Copy",
+ "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Remove a few store values",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xtx0akgjk0",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "w6qr6t0oal",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 8,
+ "bottomRow": 30,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 27,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) <\/b>\n\nStep 1:<\/b> Clear local store values by clicking on relevant button\n\nStep 2:<\/b> Use promise.all<\/i> function to trigger sequential store value actions\n\nStep 3:<\/b> Use then/catch<\/i> block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch<\/i> block)",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5zjwcuucs2",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC2",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pv5wh9p2rb",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3Copy",
+ "onClick": "{{TC2.myFun2()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 24,
+ "bottomRow": 29,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using then/catch",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tvwn4pxtjo",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{TC2.myFun1();}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 19,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using promise.all",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs6qb7yb4u",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Clear appsmith store",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "qcnf9yi3kl",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 33,
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "q7e2c15fyz",
+ "image": "{{appsmith.store.pic}}",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "18m6ehwqyv",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
+ "key": "8vc77e1j1z",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "96dlxdqrnf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 10,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map1",
+ "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
+ "dynamicPropertyPathList": [{"key": "mapCenter"}],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 42,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "allowZoom": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "mapCenter"},
+ {"key": "defaultMarkers"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "enablePickLocation": true,
+ "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
+ "isClickedMarkerCentered": true,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "xpdrclix9k",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "lvbo7v7lxh",
+ "enableCreateMarker": false,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 71
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DatePicker1",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LLL",
+ "dynamicPropertyPathList": [{"key": "defaultDate"}],
+ "displayName": "DatePicker",
+ "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
+ "searchTags": ["calendar"],
+ "topRow": 49,
+ "bottomRow": 53,
+ "shortcuts": true,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "DATE_PICKER_WIDGET2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultDate"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "#1d4ed8",
+ "isDisabled": false,
+ "key": "x339tqgav5",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "defaultDate": "{{appsmith.store.dob}}",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v1h32cg7fe",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "Date of birth",
+ "version": 2,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "timePrecision": "minute",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "closeOnSelection": true,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "PhoneInput1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 54,
+ "bottomRow": 58,
+ "parentRowSpace": 10,
+ "labelWidth": "4",
+ "defaultDialCode": "+260",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "BOLD",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "2c96r94kzy",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Landline",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.phone}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "PhoneInput2",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 59,
+ "bottomRow": 63,
+ "parentRowSpace": 10,
+ "labelWidth": "3",
+ "defaultDialCode": "+1664",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qppi9qtlwp",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Phone",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.cell}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 64,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "defaultOptionValue"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Male",
+ "value": "M"
+ },
+ {
+ "label": "Female",
+ "value": "F"
+ }
+ ],
+ "isDisabled": false,
+ "key": "rdqw0n133t",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4bqyoh6ydq",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Gender",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "qmr0vxzj8r",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "p7fos7awt2",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 67,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 141,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 4,
+ "bottomRow": 61,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "kk1k58hv9w",
+ "containerStyle": "none",
+ "bottomRow": 570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "fprx0bu1rp",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 570,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "borderColor": "{{Select1.selectedOptionValue}}",
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 49,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "backgroundColor"},
+ {"key": "borderColor"}
+ ],
+ "shouldTruncate": false,
+ "borderWidth": "7",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}}<\/b> and will default to {{Select1.defaultOptionValue}} <\/b>after reset",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "backgroundColor": "{{Select1.selectedOptionValue}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "iv3qlgn05v",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#18181b",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 49,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 54,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "multiRowSelection": false,
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 19,
+ "isSortable": true,
+ "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "type": "TABLE_WIDGET",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": "",
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "id": 60,
+ "userId": 79,
+ "status": 75
+ },
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPageChange"}],
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "textSize": "0.875rem",
+ "widgetId": "hzi419yzw9",
+ "tableData": "{{Api1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "kk1k58hv9w",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Audio1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPlay"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [],
+ "key": "1ujq0d6hyd",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "8bjrosh0ou",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "onPlay": "{{TC1.myFun1()}}",
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [
+ {"key": "onOptionChange"},
+ {"key": "sourceData"}
+ ],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Step 2:",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "defaultOptionValue"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC1.selectOptions}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h3jvfg6ol2",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 30,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 1:<\/b> Modify Switch widget<\/b> toggle to off \nStep 2:<\/b> Modify dropdown option<\/b> from Green to any another option\nStep 3:<\/b> Move to page 4 on the table widget<\/b>\nStep 4:<\/b> Hit the play button on the Audio widget<\/b> to trigger actions",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohazs8n5hb",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Switch1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Switch",
+ "iconSVG": "/static/media/icon.a3115bc1.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "type": "SWITCH_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "633iji72ol",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "onChange": "",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0hmn8m90ei",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Step 1:",
+ "defaultSwitchState": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC1",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "046n7liqib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "znm5ogd46g",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup1",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 23,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "Y",
+ "animateLoading": true,
+ "parentColumnSpace": 17.625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "Y"
+ },
+ {
+ "label": "No",
+ "value": "N"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ekhr4wfb2d",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "tdeulieh26",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Catch block test",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fprx0bu1rp",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 62,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "5i9vixju2a",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 5,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-1",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "customSlug": "",
+ "name": "Page 1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_Api1"
+ }]],
+ "id": "Page 1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1480,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container3",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "animateLoading"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 66,
+ "bottomRow": 140,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": "true",
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 607.7500152587891,
+ "widgetName": "Canvas4",
+ "detachFromLayout": true,
+ "widgetId": "ijtgmtni2k",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "p7fos7awt2",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 830,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 31,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "rightColumn": 316.25449657440186,
+ "widgetName": "Canvas5",
+ "detachFromLayout": true,
+ "widgetId": "6iw1h9dfsf",
+ "containerStyle": "none",
+ "bottomRow": 110,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "e5qizxpr0i",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 123.75175952911377,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "labelWidth": "15",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "PASSWORD",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohlhkb5pp7",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Password",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.password}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Input1",
+ "dynamicPropertyPathList": [{"key": "onFocus"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [
+ {"key": "onTextChanged"},
+ {"key": "onFocus"}
+ ],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "EMAIL",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4v3hz6o89j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "e-mail",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.email}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rgm6qofnar",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e5qizxpr0i",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 31,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 42,
+ "minDynamicHeight": 10
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2Copy",
+ "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Remove a few store values",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xtx0akgjk0",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "w6qr6t0oal",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 8,
+ "bottomRow": 30,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 27,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) <\/b>\n\nStep 1:<\/b> Clear local store values by clicking on relevant button\n\nStep 2:<\/b> Use promise.all<\/i> function to trigger sequential store value actions\n\nStep 3:<\/b> Use then/catch<\/i> block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch<\/i> block)",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5zjwcuucs2",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC2",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pv5wh9p2rb",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3Copy",
+ "onClick": "{{TC2.myFun2()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 24,
+ "bottomRow": 29,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using then/catch",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tvwn4pxtjo",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{TC2.myFun1();}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 19,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using promise.all",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs6qb7yb4u",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Clear appsmith store",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "qcnf9yi3kl",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 33,
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "q7e2c15fyz",
+ "image": "{{appsmith.store.pic}}",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "18m6ehwqyv",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
+ "key": "8vc77e1j1z",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "96dlxdqrnf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 10,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map1",
+ "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
+ "dynamicPropertyPathList": [{"key": "mapCenter"}],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 42,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "allowZoom": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "mapCenter"},
+ {"key": "defaultMarkers"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "enablePickLocation": true,
+ "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
+ "isClickedMarkerCentered": true,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "xpdrclix9k",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "lvbo7v7lxh",
+ "enableCreateMarker": false,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 71
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DatePicker1",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LLL",
+ "dynamicPropertyPathList": [{"key": "defaultDate"}],
+ "displayName": "DatePicker",
+ "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
+ "searchTags": ["calendar"],
+ "topRow": 49,
+ "bottomRow": 53,
+ "shortcuts": true,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "DATE_PICKER_WIDGET2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultDate"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "#1d4ed8",
+ "isDisabled": false,
+ "key": "x339tqgav5",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "defaultDate": "{{appsmith.store.dob}}",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v1h32cg7fe",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "Date of birth",
+ "version": 2,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "timePrecision": "minute",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "closeOnSelection": true,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "PhoneInput1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 54,
+ "bottomRow": 58,
+ "parentRowSpace": 10,
+ "labelWidth": "4",
+ "defaultDialCode": "+260",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "BOLD",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "2c96r94kzy",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Landline",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.phone}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "PhoneInput2",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 59,
+ "bottomRow": 63,
+ "parentRowSpace": 10,
+ "labelWidth": "3",
+ "defaultDialCode": "+1664",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qppi9qtlwp",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Phone",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.cell}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 64,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "defaultOptionValue"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Male",
+ "value": "M"
+ },
+ {
+ "label": "Female",
+ "value": "F"
+ }
+ ],
+ "isDisabled": false,
+ "key": "rdqw0n133t",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4bqyoh6ydq",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Gender",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "qmr0vxzj8r",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "p7fos7awt2",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 67,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 141,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 4,
+ "bottomRow": 61,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "kk1k58hv9w",
+ "containerStyle": "none",
+ "bottomRow": 570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "fprx0bu1rp",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 570,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "borderColor": "{{Select1.selectedOptionValue}}",
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 49,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "backgroundColor"},
+ {"key": "borderColor"}
+ ],
+ "shouldTruncate": false,
+ "borderWidth": "7",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}}<\/b> and will default to {{Select1.defaultOptionValue}} <\/b>after reset",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "backgroundColor": "{{Select1.selectedOptionValue}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "iv3qlgn05v",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#18181b",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 49,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 54,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "multiRowSelection": false,
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 19,
+ "isSortable": true,
+ "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "type": "TABLE_WIDGET",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": "",
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "id": 60,
+ "userId": 79,
+ "status": 75
+ },
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPageChange"}],
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "textSize": "0.875rem",
+ "widgetId": "hzi419yzw9",
+ "tableData": "{{Api1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "kk1k58hv9w",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Audio1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPlay"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [],
+ "key": "1ujq0d6hyd",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "8bjrosh0ou",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "onPlay": "{{TC1.myFun1()}}",
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [
+ {"key": "onOptionChange"},
+ {"key": "sourceData"}
+ ],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Step 2:",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "defaultOptionValue"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC1.selectOptions}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h3jvfg6ol2",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 30,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 1:<\/b> Modify Switch widget<\/b> toggle to off \nStep 2:<\/b> Modify dropdown option<\/b> from Green to any another option\nStep 3:<\/b> Move to page 4 on the table widget<\/b>\nStep 4:<\/b> Hit the play button on the Audio widget<\/b> to trigger actions",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohazs8n5hb",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Switch1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Switch",
+ "iconSVG": "/static/media/icon.a3115bc1.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "type": "SWITCH_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "633iji72ol",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "onChange": "",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0hmn8m90ei",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Step 1:",
+ "defaultSwitchState": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC1",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "046n7liqib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "znm5ogd46g",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup1",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 23,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "Y",
+ "animateLoading": true,
+ "parentColumnSpace": 17.625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "Y"
+ },
+ {
+ "label": "No",
+ "value": "N"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ekhr4wfb2d",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "tdeulieh26",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Catch block test",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fprx0bu1rp",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 62,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "5i9vixju2a",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 5,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-1",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfc"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "Page 5",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 5",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 60,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page-5",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 5",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 5",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 60,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page-5",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad02"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "publishedPage": {
+ "name": "--Playground",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "--Playground",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "CurrencyInput1",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "topRow": 6,
+ "bottomRow": 13,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "resetOnSubmit": true,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "5h0zlsv95s",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "pimwlacvdq",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "Label",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 21,
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 14.109375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 4,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "isDefaultClickDisabled": true,
+ "widgetId": "asmby8goxw",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 17,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 4,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 0,
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 0,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 0,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "mobileRightColumn": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "axlwsd6sq8",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "xwedrxuzlu",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "u8xbxahcx3",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "qoqyr7yxrs",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "aawtdk0jxu",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button3",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ep9ahnwl95",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ehq8jidizb",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "34u4b3ypqt",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "er47h3pk7j",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "15nvw5u4z6",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "er47h3pk7j",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ }
+ ]
+ }
+ }],
+ "slug": "playground",
+ "isHidden": true
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "--Playground",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "--Playground",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "CurrencyInput1",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "topRow": 6,
+ "bottomRow": 13,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "resetOnSubmit": true,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "5h0zlsv95s",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "pimwlacvdq",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "Label",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 21,
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 14.109375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 4,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "isDefaultClickDisabled": true,
+ "widgetId": "asmby8goxw",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 17,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 4,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 0,
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 0,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 0,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "mobileRightColumn": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "axlwsd6sq8",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "xwedrxuzlu",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "u8xbxahcx3",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "qoqyr7yxrs",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "aawtdk0jxu",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button3",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ep9ahnwl95",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ehq8jidizb",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "34u4b3ypqt",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "er47h3pk7j",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "15nvw5u4z6",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "er47h3pk7j",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ }
+ ]
+ }
+ }],
+ "slug": "playground",
+ "isHidden": true
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfa"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "--Playground1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "name": "astronautsLog.ratings",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_astronautsLog.ratings",
+ "collectionId": "--Playground1_astronautsLog"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetch_astronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetch_astronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetchAstronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetchAstronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "name": "filteredAstronauts_really_long",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_filteredAstronauts_really_long"
+ }]
+ ],
+ "id": "--Playground1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1670,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 157,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "vn0hhhi9ah",
+ "containerStyle": "none",
+ "bottomRow": 1570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "h08lbuzxas",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "0b7bdj8klw",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "zw0q78h35r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
+ "labelText": "Pick an astronaut to display their information",
+ "searchTags": ["dropdown"],
+ "topRow": 8,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "23",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 22,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "sourceData"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{astronautsLog.astronautNames()}}",
+ "key": "phyziaanl1",
+ "labelTextSize": "",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "o7odcz8q5n",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "in_space",
+ "isVisible": true,
+ "label": "In Space",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "in_space",
+ "children": {},
+ "position": 20,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "agency": {
+ "labelTextSize": "0.875rem",
+ "identifier": "agency",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "agency",
+ "isVisible": false,
+ "label": "Agency",
+ "originalIdentifier": "agency",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "parent": {
+ "labelTextSize": "0.875rem",
+ "identifier": "parent",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "null",
+ "accessor": "parent",
+ "isVisible": true,
+ "label": "Parent",
+ "originalIdentifier": "parent",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "featured": {
+ "labelTextSize": "0.875rem",
+ "identifier": "featured",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "featured",
+ "isVisible": true,
+ "label": "Featured",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "featured",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "logo_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "logo_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "logo_url",
+ "isVisible": true,
+ "label": "Logo Url",
+ "originalIdentifier": "logo_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "fieldType": "Text Input"
+ },
+ "image_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image_url",
+ "isVisible": true,
+ "label": "Image Url",
+ "originalIdentifier": "image_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "type",
+ "isVisible": true,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "Multinational",
+ "fieldType": "Text Input"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": true,
+ "label": "Url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "fieldType": "Text Input"
+ },
+ "country_code": {
+ "labelTextSize": "0.875rem",
+ "identifier": "country_code",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "country_code",
+ "isVisible": true,
+ "label": "Country Code",
+ "originalIdentifier": "country_code",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "fieldType": "Text Input"
+ },
+ "launchers": {
+ "labelTextSize": "0.875rem",
+ "identifier": "launchers",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "launchers",
+ "isVisible": true,
+ "label": "Launchers",
+ "originalIdentifier": "launchers",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "spacecraft": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacecraft",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "spacecraft",
+ "isVisible": true,
+ "label": "Spacecraft",
+ "originalIdentifier": "spacecraft",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "administrator": {
+ "labelTextSize": "0.875rem",
+ "identifier": "administrator",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "administrator",
+ "isVisible": true,
+ "label": "Administrator",
+ "originalIdentifier": "administrator",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Director General: Josef Aschbacher",
+ "fieldType": "Text Input"
+ },
+ "founding_year": {
+ "labelTextSize": "0.875rem",
+ "identifier": "founding_year",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "founding_year",
+ "isVisible": true,
+ "label": "Founding Year",
+ "originalIdentifier": "founding_year",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "1975",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "European Space Agency",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 27,
+ "fieldType": "Number Input"
+ },
+ "abbrev": {
+ "labelTextSize": "0.875rem",
+ "identifier": "abbrev",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "abbrev",
+ "isVisible": true,
+ "label": "Abbrev",
+ "originalIdentifier": "abbrev",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": "ESA",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": 16,
+ "isDisabled": false,
+ "sourceData": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "profile_image_thumbnail": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image_thumbnail",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image_thumbnail",
+ "isVisible": false,
+ "label": "Profile Image Thumbnail",
+ "originalIdentifier": "profile_image_thumbnail",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_birth": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "date_of_birth",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "1978-02-27",
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_birth",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "born on",
+ "originalIdentifier": "date_of_birth",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 1,
+ "fieldType": "Datepicker"
+ },
+ "wiki": {
+ "labelTextSize": "0.875rem",
+ "identifier": "wiki",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "wiki",
+ "isVisible": false,
+ "label": "Wiki",
+ "originalIdentifier": "wiki",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "fieldType": "Text Input"
+ },
+ "bio": {
+ "labelTextSize": "0.875rem",
+ "identifier": "bio",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "bio",
+ "isVisible": false,
+ "label": "Bio",
+ "originalIdentifier": "bio",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "fieldType": "Text Input"
+ },
+ "instagram": {
+ "labelTextSize": "0.875rem",
+ "identifier": "instagram",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "instagram",
+ "isVisible": false,
+ "label": "Instagram",
+ "originalIdentifier": "instagram",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "https://instagram.com/thom_astro",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "type",
+ "isVisible": false,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Government",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 15,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Government",
+ "id": 2
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": false,
+ "label": "url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "fieldType": "Text Input"
+ },
+ "first_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "first_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2016-11-17T20:20:13Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "first_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "First Flight",
+ "originalIdentifier": "first_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 6,
+ "fieldType": "Datepicker"
+ },
+ "last_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "last_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2021-04-23T09:49:02Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "last_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "Last Flight",
+ "originalIdentifier": "last_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 7,
+ "fieldType": "Datepicker"
+ },
+ "eva_time": {
+ "labelTextSize": "0.875rem",
+ "identifier": "eva_time",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "eva_time",
+ "isVisible": true,
+ "label": "Eva Time",
+ "originalIdentifier": "eva_time",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 22,
+ "isDisabled": false,
+ "sourceData": "P1DT15H54M",
+ "fieldType": "Text Input"
+ },
+ "twitter": {
+ "labelTextSize": "0.875rem",
+ "identifier": "twitter",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "twitter",
+ "isVisible": true,
+ "label": "Twitter",
+ "originalIdentifier": "twitter",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "https://twitter.com/Thom_astro",
+ "fieldType": "Text Input"
+ },
+ "profile_image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image",
+ "isVisible": false,
+ "label": "Profile Image",
+ "originalIdentifier": "profile_image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_death": {
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_death",
+ "boxShadow": "none",
+ "isRequired": false,
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "isCustomField": false,
+ "dateFormat": "YYYY-MM-DD",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "date_of_death",
+ "shortcuts": false,
+ "isVisible": true,
+ "label": "Date Of Death",
+ "convertToISO": false,
+ "originalIdentifier": "date_of_death",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Datepicker"
+ },
+ "nationality": {
+ "labelTextSize": "0.875rem",
+ "identifier": "nationality",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "nationality",
+ "isVisible": true,
+ "label": "Nationality",
+ "originalIdentifier": "nationality",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "French",
+ "fieldType": "Text Input"
+ },
+ "spacewalks_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacewalks_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "spacewalks_count",
+ "isVisible": true,
+ "label": "Spacewalks Count",
+ "originalIdentifier": "spacewalks_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 23,
+ "isDisabled": false,
+ "sourceData": 6,
+ "fieldType": "Number Input"
+ },
+ "flights_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "flights_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "flights_count",
+ "isVisible": true,
+ "label": "Flights Count",
+ "originalIdentifier": "flights_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 18,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "time_in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "time_in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "time_in_space",
+ "isVisible": true,
+ "label": "Time In Space",
+ "originalIdentifier": "time_in_space",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 21,
+ "isDisabled": false,
+ "sourceData": "P396DT11H33M45S",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": false,
+ "label": "name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Thomas Pesquet",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ },
+ "landings_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "landings_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "landings_count",
+ "isVisible": true,
+ "label": "Landings Count",
+ "originalIdentifier": "landings_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 19,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "age": {
+ "labelTextSize": "0.875rem",
+ "identifier": "age",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "age",
+ "isVisible": true,
+ "label": "Age",
+ "originalIdentifier": "age",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 17,
+ "isDisabled": false,
+ "sourceData": 44,
+ "fieldType": "Number Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "status",
+ "isVisible": false,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Active",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Active",
+ "id": 1
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "agency": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "date_of_birth": "1978-02-27",
+ "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "instagram": "https://instagram.com/thom_astro",
+ "type": {
+ "name": "Government",
+ "id": 2
+ },
+ "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "first_flight": "2016-11-17T20:20:13Z",
+ "last_flight": "2021-04-23T09:49:02Z",
+ "twitter": "https://twitter.com/Thom_astro",
+ "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "nationality": "French",
+ "flights_count": 2,
+ "name": "Thomas Pesquet",
+ "id": 1,
+ "landings_count": 2,
+ "age": 44,
+ "status": {
+ "name": "Active",
+ "id": 1
+ }
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "JSONForm1",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "transparent",
+ "buttonVariant": "TERTIARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
+ "topRow": 37,
+ "bottomRow": 80,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_birth.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_birth.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_death.borderRadius"},
+ {"key": "schema.__root_schema__.children.nationality.defaultValue"},
+ {"key": "schema.__root_schema__.children.nationality.accentColor"},
+ {"key": "schema.__root_schema__.children.nationality.borderRadius"},
+ {"key": "schema.__root_schema__.children.bio.defaultValue"},
+ {"key": "schema.__root_schema__.children.bio.accentColor"},
+ {"key": "schema.__root_schema__.children.bio.borderRadius"},
+ {"key": "schema.__root_schema__.children.twitter.defaultValue"},
+ {"key": "schema.__root_schema__.children.twitter.accentColor"},
+ {"key": "schema.__root_schema__.children.twitter.borderRadius"},
+ {"key": "schema.__root_schema__.children.instagram.defaultValue"},
+ {"key": "schema.__root_schema__.children.instagram.accentColor"},
+ {"key": "schema.__root_schema__.children.instagram.borderRadius"},
+ {"key": "schema.__root_schema__.children.wiki.defaultValue"},
+ {"key": "schema.__root_schema__.children.wiki.accentColor"},
+ {"key": "schema.__root_schema__.children.wiki.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.last_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.first_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.type.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.age.defaultValue"},
+ {"key": "schema.__root_schema__.children.age.accentColor"},
+ {"key": "schema.__root_schema__.children.age.borderRadius"},
+ {"key": "schema.__root_schema__.children.flights_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.flights_count.accentColor"},
+ {"key": "schema.__root_schema__.children.flights_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.landings_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.landings_count.accentColor"},
+ {"key": "schema.__root_schema__.children.landings_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.time_in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.borderRadius"},
+ {"key": "schema.__root_schema__.children.eva_time.defaultValue"},
+ {"key": "schema.__root_schema__.children.eva_time.accentColor"},
+ {"key": "schema.__root_schema__.children.eva_time.borderRadius"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.accentColor"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.borderRadius"}
+ ],
+ "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
+ "showReset": false,
+ "resetButtonLabel": "",
+ "key": "mb10lpx0lx",
+ "backgroundColor": "transparent",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "rsugpn6p9u",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Iframe2",
+ "displayName": "Iframe",
+ "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
+ "searchTags": ["embed"],
+ "topRow": 17,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "source": "{{JSONForm1.sourceData.wiki}}",
+ "type": "IFRAME_WIDGET",
+ "hideCard": false,
+ "borderOpacity": 100,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "source"}
+ ],
+ "borderWidth": 1,
+ "key": "g8muw4zk94",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "widgetId": "mz6fhqu7a9",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 24,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.profile_image}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "xbvii1ix6y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 91,
+ "bottomRow": 115,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 24,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.agency.image_url}}",
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "objectFit": "contain",
+ "widgetId": "rqyzl6wlzr",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 17,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "Noto Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "backgroundColor"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.name}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "utlu5mh5r2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "lutbmumiav",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "rpasupm5h1",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "lutbmumiav",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "v7vpjo9wpz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "jr6l3jzyn8",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v7vpjo9wpz",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "25rem",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 75,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "Nunito Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "text"},
+ {"key": "backgroundColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6vq35sdbrv",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
+ "buttonColor": "#1e40af",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "w4kz23hasp",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "refresh",
+ "widgetId": "x1fkr3v9eo",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Progress1",
+ "progressType": "linear",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "progress"}],
+ "displayName": "Progress",
+ "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
+ "searchTags": ["percent"],
+ "topRow": 81,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "PROGRESS_WIDGET",
+ "isIndeterminate": false,
+ "hideCard": false,
+ "fillColor": "#1e40af",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "i0hq3tnqfi",
+ "showResult": true,
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "counterClosewise": false,
+ "widgetId": "i3o88akg85",
+ "isVisible": true,
+ "steps": "",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "progress": ""
+ },
+ {
+ "widgetName": "Rating1",
+ "displayName": "Rating",
+ "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
+ "searchTags": ["stars"],
+ "topRow": 86,
+ "bottomRow": 90,
+ "parentRowSpace": 10,
+ "type": "RATE_WIDGET",
+ "maxCount": "5",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [{"key": "defaultRate"}],
+ "isDisabled": false,
+ "key": "hv9pk8djb6",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 26,
+ "inactiveColor": "#D6D6D6",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fe0ylf714w",
+ "isVisible": true,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "defaultRate": "{{astronautsLog.ratings.data}}",
+ "activeColor": "#1e40af",
+ "size": "LARGE",
+ "maxDynamicHeight": 9000,
+ "isAllowHalf": false,
+ "minDynamicHeight": 4,
+ "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 91,
+ "bottomRow": 119,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text5",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.description}}",
+ "key": "s8x2nnrhnk",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "transparent",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pwie12lxwz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "e3t8svebdk",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "7jhkg61wuu",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "e3t8svebdk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "7cpcokj50b",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "j32coyaw4r",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "dynamicHeight": "FIXED",
+ "widgetId": "7cpcokj50b",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "topRow": 2,
+ "defaultCurrencyCode": "USD",
+ "labelWidth": 5,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "allowCurrencyChange": true,
+ "version": 1,
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetName": "CurrencyInput1",
+ "dynamicPropertyPathList": [{"key": "onBlur"}],
+ "displayName": "Currency Input",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "labelPosition": "Top",
+ "key": "56rrtkdl37",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 19,
+ "widgetId": "z1ayixhauq",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "vn0hhhi9ah",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "onBlur": "",
+ "responsiveBehavior": "fill",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 14,
+ "widgetName": "Button13",
+ "onClick": "{{filteredAstronauts_really_long.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 17,
+ "animateLoading": true,
+ "parentColumnSpace": 13.734375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "{{fetch_astronauts.data.data}}",
+ "isDisabled": false,
+ "key": "kfwc5ab4um",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "isDefaultClickDisabled": true,
+ "widgetId": "jjuqt1ifnb",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 10,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h08lbuzxas",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas5",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "nl8f1m7oav",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ko3kkb450m",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tb7gta7tfb",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "si6g5eoxgp",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "yhzhm228tu",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "g90ws31m93",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "g90ws31m93",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal2",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas6",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "t3qbm5y91f",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "w8ynayy73b",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xouwxo7b2m",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "up63zfuump",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qqi11sxegr",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "e52k9rhbo7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e52k9rhbo7",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal3",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas7",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton4",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "sug149rv39",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text8",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "r34bouucht",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button5",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "y8sdru05pv",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "l4nu1expuv",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "zvzi5jsd5u",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ljy0qzec2d",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ljy0qzec2d",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal4",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas8",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton5",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "9we1nw6waw",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "senfwwilkd",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "88f6rwgir5",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button8",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "oua6ex9wyf",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lyiz2yxss7",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sxmqnk89c",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sxmqnk89c",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal5",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "onClose"}],
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas9",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton6",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "57g8xip6m9",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "c1avbznl1f",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button9",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "cm40e67pym",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6vvcrt1z3t",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "sndkhe4bc2",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zlhoy988ce",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "zlhoy988ce",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal6",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas10",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton7",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "w88iattdtr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text11",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "d49q1jow18",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "4r2ie2z1iy",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "wy3sjg3y3r",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "76hhhkqi15",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sihk1i9j5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sihk1i9j5",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 160,
+ "bottomRow": 167,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
+ "dynamicTriggerPathList": [{"key": "onRecordingStart"}],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "ky6byinlri",
+ "isDeprecated": false,
+ "rightColumn": 18,
+ "widgetId": "1eppm1e2e6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "iconColor": "white"
+ }
+ ]
+ }
+ }],
+ "slug": "playground1",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "--Playground1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "name": "astronautsLog.ratings",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_astronautsLog.ratings",
+ "collectionId": "--Playground1_astronautsLog"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetch_astronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetch_astronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetchAstronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetchAstronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "name": "filteredAstronauts_really_long",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_filteredAstronauts_really_long"
+ }]
+ ],
+ "id": "--Playground1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1670,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 157,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "vn0hhhi9ah",
+ "containerStyle": "none",
+ "bottomRow": 1570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "h08lbuzxas",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "0b7bdj8klw",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "zw0q78h35r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
+ "labelText": "Pick an astronaut to display their information",
+ "searchTags": ["dropdown"],
+ "topRow": 8,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "23",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 22,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "sourceData"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{astronautsLog.astronautNames()}}",
+ "key": "phyziaanl1",
+ "labelTextSize": "",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "o7odcz8q5n",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "in_space",
+ "isVisible": true,
+ "label": "In Space",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "in_space",
+ "children": {},
+ "position": 20,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "agency": {
+ "labelTextSize": "0.875rem",
+ "identifier": "agency",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "agency",
+ "isVisible": false,
+ "label": "Agency",
+ "originalIdentifier": "agency",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "parent": {
+ "labelTextSize": "0.875rem",
+ "identifier": "parent",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "null",
+ "accessor": "parent",
+ "isVisible": true,
+ "label": "Parent",
+ "originalIdentifier": "parent",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "featured": {
+ "labelTextSize": "0.875rem",
+ "identifier": "featured",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "featured",
+ "isVisible": true,
+ "label": "Featured",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "featured",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "logo_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "logo_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "logo_url",
+ "isVisible": true,
+ "label": "Logo Url",
+ "originalIdentifier": "logo_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "fieldType": "Text Input"
+ },
+ "image_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image_url",
+ "isVisible": true,
+ "label": "Image Url",
+ "originalIdentifier": "image_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "type",
+ "isVisible": true,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "Multinational",
+ "fieldType": "Text Input"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": true,
+ "label": "Url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "fieldType": "Text Input"
+ },
+ "country_code": {
+ "labelTextSize": "0.875rem",
+ "identifier": "country_code",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "country_code",
+ "isVisible": true,
+ "label": "Country Code",
+ "originalIdentifier": "country_code",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "fieldType": "Text Input"
+ },
+ "launchers": {
+ "labelTextSize": "0.875rem",
+ "identifier": "launchers",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "launchers",
+ "isVisible": true,
+ "label": "Launchers",
+ "originalIdentifier": "launchers",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "spacecraft": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacecraft",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "spacecraft",
+ "isVisible": true,
+ "label": "Spacecraft",
+ "originalIdentifier": "spacecraft",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "administrator": {
+ "labelTextSize": "0.875rem",
+ "identifier": "administrator",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "administrator",
+ "isVisible": true,
+ "label": "Administrator",
+ "originalIdentifier": "administrator",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Director General: Josef Aschbacher",
+ "fieldType": "Text Input"
+ },
+ "founding_year": {
+ "labelTextSize": "0.875rem",
+ "identifier": "founding_year",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "founding_year",
+ "isVisible": true,
+ "label": "Founding Year",
+ "originalIdentifier": "founding_year",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "1975",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "European Space Agency",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 27,
+ "fieldType": "Number Input"
+ },
+ "abbrev": {
+ "labelTextSize": "0.875rem",
+ "identifier": "abbrev",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "abbrev",
+ "isVisible": true,
+ "label": "Abbrev",
+ "originalIdentifier": "abbrev",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": "ESA",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": 16,
+ "isDisabled": false,
+ "sourceData": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "profile_image_thumbnail": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image_thumbnail",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image_thumbnail",
+ "isVisible": false,
+ "label": "Profile Image Thumbnail",
+ "originalIdentifier": "profile_image_thumbnail",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_birth": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "date_of_birth",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "1978-02-27",
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_birth",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "born on",
+ "originalIdentifier": "date_of_birth",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 1,
+ "fieldType": "Datepicker"
+ },
+ "wiki": {
+ "labelTextSize": "0.875rem",
+ "identifier": "wiki",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "wiki",
+ "isVisible": false,
+ "label": "Wiki",
+ "originalIdentifier": "wiki",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "fieldType": "Text Input"
+ },
+ "bio": {
+ "labelTextSize": "0.875rem",
+ "identifier": "bio",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "bio",
+ "isVisible": false,
+ "label": "Bio",
+ "originalIdentifier": "bio",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "fieldType": "Text Input"
+ },
+ "instagram": {
+ "labelTextSize": "0.875rem",
+ "identifier": "instagram",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "instagram",
+ "isVisible": false,
+ "label": "Instagram",
+ "originalIdentifier": "instagram",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "https://instagram.com/thom_astro",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "type",
+ "isVisible": false,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Government",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 15,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Government",
+ "id": 2
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": false,
+ "label": "url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "fieldType": "Text Input"
+ },
+ "first_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "first_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2016-11-17T20:20:13Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "first_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "First Flight",
+ "originalIdentifier": "first_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 6,
+ "fieldType": "Datepicker"
+ },
+ "last_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "last_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2021-04-23T09:49:02Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "last_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "Last Flight",
+ "originalIdentifier": "last_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 7,
+ "fieldType": "Datepicker"
+ },
+ "eva_time": {
+ "labelTextSize": "0.875rem",
+ "identifier": "eva_time",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "eva_time",
+ "isVisible": true,
+ "label": "Eva Time",
+ "originalIdentifier": "eva_time",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 22,
+ "isDisabled": false,
+ "sourceData": "P1DT15H54M",
+ "fieldType": "Text Input"
+ },
+ "twitter": {
+ "labelTextSize": "0.875rem",
+ "identifier": "twitter",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "twitter",
+ "isVisible": true,
+ "label": "Twitter",
+ "originalIdentifier": "twitter",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "https://twitter.com/Thom_astro",
+ "fieldType": "Text Input"
+ },
+ "profile_image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image",
+ "isVisible": false,
+ "label": "Profile Image",
+ "originalIdentifier": "profile_image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_death": {
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_death",
+ "boxShadow": "none",
+ "isRequired": false,
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "isCustomField": false,
+ "dateFormat": "YYYY-MM-DD",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "date_of_death",
+ "shortcuts": false,
+ "isVisible": true,
+ "label": "Date Of Death",
+ "convertToISO": false,
+ "originalIdentifier": "date_of_death",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Datepicker"
+ },
+ "nationality": {
+ "labelTextSize": "0.875rem",
+ "identifier": "nationality",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "nationality",
+ "isVisible": true,
+ "label": "Nationality",
+ "originalIdentifier": "nationality",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "French",
+ "fieldType": "Text Input"
+ },
+ "spacewalks_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacewalks_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "spacewalks_count",
+ "isVisible": true,
+ "label": "Spacewalks Count",
+ "originalIdentifier": "spacewalks_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 23,
+ "isDisabled": false,
+ "sourceData": 6,
+ "fieldType": "Number Input"
+ },
+ "flights_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "flights_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "flights_count",
+ "isVisible": true,
+ "label": "Flights Count",
+ "originalIdentifier": "flights_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 18,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "time_in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "time_in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "time_in_space",
+ "isVisible": true,
+ "label": "Time In Space",
+ "originalIdentifier": "time_in_space",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 21,
+ "isDisabled": false,
+ "sourceData": "P396DT11H33M45S",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": false,
+ "label": "name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Thomas Pesquet",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ },
+ "landings_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "landings_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "landings_count",
+ "isVisible": true,
+ "label": "Landings Count",
+ "originalIdentifier": "landings_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 19,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "age": {
+ "labelTextSize": "0.875rem",
+ "identifier": "age",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "age",
+ "isVisible": true,
+ "label": "Age",
+ "originalIdentifier": "age",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 17,
+ "isDisabled": false,
+ "sourceData": 44,
+ "fieldType": "Number Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "status",
+ "isVisible": false,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Active",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Active",
+ "id": 1
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "agency": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "date_of_birth": "1978-02-27",
+ "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "instagram": "https://instagram.com/thom_astro",
+ "type": {
+ "name": "Government",
+ "id": 2
+ },
+ "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "first_flight": "2016-11-17T20:20:13Z",
+ "last_flight": "2021-04-23T09:49:02Z",
+ "twitter": "https://twitter.com/Thom_astro",
+ "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "nationality": "French",
+ "flights_count": 2,
+ "name": "Thomas Pesquet",
+ "id": 1,
+ "landings_count": 2,
+ "age": 44,
+ "status": {
+ "name": "Active",
+ "id": 1
+ }
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "JSONForm1",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "transparent",
+ "buttonVariant": "TERTIARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
+ "topRow": 37,
+ "bottomRow": 80,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_birth.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_birth.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_death.borderRadius"},
+ {"key": "schema.__root_schema__.children.nationality.defaultValue"},
+ {"key": "schema.__root_schema__.children.nationality.accentColor"},
+ {"key": "schema.__root_schema__.children.nationality.borderRadius"},
+ {"key": "schema.__root_schema__.children.bio.defaultValue"},
+ {"key": "schema.__root_schema__.children.bio.accentColor"},
+ {"key": "schema.__root_schema__.children.bio.borderRadius"},
+ {"key": "schema.__root_schema__.children.twitter.defaultValue"},
+ {"key": "schema.__root_schema__.children.twitter.accentColor"},
+ {"key": "schema.__root_schema__.children.twitter.borderRadius"},
+ {"key": "schema.__root_schema__.children.instagram.defaultValue"},
+ {"key": "schema.__root_schema__.children.instagram.accentColor"},
+ {"key": "schema.__root_schema__.children.instagram.borderRadius"},
+ {"key": "schema.__root_schema__.children.wiki.defaultValue"},
+ {"key": "schema.__root_schema__.children.wiki.accentColor"},
+ {"key": "schema.__root_schema__.children.wiki.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.last_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.first_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.type.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.age.defaultValue"},
+ {"key": "schema.__root_schema__.children.age.accentColor"},
+ {"key": "schema.__root_schema__.children.age.borderRadius"},
+ {"key": "schema.__root_schema__.children.flights_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.flights_count.accentColor"},
+ {"key": "schema.__root_schema__.children.flights_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.landings_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.landings_count.accentColor"},
+ {"key": "schema.__root_schema__.children.landings_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.time_in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.borderRadius"},
+ {"key": "schema.__root_schema__.children.eva_time.defaultValue"},
+ {"key": "schema.__root_schema__.children.eva_time.accentColor"},
+ {"key": "schema.__root_schema__.children.eva_time.borderRadius"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.accentColor"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.borderRadius"}
+ ],
+ "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
+ "showReset": false,
+ "resetButtonLabel": "",
+ "key": "mb10lpx0lx",
+ "backgroundColor": "transparent",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "rsugpn6p9u",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Iframe2",
+ "displayName": "Iframe",
+ "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
+ "searchTags": ["embed"],
+ "topRow": 17,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "source": "{{JSONForm1.sourceData.wiki}}",
+ "type": "IFRAME_WIDGET",
+ "hideCard": false,
+ "borderOpacity": 100,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "source"}
+ ],
+ "borderWidth": 1,
+ "key": "g8muw4zk94",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "widgetId": "mz6fhqu7a9",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 24,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.profile_image}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "xbvii1ix6y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 91,
+ "bottomRow": 115,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 24,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.agency.image_url}}",
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "objectFit": "contain",
+ "widgetId": "rqyzl6wlzr",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 17,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "Noto Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "backgroundColor"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.name}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "utlu5mh5r2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "lutbmumiav",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "rpasupm5h1",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "lutbmumiav",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "v7vpjo9wpz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "jr6l3jzyn8",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v7vpjo9wpz",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "25rem",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 75,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "Nunito Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "text"},
+ {"key": "backgroundColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6vq35sdbrv",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
+ "buttonColor": "#1e40af",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "w4kz23hasp",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "refresh",
+ "widgetId": "x1fkr3v9eo",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Progress1",
+ "progressType": "linear",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "progress"}],
+ "displayName": "Progress",
+ "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
+ "searchTags": ["percent"],
+ "topRow": 81,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "PROGRESS_WIDGET",
+ "isIndeterminate": false,
+ "hideCard": false,
+ "fillColor": "#1e40af",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "i0hq3tnqfi",
+ "showResult": true,
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "counterClosewise": false,
+ "widgetId": "i3o88akg85",
+ "isVisible": true,
+ "steps": "",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "progress": ""
+ },
+ {
+ "widgetName": "Rating1",
+ "displayName": "Rating",
+ "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
+ "searchTags": ["stars"],
+ "topRow": 86,
+ "bottomRow": 90,
+ "parentRowSpace": 10,
+ "type": "RATE_WIDGET",
+ "maxCount": "5",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [{"key": "defaultRate"}],
+ "isDisabled": false,
+ "key": "hv9pk8djb6",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 26,
+ "inactiveColor": "#D6D6D6",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fe0ylf714w",
+ "isVisible": true,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "defaultRate": "{{astronautsLog.ratings.data}}",
+ "activeColor": "#1e40af",
+ "size": "LARGE",
+ "maxDynamicHeight": 9000,
+ "isAllowHalf": false,
+ "minDynamicHeight": 4,
+ "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 91,
+ "bottomRow": 119,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text5",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.description}}",
+ "key": "s8x2nnrhnk",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "transparent",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pwie12lxwz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "e3t8svebdk",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "7jhkg61wuu",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "e3t8svebdk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "7cpcokj50b",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "j32coyaw4r",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "dynamicHeight": "FIXED",
+ "widgetId": "7cpcokj50b",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "topRow": 2,
+ "defaultCurrencyCode": "USD",
+ "labelWidth": 5,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "allowCurrencyChange": true,
+ "version": 1,
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetName": "CurrencyInput1",
+ "dynamicPropertyPathList": [{"key": "onBlur"}],
+ "displayName": "Currency Input",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "labelPosition": "Top",
+ "key": "56rrtkdl37",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 19,
+ "widgetId": "z1ayixhauq",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "vn0hhhi9ah",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "onBlur": "",
+ "responsiveBehavior": "fill",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 14,
+ "widgetName": "Button13",
+ "onClick": "{{filteredAstronauts_really_long.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 17,
+ "animateLoading": true,
+ "parentColumnSpace": 13.734375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "{{fetch_astronauts.data.data}}",
+ "isDisabled": false,
+ "key": "kfwc5ab4um",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "isDefaultClickDisabled": true,
+ "widgetId": "jjuqt1ifnb",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 10,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h08lbuzxas",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas5",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "nl8f1m7oav",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ko3kkb450m",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tb7gta7tfb",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "si6g5eoxgp",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "yhzhm228tu",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "g90ws31m93",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "g90ws31m93",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal2",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas6",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "t3qbm5y91f",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "w8ynayy73b",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xouwxo7b2m",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "up63zfuump",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qqi11sxegr",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "e52k9rhbo7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e52k9rhbo7",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal3",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas7",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton4",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "sug149rv39",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text8",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "r34bouucht",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button5",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "y8sdru05pv",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "l4nu1expuv",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "zvzi5jsd5u",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ljy0qzec2d",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ljy0qzec2d",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal4",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas8",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton5",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "9we1nw6waw",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "senfwwilkd",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "88f6rwgir5",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button8",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "oua6ex9wyf",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lyiz2yxss7",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sxmqnk89c",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sxmqnk89c",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal5",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "onClose"}],
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas9",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton6",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "57g8xip6m9",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "c1avbznl1f",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button9",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "cm40e67pym",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6vvcrt1z3t",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "sndkhe4bc2",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zlhoy988ce",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "zlhoy988ce",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal6",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas10",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton7",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "w88iattdtr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text11",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "d49q1jow18",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "4r2ie2z1iy",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "wy3sjg3y3r",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "76hhhkqi15",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sihk1i9j5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sihk1i9j5",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 160,
+ "bottomRow": 167,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
+ "dynamicTriggerPathList": [{"key": "onRecordingStart"}],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "ky6byinlri",
+ "isDeprecated": false,
+ "rightColumn": 18,
+ "widgetId": "1eppm1e2e6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "iconColor": "white"
+ }
+ ]
+ }
+ }],
+ "slug": "playground1",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad00"
+ }
+ ],
+ "actionCollectionList": [
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC4",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC4",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 2_TC4",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7f"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "myVar1",
+ "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC3",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "myVar1",
+ "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC3",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 2_TC3",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad81"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "locations",
+ "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC5",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "locations",
+ "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC5",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 3_TC5",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad83"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 3_TC6",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad85"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad71"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 4",
+ "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 4",
+ "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 4_TC6",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad95"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "",
- "value": ""
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "id": "--Playground_JSObject1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad87"
},
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject14",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject14",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground_JSObject14",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad89"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject15",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "",
- "value": ""
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject15",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "id": "--Playground_JSObject15",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8b"
},
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "filteredAstronauts_really_long",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject16",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject16",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground_JSObject16",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8d"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "name",
- "value": "{{Select1.selectedOptionLabel}}"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC2",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC2",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
+ "actions": []
+ },
+ "id": "Page 1_TC2",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8f"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- },
- {
- "key": "queryParameters[0].value"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "filteredAstronauts_really_long",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "selectOptions",
+ "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
+ },
+ {
+ "name": "selected",
+ "value": "''"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "selectOptions",
+ "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
+ },
+ {
+ "name": "selected",
+ "value": "''"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
+ "actions": []
+ },
+ "id": "Page 1_TC1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad91"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "name",
- "value": "{{Select1.selectedOptionLabel}}"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 1_JSObject1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad93"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- },
- {
- "key": "queryParameters[0].value"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "astronautsLog",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "astronautsLog",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground1_astronautsLog",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad97"
+ }
+ ],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#FFEBFB",
+ "icon": "flight",
+ "unpublishedCustomJSLibs": [
+ {"uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"},
+ {"uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"},
+ {"uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"},
+ {"uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"},
+ {"uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"}
],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_filteredAstronauts_really_long",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7b"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2f"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "viewMode": false,
+ "isManualUpdate": false,
+ "pages": [
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 3"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "\n",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Navigated Page"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "\n",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 4"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3d"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "fetch_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\";",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": true,
+ "id": "Page 2"
+ },
{
- "value": true
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "fetch_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\";",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 1"
+ },
{
- "value": true
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_fetch_astronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad77"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "--Playground1"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "--Playground"
+ },
{
- "value": true
+ "isDefault": false,
+ "id": "Page 5"
}
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_failingQuery",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad59"
- }
- ],
- "actionCollectionList": [
- {
- "unpublishedCollection": {
- "name": "TC4",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC4",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 2_TC4",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7f"
- },
- {
- "unpublishedCollection": {
- "name": "TC3",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC3",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 2_TC3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad81"
- },
- {
- "unpublishedCollection": {
- "name": "TC5",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
- "variables": [
- {
- "name": "locations",
- "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC5",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
- "variables": [
- {
- "name": "locations",
- "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 3_TC5",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad83"
- },
- {
- "unpublishedCollection": {
- "name": "TC6",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC6",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 3_TC6",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad85"
- },
- {
- "unpublishedCollection": {
- "name": "TC6",
- "pageId": "Page 4",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC6",
- "pageId": "Page 4",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 4_TC6",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad95"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject1",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "--Playground_JSObject1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad87"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject14",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject14",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground_JSObject14",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad89"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject15",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject15",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground_JSObject15",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8b"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject16",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject16",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "--Playground_JSObject16",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8d"
- },
- {
- "unpublishedCollection": {
- "name": "TC2",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC2",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 1_TC2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8f"
- },
- {
- "unpublishedCollection": {
- "name": "TC1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
- "variables": [
- {
- "name": "selectOptions",
- "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
- },
- {
- "name": "selected",
- "value": "''"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
- "variables": [
- {
- "name": "selectOptions",
- "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
- },
- {
- "name": "selected",
- "value": "''"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 1_TC1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad91"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 1_JSObject1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad93"
- },
- {
- "unpublishedCollection": {
- "name": "astronautsLog",
- "pageId": "--Playground1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "astronautsLog",
- "pageId": "--Playground1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground1_astronautsLog",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad97"
- }
- ],
- "editModeTheme": {
- "name": "Sharp",
- "displayName": "Sharp",
- "config": {
- "colors": {
- "primaryColor": "#3B7DDD",
- "backgroundColor": "#fff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "md": "0.375rem",
- "lg": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#F4ECDD",
- "backgroundColor": ""
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Roboto"
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "deleted": false,
+ "embedSetting": {
+ "width": "1024px",
+ "showNavigationBar": true,
+ "height": "720px"
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "isSystemTheme": false,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Sharp",
- "displayName": "Sharp",
- "config": {
- "colors": {
- "primaryColor": "#3B7DDD",
- "backgroundColor": "#fff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "md": "0.375rem",
- "lg": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#F4ECDD",
- "backgroundColor": ""
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Roboto"
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "isSystemTheme": false,
- "deleted": false
- },
- "modifiedResources" : {"isAllModified": true}
+ "name": "CE-automation-test",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [],
+ "unreadCommentThreads": 0,
+ "slug": "ce-automation-test",
+ "evaluationVersion": 2
+ }
}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/autocommit.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/autocommit.json
index c6d910ef10f4..beefa5121526 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/autocommit.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/autocommit/autocommit.json
@@ -1,2927 +1,2655 @@
{
- "moduleInstanceList": [
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "moduleUUID": "fa17f4dd-1c37-49c1-8691-853e97b0347a",
- "type": "JS_MODULE",
- "unpublishedModuleInstance": {
- "version": "0.0.1",
- "name": "JSModule11",
- "contextType": "PAGE",
- "pageId": "Page2",
- "inputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "publishedModuleInstance": {
- "version": "0.0.1",
- "name": "JSModule11",
- "contextType": "PAGE",
- "pageId": "Page2",
- "inputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "id": "Page2_JSModule11",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_57df2ae3-0ea7-42eb-b75b-a9bb605615cf"
- },
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
- "type": "QUERY_MODULE",
- "unpublishedModuleInstance": {
- "version": "0.0.1",
- "name": "QueryModule11",
- "contextType": "PAGE",
- "pageId": "Page1",
- "inputs": {},
- "moduleInputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "publishedModuleInstance": {
- "version": "0.0.1",
- "name": "QueryModule11",
- "contextType": "PAGE",
- "pageId": "Page1",
- "inputs": {},
- "moduleInputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "id": "Page1_QueryModule11",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_089c3852-5716-4af4-b4de-926a80a01669"
- },
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
- "type": "QUERY_MODULE",
- "unpublishedModuleInstance": {
- "version": "0.0.1",
- "name": "QueryModule11",
- "contextType": "PAGE",
- "pageId": "Page2",
- "inputs": {},
- "moduleInputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "publishedModuleInstance": {
- "version": "0.0.1",
- "name": "QueryModule11",
- "contextType": "PAGE",
- "pageId": "Page2",
- "inputs": {},
- "moduleInputs": {},
- "jsonPathKeys": [],
- "isValid": false,
- "invalids": [],
- "userPermissions": []
- },
- "id": "Page2_QueryModule11",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_4880055e-951c-4875-aa6a-ab04e6011870"
- }
- ],
- "sourceModuleList": [
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "packageName": "package",
- "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
- "moduleName": "QueryModule1",
- "version": "0.0.1"
- },
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "packageName": "package",
- "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
- "moduleName": "QueryModule1",
- "version": "0.0.1"
- },
- {
- "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
- "packageName": "package",
- "moduleUUID": "fa17f4dd-1c37-49c1-8691-853e97b0347a",
- "moduleName": "JSModule1",
- "version": "0.0.1"
- }
- ],
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1.0,
- "serverSchemaVersion": 7.0,
- "exportedApplication": {
- "name": "autocommit",
- "isPublic": false,
- "pages": [
- {
- "id": "Page1",
- "isDefault": true
- },
- {
- "id": "Page2",
- "isDefault": false
- }
- ],
- "publishedPages": [
- {
- "id": "Page1",
- "isDefault": true
- },
- {
- "id": "Page2",
- "isDefault": false
- }
+ "moduleInstanceList": [
+ {
+ "deleted": false,
+ "moduleUUID": "fa17f4dd-1c37-49c1-8691-853e97b0347a",
+ "unpublishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "JSModule11",
+ "userPermissions": [],
+ "pageId": "Page2",
+ "version": "0.0.1"
+ },
+ "id": "Page2_JSModule11",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "type": "JS_MODULE",
+ "gitSyncId": "6634a7ee75904c168ca44791_57df2ae3-0ea7-42eb-b75b-a9bb605615cf",
+ "publishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "JSModule11",
+ "userPermissions": [],
+ "pageId": "Page2",
+ "version": "0.0.1"
+ }
+ },
+ {
+ "deleted": false,
+ "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
+ "unpublishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "QueryModule11",
+ "moduleInputs": {},
+ "userPermissions": [],
+ "pageId": "Page1",
+ "version": "0.0.1"
+ },
+ "id": "Page1_QueryModule11",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "type": "QUERY_MODULE",
+ "gitSyncId": "6634a7ee75904c168ca44791_089c3852-5716-4af4-b4de-926a80a01669",
+ "publishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "QueryModule11",
+ "moduleInputs": {},
+ "userPermissions": [],
+ "pageId": "Page1",
+ "version": "0.0.1"
+ }
+ },
+ {
+ "deleted": false,
+ "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
+ "unpublishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "QueryModule11",
+ "moduleInputs": {},
+ "userPermissions": [],
+ "pageId": "Page2",
+ "version": "0.0.1"
+ },
+ "id": "Page2_QueryModule11",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "type": "QUERY_MODULE",
+ "gitSyncId": "6634a7ee75904c168ca44791_4880055e-951c-4875-aa6a-ab04e6011870",
+ "publishedModuleInstance": {
+ "invalids": [],
+ "jsonPathKeys": [],
+ "inputs": {},
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "QueryModule11",
+ "moduleInputs": {},
+ "userPermissions": [],
+ "pageId": "Page2",
+ "version": "0.0.1"
+ }
+ }
],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "unpublishedApplicationDetail": {
- "hiddenJSLibs": []
+ "modifiedResources": {"isAllModified": true},
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "publishedApplicationDetail": {
- "hiddenJSLibs": []
- },
- "color": "#F4FFDE",
- "slug": "autocommit",
- "unpublishedCustomJSLibs": [
- {
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"
- },
- {
- "uidString": "XMLParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js"
- }
- ],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [
- {
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "ssl": {
- "authType": "DEFAULT"
- }
+ "datasourceList": [{
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "messages": [],
+ "datasourceConfiguration": {
+ "endpoints": [{"port": 5432}],
+ "connection": {
+ "mode": "READ_WRITE",
+ "ssl": {"authType": "DEFAULT"}
+ }
},
- "endpoints": [
- {
- "port": 5432.0
- }
- ]
- },
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "62b3019260456831ead4d041_62b32d47c074aa6fdd7edb56"
- }
- ],
- "customJSLibList": [
- {
- "name": "fast-xml-parser",
- "uidString": "XMLParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js",
- "accessor": [
- "XMLParser"
- ],
- "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js",
- "version": "4.3.2",
- "defs": "{\"!name\":\"LIB/XMLParser\",\"XMLParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"addEntity\":{\"!type\":\"fn()\",\"prototype\":{}}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "jsonwebtoken",
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
- "accessor": [
- "jsonwebtoken"
- ],
- "url": "/libraries/jsonwebtoken@8.5.1.js",
- "version": "8.5.1",
- "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Page2",
- "slug": "page2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 700.0,
- "containerStyle": "none",
- "snapRows": 69.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89.0,
- "minHeight": 710.0,
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0
+ "isAutoGenerated": false,
+ "gitSyncId": "62b3019260456831ead4d041_62b32d47c074aa6fdd7edb56"
+ }],
+ "actionList": [
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": false,
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun1",
+ "pageId": "Page2",
+ "createdAt": "2024-04-25T04:58:35Z",
+ "invalids": ["No configurations found in this action"],
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "contextType": "PAGE",
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page2__$JSModule11$_JSModule1"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page2",
"deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page2",
- "slug": "page2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 700.0,
- "containerStyle": "none",
- "snapRows": 69.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89.0,
- "minHeight": 710.0,
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0
+ "pluginId": "js-plugin",
+ "moduleInstanceId": "Page2_JSModule11",
+ "isPublic": true,
+ "rootModuleInstanceId": "Page2_JSModule11",
+ "id": "Page2__$JSModule11$_JSModule1.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": false,
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun1",
+ "pageId": "Page2",
+ "createdAt": "2024-04-25T04:58:35Z",
+ "invalids": ["No configurations found in this action"],
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "contextType": "PAGE",
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page2__$JSModule11$_JSModule1"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_b45844aa-9894-4475-a1a0-afb01cd4308b"
- },
- {
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 490.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 90.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 1.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 8.0,
- "widgetName": "Input1",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 8.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 30.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "8b3b114frr",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "a8trbjjo5c",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 1.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 10.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
+ "gitSyncId": "6634a7ee75904c168ca44791_8d495292-c217-441b-8d1e-662895286d72"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": false,
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun2",
+ "pageId": "Page2",
+ "createdAt": "2024-04-25T04:58:35Z",
+ "invalids": ["No configurations found in this action"],
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 36.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 43.0,
- "widgetName": "Input2",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 42.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 39.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "nnrslzlg7p",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "lx3q92ahay",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 36.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 19.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
+ "contextType": "PAGE",
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page2__$JSModule11$_JSModule1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "moduleInstanceId": "Page2_JSModule11",
+ "isPublic": true,
+ "rootModuleInstanceId": "Page2_JSModule11",
+ "id": "Page2__$JSModule11$_JSModule1.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": false,
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun2",
+ "pageId": "Page2",
+ "createdAt": "2024-04-25T04:58:35Z",
+ "invalids": ["No configurations found in this action"],
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 42.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 57.0,
- "widgetName": "Input3",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 49.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 34.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "5l5hmeh8gw",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "h3f5ucxz09",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 50.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 14.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
+ "contextType": "PAGE",
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page2__$JSModule11$_JSModule1"
+ },
+ "gitSyncId": "6634a7ee75904c168ca44791_f9c25005-7d8f-4f70-bf67-f2d56552b858"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "createdAt": "2024-04-25T04:58:39Z",
+ "invalids": ["No configurations found in this action"],
+ "userSetOnLoad": false,
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "boxShadow": "none",
- "mobileBottomRow": 40.0,
- "widgetName": "IconButton1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 36.0,
- "bottomRow": 40.0,
- "parentRowSpace": 10.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 14.0,
- "animateLoading": true,
- "parentColumnSpace": 11.25,
- "leftColumn": 40.0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "dj45n0dugx",
- "isDeprecated": false,
- "rightColumn": 44.0,
- "iconName": "plus",
- "widgetId": "qgsw245nl8",
- "minWidth": 50.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 36.0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 10.0,
- "buttonVariant": "PRIMARY"
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "_$QueryModule11$_QueryModule1",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "pageId": "Page2"
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "moduleInstanceId": "Page2_QueryModule11",
+ "isPublic": true,
+ "rootModuleInstanceId": "Page2_QueryModule11",
+ "id": "Page2__$QueryModule11$_QueryModule1",
+ "publishedAction": {
+ "createdAt": "2024-04-25T04:58:39Z",
+ "invalids": ["No configurations found in this action"],
+ "userSetOnLoad": false,
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "onSort": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
- "topRow": 8.0,
- "isSortable": true,
- "onPageChange": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "tableData"
- },
- {
- "key": "totalRecordsCount"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.gender.computedValue"
- },
- {
- "key": "primaryColumns.dob.computedValue"
- },
- {
- "key": "primaryColumns.email.computedValue"
- },
- {
- "key": "primaryColumns.name.computedValue"
- },
- {
- "key": "primaryColumns.EditActions1.saveButtonColor"
- },
- {
- "key": "primaryColumns.EditActions1.saveBorderRadius"
- },
- {
- "key": "primaryColumns.EditActions1.discardBorderRadius"
- },
- {
- "key": "primaryColumns.EditActions1.isSaveDisabled"
- },
- {
- "key": "primaryColumns.EditActions1.isDiscardDisabled"
- },
- {
- "key": "primaryColumns.createdAt.computedValue"
- },
- {
- "key": "primaryColumns.updatedAt.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.avatar.computedValue"
- },
- {
- "key": "primaryColumns.address.computedValue"
- },
- {
- "key": "primaryColumns.role.computedValue"
- },
- {
- "key": "primaryColumns.phoneNo.computedValue"
- }
- ],
- "needsHeightForContent": true,
- "leftColumn": 10.0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0.0,
- "showInlineEditingOptionDropdown": true,
- "flexVerticalAlignment": "start",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 2.0,
- "totalRecordsCount": "{{Total_record_public_users1.data[0].count}}",
- "tags": [
- "Suggested",
- "Display"
- ],
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "iconButton": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "menuButton": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "menuColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnUpdatedAt": 1.714726905161E12,
- "primaryColumnId": "id",
- "defaultSelectedRowIndices": [
- 0.0
- ],
- "mobileBottomRow": 36.0,
- "widgetName": "Table1",
- "defaultPageSize": 0.0,
- "columnOrder": [
- "id",
- "gender",
- "dob",
- "email",
- "name",
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "address",
- "role",
- "phoneNo",
- "EditActions1"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.EditActions1.isSaveDisabled"
- },
- {
- "key": "primaryColumns.EditActions1.isDiscardDisabled"
- }
- ],
- "displayName": "Table",
- "bottomRow": 36.0,
- "columnWidthMap": {},
- "parentRowSpace": 10.0,
- "hideCard": false,
- "onAddNewRowSave": "{{Insert_public_users1.run(() => {\n showAlert(\"Successfully created!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}",
- "mobileRightColumn": 44.0,
- "parentColumnSpace": 11.25,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- },
- {
- "key": "onSort"
- },
- {
- "key": "onAddNewRowSave"
- },
- {
- "key": "primaryColumns.EditActions1.onSave"
- }
- ],
- "borderWidth": "1",
- "primaryColumns": {
- "EditActions1": {
- "computedValue": "",
- "saveButtonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
- "discardIconAlign": "left",
- "isSaveDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "EditActions1",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "EditActions1",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "discardButtonColor": "#F22B2B",
- "validation": {},
- "isCellVisible": true,
- "isDerived": true,
- "textSize": "0.875rem",
- "onSave": "{{Update_public_users1.run(() => {\n showAlert(\"Successfully saved!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}",
- "discardButtonVariant": "TERTIARY",
- "buttonStyle": "rgb(3, 179, 101)",
- "allowCellWrapping": false,
- "index": 10.0,
- "isDiscardVisible": true,
- "isDiscardDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
- "isVisible": true,
- "label": "Save / Discard",
- "discardActionLabel": "Discard",
- "columnType": "editActions",
- "thousandSeparator": true,
- "saveActionLabel": "Save",
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "saveBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "width": 150.0,
- "enableFilter": true,
- "sticky": "right",
- "saveIconAlign": "left",
- "originalId": "EditActions1",
- "discardBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "address": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "address",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "address",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 8.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "address",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "address",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "role": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "role",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "role",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 9.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "role",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "role",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "gender": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "gender",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "gender",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 1.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "gender",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "gender",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "avatar": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "avatar",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "avatar",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 6.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "avatar",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "avatar",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "phoneNo": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "phoneNo",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "phoneNo",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 11.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "phoneNo",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "phoneNo",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "createdAt": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "createdAt",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "createdAt",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 2.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "createdAt",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "createdAt",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "dob": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "dob",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "dob",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 4.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "dob",
- "columnType": "date",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "dob",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "name": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "name",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "name",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 9.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "name",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "name",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "id": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "id",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "id",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 0.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "id",
- "columnType": "number",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "id",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "email": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "email",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "email",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 6.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "email",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "email",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "updatedAt": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "updatedAt",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "updatedAt",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 3.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "updatedAt",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "updatedAt",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "status": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "status",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "status",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 4.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "status",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "status",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- }
- },
- "key": "asxavmesz9",
- "canFreezeColumn": true,
- "isDeprecated": false,
- "rightColumn": 44.0,
- "textSize": "0.875rem",
- "widgetId": "oij05bwell",
- "allowAddNewRow": true,
- "minWidth": 450.0,
- "tableData": "{{Select_public_users1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "mobileTopRow": 8.0,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 10.0,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- }
- ]
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "_$QueryModule11$_QueryModule1",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "pageId": "Page2"
},
- "layoutOnLoadActions": [
- [
- {
- "id": "Page1_Select_public_users1",
- "name": "Select_public_users1",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [
+ "gitSyncId": "6634a7ee75904c168ca44791_fbf5eec1-67e9-4d83-ba9f-372219249bdd"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT\n *\nFROM\n public.users\nORDER BY\n \"{{Table1.sortOrder.column || 'id'}}\" {{Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"}}\nLIMIT\n {{Table1.pageSize}}\nOFFSET\n {{Table1.pageOffset}}",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:15Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
"Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
"Table1.sortOrder.column || 'id'",
"Table1.pageSize",
"Table1.pageOffset"
- ],
- "timeoutInMillisecond": 10000.0
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "id": "Page1_Total_record_public_users1",
- "name": "Total_record_public_users1",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page1",
+ "name": "Select_public_users1",
+ "messages": []
+ },
"deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 490.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 90.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 1.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 8.0,
- "widgetName": "Input1",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 8.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 30.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "8b3b114frr",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "a8trbjjo5c",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 1.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 10.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
+ "pluginId": "postgres-plugin",
+ "id": "Page1_Select_public_users1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT\n *\nFROM\n public.users\nORDER BY\n \"{{Table1.sortOrder.column || 'id'}}\" {{Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"}}\nLIMIT\n {{Table1.pageSize}}\nOFFSET\n {{Table1.pageOffset}}",
+ "pluginSpecifiedTemplates": [{"value": false}]
},
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 36.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 43.0,
- "widgetName": "Input2",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 42.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 39.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "nnrslzlg7p",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "lx3q92ahay",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 36.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 19.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 42.0,
- "labelWidth": 5.0,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 10.0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2.0,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 57.0,
- "widgetName": "Input3",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 49.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 34.0,
- "parentColumnSpace": 11.25,
- "labelPosition": "Top",
- "key": "5l5hmeh8gw",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "widgetId": "h3f5ucxz09",
- "minWidth": 450.0,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 50.0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 14.0,
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 40.0,
- "widgetName": "IconButton1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 36.0,
- "bottomRow": 40.0,
- "parentRowSpace": 10.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 14.0,
- "animateLoading": true,
- "parentColumnSpace": 11.25,
- "leftColumn": 40.0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "dj45n0dugx",
- "isDeprecated": false,
- "rightColumn": 44.0,
- "iconName": "plus",
- "widgetId": "qgsw245nl8",
- "minWidth": 50.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 36.0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 10.0,
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "onSort": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
- "topRow": 8.0,
- "isSortable": true,
- "onPageChange": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "tableData"
- },
- {
- "key": "totalRecordsCount"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.gender.computedValue"
- },
- {
- "key": "primaryColumns.dob.computedValue"
- },
- {
- "key": "primaryColumns.email.computedValue"
- },
- {
- "key": "primaryColumns.name.computedValue"
- },
- {
- "key": "primaryColumns.EditActions1.saveButtonColor"
- },
- {
- "key": "primaryColumns.EditActions1.saveBorderRadius"
- },
- {
- "key": "primaryColumns.EditActions1.discardBorderRadius"
- },
- {
- "key": "primaryColumns.EditActions1.isSaveDisabled"
- },
- {
- "key": "primaryColumns.EditActions1.isDiscardDisabled"
- },
- {
- "key": "primaryColumns.createdAt.computedValue"
- },
- {
- "key": "primaryColumns.updatedAt.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.avatar.computedValue"
- },
- {
- "key": "primaryColumns.address.computedValue"
- },
- {
- "key": "primaryColumns.role.computedValue"
- },
- {
- "key": "primaryColumns.phoneNo.computedValue"
- }
- ],
- "needsHeightForContent": true,
- "leftColumn": 10.0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0.0,
- "showInlineEditingOptionDropdown": true,
- "flexVerticalAlignment": "start",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 2.0,
- "totalRecordsCount": "{{Total_record_public_users1.data[0].count}}",
- "tags": [
- "Suggested",
- "Display"
- ],
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "iconButton": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "menuButton": {
- "boxShadow": "none",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "menuColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnUpdatedAt": 1.714726905161E12,
- "primaryColumnId": "id",
- "defaultSelectedRowIndices": [
- 0.0
- ],
- "mobileBottomRow": 36.0,
- "widgetName": "Table1",
- "defaultPageSize": 0.0,
- "columnOrder": [
- "id",
- "gender",
- "dob",
- "email",
- "name",
- "createdAt",
- "updatedAt",
- "status",
- "avatar",
- "address",
- "role",
- "phoneNo",
- "EditActions1"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.EditActions1.isSaveDisabled"
- },
- {
- "key": "primaryColumns.EditActions1.isDiscardDisabled"
- }
- ],
- "displayName": "Table",
- "bottomRow": 36.0,
- "columnWidthMap": {},
- "parentRowSpace": 10.0,
- "hideCard": false,
- "onAddNewRowSave": "{{Insert_public_users1.run(() => {\n showAlert(\"Successfully created!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}",
- "mobileRightColumn": 44.0,
- "parentColumnSpace": 11.25,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- },
- {
- "key": "onSort"
- },
- {
- "key": "onAddNewRowSave"
- },
- {
- "key": "primaryColumns.EditActions1.onSave"
- }
- ],
- "borderWidth": "1",
- "primaryColumns": {
- "EditActions1": {
- "computedValue": "",
- "saveButtonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
- "discardIconAlign": "left",
- "isSaveDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "EditActions1",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "EditActions1",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "discardButtonColor": "#F22B2B",
- "validation": {},
- "isCellVisible": true,
- "isDerived": true,
- "textSize": "0.875rem",
- "onSave": "{{Update_public_users1.run(() => {\n showAlert(\"Successfully saved!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}",
- "discardButtonVariant": "TERTIARY",
- "buttonStyle": "rgb(3, 179, 101)",
- "allowCellWrapping": false,
- "index": 10.0,
- "isDiscardVisible": true,
- "isDiscardDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
- "isVisible": true,
- "label": "Save / Discard",
- "discardActionLabel": "Discard",
- "columnType": "editActions",
- "thousandSeparator": true,
- "saveActionLabel": "Save",
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "saveBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "width": 150.0,
- "enableFilter": true,
- "sticky": "right",
- "saveIconAlign": "left",
- "originalId": "EditActions1",
- "discardBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "address": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "address",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "address",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 8.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "address",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "address",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "role": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "role",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "role",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 9.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "role",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "role",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "gender": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "gender",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "gender",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 1.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "gender",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "gender",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "avatar": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "avatar",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "avatar",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 6.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "avatar",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "avatar",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "phoneNo": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "phoneNo",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "phoneNo",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 11.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "phoneNo",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "phoneNo",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "createdAt": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "createdAt",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "createdAt",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 2.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "createdAt",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "createdAt",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "dob": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "dob",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "dob",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 4.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "dob",
- "columnType": "date",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "dob",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "name": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "name",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "name",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 9.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "name",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "name",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "id": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "id",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "id",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 0.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "id",
- "columnType": "number",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "id",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "email": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}",
- "isEditable": true,
- "notation": "standard",
- "alias": "email",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "email",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 6.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "email",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": true,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "email",
- "currencyCode": "USD",
- "verticalAlignment": "CENTER"
- },
- "updatedAt": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "updatedAt",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "updatedAt",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 3.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "updatedAt",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "updatedAt",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- },
- "status": {
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "isEditable": false,
- "notation": "standard",
- "alias": "status",
- "enableSort": true,
- "isSaveVisible": true,
- "id": "status",
- "isDisabled": false,
- "allowSameOptionsInNewRow": true,
- "validation": {},
- "isCellVisible": true,
- "isDerived": false,
- "textSize": "0.875rem",
- "allowCellWrapping": false,
- "index": 4.0,
- "isDiscardVisible": true,
- "isVisible": true,
- "label": "status",
- "fontStyle": "",
- "textColor": "",
- "columnType": "text",
- "thousandSeparator": true,
- "horizontalAlignment": "LEFT",
- "isCellEditable": false,
- "decimals": 0.0,
- "width": 150.0,
- "enableFilter": true,
- "sticky": "",
- "originalId": "status",
- "currencyCode": "USD",
- "cellBackground": "",
- "verticalAlignment": "CENTER"
- }
- },
- "key": "asxavmesz9",
- "canFreezeColumn": true,
- "isDeprecated": false,
- "rightColumn": 44.0,
- "textSize": "0.875rem",
- "widgetId": "oij05bwell",
- "allowAddNewRow": true,
- "minWidth": 450.0,
- "tableData": "{{Select_public_users1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "mobileTopRow": 8.0,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 10.0,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page1_Select_public_users1",
- "name": "Select_public_users1",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:15Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
"Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
"Table1.sortOrder.column || 'id'",
"Table1.pageSize",
"Table1.pageOffset"
- ],
- "timeoutInMillisecond": 10000.0
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "id": "Page1_Total_record_public_users1",
- "name": "Total_record_public_users1",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "65f6faeadf34416ea132fa23_65f6faeadf34416ea132fa25"
- }
- ],
- "actionList": [
- {
- "moduleInstanceId": "Page2_JSModule11",
- "isPublic": true,
- "rootModuleInstanceId": "Page2_JSModule11",
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page2",
- "contextType": "PAGE",
- "collectionId": "Page2__$JSModule11$_JSModule1",
- "executeOnLoad": false,
- "clientSideExecution": true,
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:35Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page2",
- "contextType": "PAGE",
- "collectionId": "Page2__$JSModule11$_JSModule1",
- "executeOnLoad": false,
- "clientSideExecution": true,
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:35Z"
- },
- "id": "Page2__$JSModule11$_JSModule1.myFun1",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_8d495292-c217-441b-8d1e-662895286d72"
- },
- {
- "moduleInstanceId": "Page2_JSModule11",
- "isPublic": true,
- "rootModuleInstanceId": "Page2_JSModule11",
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page2",
- "contextType": "PAGE",
- "collectionId": "Page2__$JSModule11$_JSModule1",
- "executeOnLoad": false,
- "clientSideExecution": true,
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:35Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "_$JSModule11$_JSModule1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page2",
- "contextType": "PAGE",
- "collectionId": "Page2__$JSModule11$_JSModule1",
- "executeOnLoad": false,
- "clientSideExecution": true,
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:35Z"
- },
- "id": "Page2__$JSModule11$_JSModule1.myFun2",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_f9c25005-7d8f-4f70-bf67-f2d56552b858"
- },
- {
- "moduleInstanceId": "Page2_QueryModule11",
- "isPublic": true,
- "rootModuleInstanceId": "Page2_QueryModule11",
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "_$QueryModule11$_QueryModule1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page2",
- "contextType": "PAGE",
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:39Z"
- },
- "publishedAction": {
- "name": "_$QueryModule11$_QueryModule1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "name": "Select_public_users1",
+ "messages": []
+ },
+ "gitSyncId": "65f6faeadf34416ea132fa23_65fc16ffcff75c68df8ac4eb"
},
- "pageId": "Page2",
- "contextType": "PAGE",
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:39Z"
- },
- "id": "Page2__$QueryModule11$_QueryModule1",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_fbf5eec1-67e9-4d83-ba9f-372219249bdd"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "Select_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT COUNT(*) from public.users;",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:15Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Total_record_public_users1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Page1_Total_record_public_users1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT COUNT(*) from public.users;",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:15Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Total_record_public_users1",
+ "messages": []
+ },
+ "gitSyncId": "65f6faeadf34416ea132fa23_65fc16ffcff75c68df8ac4ea"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT\n *\nFROM\n public.users\nORDER BY\n \"{{Table1.sortOrder.column || 'id'}}\" {{Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"}}\nLIMIT\n {{Table1.pageSize}}\nOFFSET\n {{Table1.pageOffset}}",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "createdAt": "2024-04-25T04:58:39Z",
+ "invalids": ["No configurations found in this action"],
+ "userSetOnLoad": false,
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "_$QueryModule11$_QueryModule1",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "moduleInstanceId": "Page1_QueryModule11",
+ "isPublic": true,
+ "rootModuleInstanceId": "Page1_QueryModule11",
+ "id": "Page1__$QueryModule11$_QueryModule1",
+ "publishedAction": {
+ "createdAt": "2024-04-25T04:58:39Z",
+ "invalids": ["No configurations found in this action"],
+ "userSetOnLoad": false,
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "contextType": "PAGE",
+ "isValid": false,
+ "name": "_$QueryModule11$_QueryModule1",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "gitSyncId": "6634a7ee75904c168ca44791_efe025a1-7f9f-4bff-9836-53d23558f11c"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
- "Table1.sortOrder.column || 'id'",
- "Table1.pageSize",
- "Table1.pageOffset"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:15Z"
- },
- "publishedAction": {
- "name": "Select_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.users (\"gender\",\"latitude\",\"longitude\",\"dob\",\"phone\",\"email\",\"image\",\"country\",\"name\",\"created_at\",\"updated_at\") VALUES ('{{(Table1.newRow || {}).gender}}','{{(Table1.newRow || {}).latitude}}','{{(Table1.newRow || {}).longitude}}','{{(Table1.newRow || {}).dob}}','{{(Table1.newRow || {}).phone}}','{{(Table1.newRow || {}).email}}','{{(Table1.newRow || {}).image}}','{{(Table1.newRow || {}).country}}','{{(Table1.newRow || {}).name}}','{{(Table1.newRow || {}).created_at}}','{{(Table1.newRow || {}).updated_at}}')",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(Table1.newRow || {}).phone",
+ "(Table1.newRow || {}).latitude",
+ "(Table1.newRow || {}).created_at",
+ "(Table1.newRow || {}).email",
+ "(Table1.newRow || {}).name",
+ "(Table1.newRow || {}).dob",
+ "(Table1.newRow || {}).updated_at",
+ "(Table1.newRow || {}).gender",
+ "(Table1.newRow || {}).longitude",
+ "(Table1.newRow || {}).image",
+ "(Table1.newRow || {}).country"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Insert_public_users1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Page1_Insert_public_users1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "INSERT INTO public.users (\"gender\",\"latitude\",\"longitude\",\"dob\",\"phone\",\"email\",\"image\",\"country\",\"name\",\"created_at\",\"updated_at\") VALUES ('{{(Table1.newRow || {}).gender}}','{{(Table1.newRow || {}).latitude}}','{{(Table1.newRow || {}).longitude}}','{{(Table1.newRow || {}).dob}}','{{(Table1.newRow || {}).phone}}','{{(Table1.newRow || {}).email}}','{{(Table1.newRow || {}).image}}','{{(Table1.newRow || {}).country}}','{{(Table1.newRow || {}).name}}','{{(Table1.newRow || {}).created_at}}','{{(Table1.newRow || {}).updated_at}}')",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(Table1.newRow || {}).phone",
+ "(Table1.newRow || {}).latitude",
+ "(Table1.newRow || {}).created_at",
+ "(Table1.newRow || {}).email",
+ "(Table1.newRow || {}).name",
+ "(Table1.newRow || {}).dob",
+ "(Table1.newRow || {}).updated_at",
+ "(Table1.newRow || {}).gender",
+ "(Table1.newRow || {}).longitude",
+ "(Table1.newRow || {}).image",
+ "(Table1.newRow || {}).country"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Insert_public_users1",
+ "messages": []
+ },
+ "gitSyncId": "65f6faeadf34416ea132fa23_65fc1703cff75c68df8ac4f5"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT\n *\nFROM\n public.users\nORDER BY\n \"{{Table1.sortOrder.column || 'id'}}\" {{Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"}}\nLIMIT\n {{Table1.pageSize}}\nOFFSET\n {{Table1.pageOffset}}",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.users SET \"gender\"= '{{Table1.updatedRow.gender}}', \"latitude\"= '{{Table1.updatedRow.latitude}}', \"longitude\"= '{{Table1.updatedRow.longitude}}', \"dob\"= '{{Table1.updatedRow.dob}}', \"phone\"= '{{Table1.updatedRow.phone}}', \"email\"= '{{Table1.updatedRow.email}}', \"image\"= '{{Table1.updatedRow.image}}', \"country\"= '{{Table1.updatedRow.country}}', \"name\"= '{{Table1.updatedRow.name}}', \"created_at\"= '{{Table1.updatedRow.created_at}}', \"updated_at\"= '{{Table1.updatedRow.updated_at}}' WHERE \"id\"= {{Table1.updatedRow.id}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Table1.updatedRow.id",
+ "Table1.updatedRow.gender",
+ "Table1.updatedRow.phone",
+ "Table1.updatedRow.name",
+ "Table1.updatedRow.latitude",
+ "Table1.updatedRow.email",
+ "Table1.updatedRow.updated_at",
+ "Table1.updatedRow.dob",
+ "Table1.updatedRow.created_at",
+ "Table1.updatedRow.country",
+ "Table1.updatedRow.longitude",
+ "Table1.updatedRow.image"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Update_public_users1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Page1_Update_public_users1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE public.users SET \"gender\"= '{{Table1.updatedRow.gender}}', \"latitude\"= '{{Table1.updatedRow.latitude}}', \"longitude\"= '{{Table1.updatedRow.longitude}}', \"dob\"= '{{Table1.updatedRow.dob}}', \"phone\"= '{{Table1.updatedRow.phone}}', \"email\"= '{{Table1.updatedRow.email}}', \"image\"= '{{Table1.updatedRow.image}}', \"country\"= '{{Table1.updatedRow.country}}', \"name\"= '{{Table1.updatedRow.name}}', \"created_at\"= '{{Table1.updatedRow.created_at}}', \"updated_at\"= '{{Table1.updatedRow.updated_at}}' WHERE \"id\"= {{Table1.updatedRow.id}};",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page1",
+ "createdAt": "2024-03-21T11:16:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Table1.updatedRow.id",
+ "Table1.updatedRow.gender",
+ "Table1.updatedRow.phone",
+ "Table1.updatedRow.name",
+ "Table1.updatedRow.latitude",
+ "Table1.updatedRow.email",
+ "Table1.updatedRow.updated_at",
+ "Table1.updatedRow.dob",
+ "Table1.updatedRow.created_at",
+ "Table1.updatedRow.country",
+ "Table1.updatedRow.longitude",
+ "Table1.updatedRow.image"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Users",
+ "policies": [],
+ "messages": [],
+ "id": "Users",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Update_public_users1",
+ "messages": []
+ },
+ "gitSyncId": "65f6faeadf34416ea132fa23_65fc1703cff75c68df8ac4f4"
+ }
+ ],
+ "clientSchemaVersion": 1,
+ "customJSLibList": [
+ {
+ "defs": "{\"!name\":\"LIB/XMLParser\",\"XMLParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"addEntity\":{\"!type\":\"fn()\",\"prototype\":{}}}}}",
+ "deleted": false,
+ "name": "fast-xml-parser",
+ "accessor": ["XMLParser"],
+ "policies": [],
+ "uidString": "XMLParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js",
+ "userPermissions": [],
+ "version": "4.3.2",
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
- "Table1.sortOrder.column || 'id'",
- "Table1.pageSize",
- "Table1.pageOffset"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:15Z"
- },
- "id": "Page1_Select_public_users1",
- "deleted": false,
- "gitSyncId": "65f6faeadf34416ea132fa23_65fc16ffcff75c68df8ac4eb"
+ {
+ "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "jsonwebtoken",
+ "accessor": ["jsonwebtoken"],
+ "policies": [],
+ "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
+ "userPermissions": [],
+ "version": "8.5.1",
+ "url": "/libraries/jsonwebtoken@8.5.1.js"
+ }
+ ],
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "Total_record_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "serverSchemaVersion": 7,
+ "sourceModuleList": [
+ {
+ "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
+ "moduleName": "QueryModule1",
+ "packageName": "package",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "version": "0.0.1"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT COUNT(*) from public.users;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:15Z"
- },
- "publishedAction": {
- "name": "Total_record_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "moduleUUID": "47bfbc79-d417-4672-babe-dff947a31d25",
+ "moduleName": "QueryModule1",
+ "packageName": "package",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "version": "0.0.1"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT COUNT(*) from public.users;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
+ {
+ "moduleUUID": "fa17f4dd-1c37-49c1-8691-853e97b0347a",
+ "moduleName": "JSModule1",
+ "packageName": "package",
+ "packageUUID": "4cbbc9dc-a0de-4f56-9dcb-0cddefeb7ce8",
+ "version": "0.0.1"
+ }
+ ],
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 700,
+ "containerStyle": "none",
+ "snapRows": 69,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 710,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0
+ }
+ }],
+ "slug": "page2"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 700,
+ "containerStyle": "none",
+ "snapRows": 69,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 710,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0
+ }
+ }],
+ "slug": "page2"
+ },
+ "gitSyncId": "6634a7ee75904c168ca44791_b45844aa-9894-4475-a1a0-afb01cd4308b"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:15Z"
- },
- "id": "Page1_Total_record_public_users1",
- "deleted": false,
- "gitSyncId": "65f6faeadf34416ea132fa23_65fc16ffcff75c68df8ac4ea"
- },
- {
- "moduleInstanceId": "Page1_QueryModule11",
- "isPublic": true,
- "rootModuleInstanceId": "Page1_QueryModule11",
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "_$QueryModule11$_QueryModule1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
+ "Table1.sortOrder.column || 'id'",
+ "Table1.pageSize",
+ "Table1.pageOffset"
+ ],
+ "name": "Select_public_users1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page1_Select_public_users1"
+ },
+ {
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Total_record_public_users1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page1_Total_record_public_users1"
+ }
+ ]],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 490,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 90,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 1,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 8,
+ "widgetName": "Input1",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 30,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "8b3b114frr",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "a8trbjjo5c",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 10,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 36,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 43,
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 39,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "nnrslzlg7p",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "lx3q92ahay",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 36,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 19,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 42,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 57,
+ "widgetName": "Input3",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 34,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "5l5hmeh8gw",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "h3f5ucxz09",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 50,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 14,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 40,
+ "widgetName": "IconButton1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 36,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 14,
+ "animateLoading": true,
+ "parentColumnSpace": 11.25,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "dj45n0dugx",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "plus",
+ "widgetId": "qgsw245nl8",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 36,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 10,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "onSort": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
+ "topRow": 8,
+ "isSortable": true,
+ "onPageChange": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "tableData"},
+ {"key": "totalRecordsCount"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.gender.computedValue"},
+ {"key": "primaryColumns.dob.computedValue"},
+ {"key": "primaryColumns.email.computedValue"},
+ {"key": "primaryColumns.name.computedValue"},
+ {"key": "primaryColumns.EditActions1.saveButtonColor"},
+ {"key": "primaryColumns.EditActions1.saveBorderRadius"},
+ {"key": "primaryColumns.EditActions1.discardBorderRadius"},
+ {"key": "primaryColumns.EditActions1.isSaveDisabled"},
+ {"key": "primaryColumns.EditActions1.isDiscardDisabled"},
+ {"key": "primaryColumns.createdAt.computedValue"},
+ {"key": "primaryColumns.updatedAt.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.avatar.computedValue"},
+ {"key": "primaryColumns.address.computedValue"},
+ {"key": "primaryColumns.role.computedValue"},
+ {"key": "primaryColumns.phoneNo.computedValue"}
+ ],
+ "needsHeightForContent": true,
+ "leftColumn": 10,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "showInlineEditingOptionDropdown": true,
+ "flexVerticalAlignment": "start",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 2,
+ "totalRecordsCount": "{{Total_record_public_users1.data[0].count}}",
+ "tags": [
+ "Suggested",
+ "Display"
+ ],
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnUpdatedAt": 1714726905161,
+ "primaryColumnId": "id",
+ "defaultSelectedRowIndices": [0],
+ "mobileBottomRow": 36,
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "id",
+ "gender",
+ "dob",
+ "email",
+ "name",
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "address",
+ "role",
+ "phoneNo",
+ "EditActions1"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.EditActions1.isSaveDisabled"},
+ {"key": "primaryColumns.EditActions1.isDiscardDisabled"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 36,
+ "columnWidthMap": {},
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "onAddNewRowSave": "{{Insert_public_users1.run(() => {\n showAlert(\"Successfully created!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}",
+ "mobileRightColumn": 44,
+ "parentColumnSpace": 11.25,
+ "dynamicTriggerPathList": [
+ {"key": "onPageChange"},
+ {"key": "onSort"},
+ {"key": "onAddNewRowSave"},
+ {"key": "primaryColumns.EditActions1.onSave"}
+ ],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "EditActions1": {
+ "computedValue": "",
+ "saveButtonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "discardIconAlign": "left",
+ "isSaveDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "EditActions1",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "EditActions1",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "discardButtonColor": "#F22B2B",
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": true,
+ "textSize": "0.875rem",
+ "onSave": "{{Update_public_users1.run(() => {\n showAlert(\"Successfully saved!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}",
+ "discardButtonVariant": "TERTIARY",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isDiscardDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
+ "isVisible": true,
+ "label": "Save / Discard",
+ "discardActionLabel": "Discard",
+ "columnType": "editActions",
+ "thousandSeparator": true,
+ "saveActionLabel": "Save",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "saveBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "saveIconAlign": "left",
+ "originalId": "EditActions1",
+ "discardBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "address": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "address",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "address",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 8,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "address",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "address",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "role": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "role",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "role",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "role",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "role",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "gender": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "gender",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "gender",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 1,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "gender",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "gender",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "avatar": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "avatar",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "avatar",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "avatar",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "avatar",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "phoneNo": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "phoneNo",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "phoneNo",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 11,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "phoneNo",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "phoneNo",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "createdAt": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "createdAt",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "createdAt",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 2,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "createdAt",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "createdAt",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "dob": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "dob",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "dob",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "dob",
+ "columnType": "date",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "dob",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "name": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "name",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "name",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "name",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "name",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "id": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 0,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "number",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "id",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "email": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "email",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "email",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "email",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "email",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "updatedAt": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "updatedAt",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "updatedAt",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 3,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "updatedAt",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "updatedAt",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "status",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "status",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "status",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "status",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "asxavmesz9",
+ "canFreezeColumn": true,
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textSize": "0.875rem",
+ "widgetId": "oij05bwell",
+ "allowAddNewRow": true,
+ "minWidth": 450,
+ "tableData": "{{Select_public_users1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "mobileTopRow": 8,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 10,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page1"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Table1.sortOrder.order !== \"desc\" ? \"\" : \"DESC\"",
+ "Table1.sortOrder.column || 'id'",
+ "Table1.pageSize",
+ "Table1.pageOffset"
+ ],
+ "name": "Select_public_users1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page1_Select_public_users1"
+ },
+ {
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Total_record_public_users1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page1_Total_record_public_users1"
+ }
+ ]],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 490,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 90,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 1,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 8,
+ "widgetName": "Input1",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 30,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "8b3b114frr",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "a8trbjjo5c",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 10,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 36,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 43,
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 39,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "nnrslzlg7p",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "lx3q92ahay",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 36,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 19,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 42,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 57,
+ "widgetName": "Input3",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 34,
+ "parentColumnSpace": 11.25,
+ "labelPosition": "Top",
+ "key": "5l5hmeh8gw",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "h3f5ucxz09",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 50,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 14,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 40,
+ "widgetName": "IconButton1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 36,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 14,
+ "animateLoading": true,
+ "parentColumnSpace": 11.25,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "dj45n0dugx",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "plus",
+ "widgetId": "qgsw245nl8",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 36,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 10,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "onSort": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
+ "topRow": 8,
+ "isSortable": true,
+ "onPageChange": "{{\n Select_public_users1.run();\n Total_record_public_users1.run()\n }}",
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "tableData"},
+ {"key": "totalRecordsCount"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.gender.computedValue"},
+ {"key": "primaryColumns.dob.computedValue"},
+ {"key": "primaryColumns.email.computedValue"},
+ {"key": "primaryColumns.name.computedValue"},
+ {"key": "primaryColumns.EditActions1.saveButtonColor"},
+ {"key": "primaryColumns.EditActions1.saveBorderRadius"},
+ {"key": "primaryColumns.EditActions1.discardBorderRadius"},
+ {"key": "primaryColumns.EditActions1.isSaveDisabled"},
+ {"key": "primaryColumns.EditActions1.isDiscardDisabled"},
+ {"key": "primaryColumns.createdAt.computedValue"},
+ {"key": "primaryColumns.updatedAt.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.avatar.computedValue"},
+ {"key": "primaryColumns.address.computedValue"},
+ {"key": "primaryColumns.role.computedValue"},
+ {"key": "primaryColumns.phoneNo.computedValue"}
+ ],
+ "needsHeightForContent": true,
+ "leftColumn": 10,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "showInlineEditingOptionDropdown": true,
+ "flexVerticalAlignment": "start",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 2,
+ "totalRecordsCount": "{{Total_record_public_users1.data[0].count}}",
+ "tags": [
+ "Suggested",
+ "Display"
+ ],
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnUpdatedAt": 1714726905161,
+ "primaryColumnId": "id",
+ "defaultSelectedRowIndices": [0],
+ "mobileBottomRow": 36,
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "id",
+ "gender",
+ "dob",
+ "email",
+ "name",
+ "createdAt",
+ "updatedAt",
+ "status",
+ "avatar",
+ "address",
+ "role",
+ "phoneNo",
+ "EditActions1"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.EditActions1.isSaveDisabled"},
+ {"key": "primaryColumns.EditActions1.isDiscardDisabled"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 36,
+ "columnWidthMap": {},
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "onAddNewRowSave": "{{Insert_public_users1.run(() => {\n showAlert(\"Successfully created!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}",
+ "mobileRightColumn": 44,
+ "parentColumnSpace": 11.25,
+ "dynamicTriggerPathList": [
+ {"key": "onPageChange"},
+ {"key": "onSort"},
+ {"key": "onAddNewRowSave"},
+ {"key": "primaryColumns.EditActions1.onSave"}
+ ],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "EditActions1": {
+ "computedValue": "",
+ "saveButtonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "discardIconAlign": "left",
+ "isSaveDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "EditActions1",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "EditActions1",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "discardButtonColor": "#F22B2B",
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": true,
+ "textSize": "0.875rem",
+ "onSave": "{{Update_public_users1.run(() => {\n showAlert(\"Successfully saved!\");\n Select_public_users1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}",
+ "discardButtonVariant": "TERTIARY",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isDiscardDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}",
+ "isVisible": true,
+ "label": "Save / Discard",
+ "discardActionLabel": "Discard",
+ "columnType": "editActions",
+ "thousandSeparator": true,
+ "saveActionLabel": "Save",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "saveBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "right",
+ "saveIconAlign": "left",
+ "originalId": "EditActions1",
+ "discardBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "address": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "address",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "address",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 8,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "address",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "address",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "role": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "role",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "role",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "role",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "role",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "gender": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "gender",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "gender",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 1,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "gender",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "gender",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "avatar": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "avatar",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "avatar",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "avatar",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "avatar",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "phoneNo": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "phoneNo",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "phoneNo",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 11,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "phoneNo",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "phoneNo",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "createdAt": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "createdAt",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "createdAt",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 2,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "createdAt",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "createdAt",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "dob": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "dob",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "dob",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "dob",
+ "columnType": "date",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "dob",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "name": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "name",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "name",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "name",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "name",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "id": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 0,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "number",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "id",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "email": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}",
+ "isEditable": true,
+ "notation": "standard",
+ "alias": "email",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "email",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "email",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": true,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "email",
+ "currencyCode": "USD",
+ "verticalAlignment": "CENTER"
+ },
+ "updatedAt": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "updatedAt",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "updatedAt",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 3,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "updatedAt",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "updatedAt",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "isEditable": false,
+ "notation": "standard",
+ "alias": "status",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "status",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "status",
+ "fontStyle": "",
+ "textColor": "",
+ "columnType": "text",
+ "thousandSeparator": true,
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "decimals": 0,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "status",
+ "currencyCode": "USD",
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "asxavmesz9",
+ "canFreezeColumn": true,
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textSize": "0.875rem",
+ "widgetId": "oij05bwell",
+ "allowAddNewRow": true,
+ "minWidth": 450,
+ "tableData": "{{Select_public_users1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "mobileTopRow": 8,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 10,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page1"
+ },
+ "gitSyncId": "65f6faeadf34416ea132fa23_65f6faeadf34416ea132fa25"
+ }
+ ],
+ "actionCollectionList": [{
+ "deleted": false,
+ "moduleInstanceId": "Page2_JSModule11",
+ "isPublic": true,
+ "rootModuleInstanceId": "Page2_JSModule11",
+ "publishedCollection": {
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "contextType": "PAGE",
+ "name": "_$JSModule11$_JSModule1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page2",
+ "actions": []
},
- "pageId": "Page1",
- "contextType": "PAGE",
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
- ],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:39Z"
- },
- "publishedAction": {
- "name": "_$QueryModule11$_QueryModule1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "unpublishedCollection": {
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "contextType": "PAGE",
+ "name": "_$JSModule11$_JSModule1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page2",
+ "actions": []
},
- "pageId": "Page1",
- "contextType": "PAGE",
- "isValid": false,
- "invalids": [
- "No configurations found in this action"
+ "id": "Page2__$JSModule11$_JSModule1",
+ "gitSyncId": "6634a7ee75904c168ca44791_fa6ca619-dbde-4695-a08e-79727c77b441"
+ }],
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#F4FFDE",
+ "unpublishedCustomJSLibs": [
+ {"uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"},
+ {"uidString": "XMLParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.3.2/fxparser.min.js"}
],
- "messages": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-25T04:58:39Z"
- },
- "id": "Page1__$QueryModule11$_QueryModule1",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_efe025a1-7f9f-4bff-9836-53d23558f11c"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "Insert_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "INSERT INTO public.users (\"gender\",\"latitude\",\"longitude\",\"dob\",\"phone\",\"email\",\"image\",\"country\",\"name\",\"created_at\",\"updated_at\") VALUES ('{{(Table1.newRow || {}).gender}}','{{(Table1.newRow || {}).latitude}}','{{(Table1.newRow || {}).longitude}}','{{(Table1.newRow || {}).dob}}','{{(Table1.newRow || {}).phone}}','{{(Table1.newRow || {}).email}}','{{(Table1.newRow || {}).image}}','{{(Table1.newRow || {}).country}}','{{(Table1.newRow || {}).name}}','{{(Table1.newRow || {}).created_at}}','{{(Table1.newRow || {}).updated_at}}')",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "viewMode": false,
+ "unpublishedApplicationDetail": {"hiddenJSLibs": []},
+ "isManualUpdate": false,
+ "publishedApplicationDetail": {"hiddenJSLibs": []},
+ "pages": [
{
- "value": false
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(Table1.newRow || {}).phone",
- "(Table1.newRow || {}).latitude",
- "(Table1.newRow || {}).created_at",
- "(Table1.newRow || {}).email",
- "(Table1.newRow || {}).name",
- "(Table1.newRow || {}).dob",
- "(Table1.newRow || {}).updated_at",
- "(Table1.newRow || {}).gender",
- "(Table1.newRow || {}).longitude",
- "(Table1.newRow || {}).image",
- "(Table1.newRow || {}).country"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:19Z"
- },
- "publishedAction": {
- "name": "Insert_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "INSERT INTO public.users (\"gender\",\"latitude\",\"longitude\",\"dob\",\"phone\",\"email\",\"image\",\"country\",\"name\",\"created_at\",\"updated_at\") VALUES ('{{(Table1.newRow || {}).gender}}','{{(Table1.newRow || {}).latitude}}','{{(Table1.newRow || {}).longitude}}','{{(Table1.newRow || {}).dob}}','{{(Table1.newRow || {}).phone}}','{{(Table1.newRow || {}).email}}','{{(Table1.newRow || {}).image}}','{{(Table1.newRow || {}).country}}','{{(Table1.newRow || {}).name}}','{{(Table1.newRow || {}).created_at}}','{{(Table1.newRow || {}).updated_at}}')",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": true,
+ "id": "Page1"
+ },
{
- "value": false
+ "isDefault": false,
+ "id": "Page2"
}
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(Table1.newRow || {}).phone",
- "(Table1.newRow || {}).latitude",
- "(Table1.newRow || {}).created_at",
- "(Table1.newRow || {}).email",
- "(Table1.newRow || {}).name",
- "(Table1.newRow || {}).dob",
- "(Table1.newRow || {}).updated_at",
- "(Table1.newRow || {}).gender",
- "(Table1.newRow || {}).longitude",
- "(Table1.newRow || {}).image",
- "(Table1.newRow || {}).country"
],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:19Z"
- },
- "id": "Page1_Insert_public_users1",
- "deleted": false,
- "gitSyncId": "65f6faeadf34416ea132fa23_65fc1703cff75c68df8ac4f5"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "Update_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE public.users SET \"gender\"= '{{Table1.updatedRow.gender}}', \"latitude\"= '{{Table1.updatedRow.latitude}}', \"longitude\"= '{{Table1.updatedRow.longitude}}', \"dob\"= '{{Table1.updatedRow.dob}}', \"phone\"= '{{Table1.updatedRow.phone}}', \"email\"= '{{Table1.updatedRow.email}}', \"image\"= '{{Table1.updatedRow.image}}', \"country\"= '{{Table1.updatedRow.country}}', \"name\"= '{{Table1.updatedRow.name}}', \"created_at\"= '{{Table1.updatedRow.created_at}}', \"updated_at\"= '{{Table1.updatedRow.updated_at}}' WHERE \"id\"= {{Table1.updatedRow.id}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "autocommit",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [
{
- "value": false
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Table1.updatedRow.id",
- "Table1.updatedRow.gender",
- "Table1.updatedRow.phone",
- "Table1.updatedRow.name",
- "Table1.updatedRow.latitude",
- "Table1.updatedRow.email",
- "Table1.updatedRow.updated_at",
- "Table1.updatedRow.dob",
- "Table1.updatedRow.created_at",
- "Table1.updatedRow.country",
- "Table1.updatedRow.longitude",
- "Table1.updatedRow.image"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:19Z"
- },
- "publishedAction": {
- "name": "Update_public_users1",
- "datasource": {
- "name": "Users",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Users",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE public.users SET \"gender\"= '{{Table1.updatedRow.gender}}', \"latitude\"= '{{Table1.updatedRow.latitude}}', \"longitude\"= '{{Table1.updatedRow.longitude}}', \"dob\"= '{{Table1.updatedRow.dob}}', \"phone\"= '{{Table1.updatedRow.phone}}', \"email\"= '{{Table1.updatedRow.email}}', \"image\"= '{{Table1.updatedRow.image}}', \"country\"= '{{Table1.updatedRow.country}}', \"name\"= '{{Table1.updatedRow.name}}', \"created_at\"= '{{Table1.updatedRow.created_at}}', \"updated_at\"= '{{Table1.updatedRow.updated_at}}' WHERE \"id\"= {{Table1.updatedRow.id}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": true,
+ "id": "Page1"
+ },
{
- "value": false
+ "isDefault": false,
+ "id": "Page2"
}
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Table1.updatedRow.id",
- "Table1.updatedRow.gender",
- "Table1.updatedRow.phone",
- "Table1.updatedRow.name",
- "Table1.updatedRow.latitude",
- "Table1.updatedRow.email",
- "Table1.updatedRow.updated_at",
- "Table1.updatedRow.dob",
- "Table1.updatedRow.created_at",
- "Table1.updatedRow.country",
- "Table1.updatedRow.longitude",
- "Table1.updatedRow.image"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-21T11:16:19Z"
- },
- "id": "Page1_Update_public_users1",
- "deleted": false,
- "gitSyncId": "65f6faeadf34416ea132fa23_65fc1703cff75c68df8ac4f4"
- }
- ],
- "actionCollectionList": [
- {
- "moduleInstanceId": "Page2_JSModule11",
- "isPublic": true,
- "rootModuleInstanceId": "Page2_JSModule11",
- "unpublishedCollection": {
- "name": "_$JSModule11$_JSModule1",
- "pageId": "Page2",
- "contextType": "PAGE",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "_$JSModule11$_JSModule1",
- "pageId": "Page2",
- "contextType": "PAGE",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "userPermissions": []
- },
- "id": "Page2__$JSModule11$_JSModule1",
- "deleted": false,
- "gitSyncId": "6634a7ee75904c168ca44791_fa6ca619-dbde-4695-a08e-79727c77b441"
+ "unreadCommentThreads": 0,
+ "slug": "autocommit",
+ "evaluationVersion": 2
}
- ],
- "editModeTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "modifiedResources": {
- "isAllModified": true
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/ce-automation-test.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/ce-automation-test.json
index 39b3207748c6..95f8d0fb79b3 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/ce-automation-test.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/git/ce-automation-test.json
@@ -1,27928 +1,24326 @@
{
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 7,
- "exportedApplication": {
- "name": "CE-automation-test",
- "isPublic": false,
- "pages": [
- {
- "id": "Page 3",
- "isDefault": false
- },
- {
- "id": "Navigated Page",
- "isDefault": false
- },
- {
- "id": "Page 4",
- "isDefault": false
- },
- {
- "id": "Page 2",
- "isDefault": true
- },
- {
- "id": "Page 1",
- "isDefault": false
- },
- {
- "id": "--Playground1",
- "isDefault": false
- },
- {
- "id": "--Playground",
- "isDefault": false
- },
- {
- "id": "Page 5",
- "isDefault": false
- }
- ],
- "publishedPages": [],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0,
- "color": "#FFEBFB",
- "icon": "flight",
- "slug": "ce-automation-test",
- "unpublishedCustomJSLibs": [
- {
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
- },
- {
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"
- },
- {
- "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"
- },
- {
- "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"
- },
- {
- "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"
- }
+ "customJSLibList": [
+ {
+ "defs": "{\"!name\":\"LIB/AWS\",\"AWS\":{\"util\":{\"environment\":{\"!type\":\"string\"},\"engine\":{\"!type\":\"fn()\",\"prototype\":{}},\"userAgent\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscape\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscapePath\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlFormat\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryStringParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryParamsToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"readFileSync\":{\"!type\":\"fn()\",\"prototype\":{}},\"base64\":{\"encode\":{},\"decode\":{}},\"buffer\":{\"toStream\":{},\"concat\":{}},\"string\":{\"byteLength\":{},\"upperFirst\":{},\"lowerFirst\":{}},\"ini\":{\"parse\":{}},\"fn\":{\"noop\":{},\"callback\":{},\"makeAsync\":{}},\"date\":{\"getDate\":{},\"iso8601\":{},\"rfc822\":{},\"unixTimestamp\":{},\"from\":{},\"format\":{},\"parseTimestamp\":{}},\"crypto\":{\"crc32Table\":{},\"crc32\":{},\"hmac\":{},\"md5\":{},\"sha256\":{},\"hash\":{},\"toHex\":{},\"createHash\":{},\"lib\":{}},\"abort\":{},\"each\":{\"!type\":\"fn()\",\"prototype\":{}},\"arrayEach\":{\"!type\":\"fn()\",\"prototype\":{}},\"update\":{\"!type\":\"fn()\",\"prototype\":{}},\"merge\":{\"!type\":\"fn()\",\"prototype\":{}},\"copy\":{\"!type\":\"fn()\",\"prototype\":{}},\"isEmpty\":{\"!type\":\"fn()\",\"prototype\":{}},\"arraySliceFn\":{\"!type\":\"fn()\",\"prototype\":{}},\"isType\":{\"!type\":\"fn()\",\"prototype\":{}},\"typeName\":{\"!type\":\"fn()\",\"prototype\":{}},\"error\":{\"!type\":\"fn()\",\"prototype\":{}},\"inherit\":{\"!type\":\"fn()\",\"prototype\":{}},\"mixin\":{\"!type\":\"fn()\",\"prototype\":{}},\"hideProperties\":{\"!type\":\"fn()\",\"prototype\":{}},\"property\":{\"!type\":\"fn()\",\"prototype\":{}},\"memoizedProperty\":{\"!type\":\"fn()\",\"prototype\":{}},\"hoistPayloadMember\":{\"!type\":\"fn()\",\"prototype\":{}},\"computeSha256\":{\"!type\":\"fn()\",\"prototype\":{}},\"isClockSkewed\":{\"!type\":\"fn()\",\"prototype\":{}},\"applyClockOffset\":{\"!type\":\"fn()\",\"prototype\":{}},\"extractRequestId\":{\"!type\":\"fn()\",\"prototype\":{}},\"addPromises\":{\"!type\":\"fn()\",\"prototype\":{}},\"promisifyMethod\":{\"!type\":\"fn()\",\"prototype\":{}},\"isDualstackAvailable\":{\"!type\":\"fn()\",\"prototype\":{}},\"calculateRetryDelay\":{\"!type\":\"fn()\",\"prototype\":{}},\"handleRequestWithRetries\":{\"!type\":\"fn()\",\"prototype\":{}},\"uuid\":{\"v4\":{}},\"convertPayloadToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"defer\":{\"!type\":\"fn()\",\"prototype\":{}},\"defaultProfile\":{\"!type\":\"string\"},\"configOptInEnv\":{\"!type\":\"string\"},\"sharedCredentialsFileEnv\":{\"!type\":\"string\"},\"sharedConfigFileEnv\":{\"!type\":\"string\"},\"imdsDisabledEnv\":{\"!type\":\"string\"},\"Buffer\":{\"!type\":\"fn()\",\"prototype\":{},\"TYPED_ARRAY_SUPPORT\":{},\"poolSize\":{},\"_augment\":{},\"from\":{},\"alloc\":{},\"allocUnsafe\":{},\"allocUnsafeSlow\":{},\"isBuffer\":{},\"compare\":{},\"isEncoding\":{},\"concat\":{},\"byteLength\":{}},\"url\":{\"parse\":{},\"resolve\":{},\"resolveObject\":{},\"format\":{},\"Url\":{}},\"querystring\":{\"parse\":{},\"decode\":{},\"stringify\":{},\"encode\":{}},\"realClock\":{\"now\":{}},\"createEventStream\":{\"!type\":\"fn()\",\"prototype\":{}},\"isBrowser\":{\"!type\":\"fn()\",\"prototype\":{}},\"isNode\":{\"!type\":\"fn()\",\"prototype\":{}}},\"VERSION\":{\"!type\":\"string\"},\"Signers\":{\"RequestSigner\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getVersion\":{}},\"V2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3Https\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V4\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Presign\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}}},\"Protocol\":{\"Json\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Query\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Rest\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{},\"generateURI\":{}},\"RestJson\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"RestXml\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}}},\"XML\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"JSON\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"Model\":{\"Api\":{\"!type\":\"fn()\",\"prototype\":{}},\"Operation\":{\"!type\":\"fn()\",\"prototype\":{}},\"Shape\":{\"!type\":\"fn()\",\"prototype\":{},\"normalizedTypes\":{},\"types\":{},\"resolve\":{},\"create\":{},\"shapes\":{}},\"Paginator\":{\"!type\":\"fn()\",\"prototype\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{}}},\"apiLoader\":{\"!type\":\"fn()\",\"prototype\":{},\"services\":{\"sts\":{},\"cognitoidentity\":{},\"acm\":{},\"apigateway\":{},\"applicationautoscaling\":{},\"autoscaling\":{},\"cloudformation\":{},\"cloudfront\":{},\"cloudhsm\":{},\"cloudtrail\":{},\"cloudwatch\":{},\"cloudwatchevents\":{},\"cloudwatchlogs\":{},\"codebuild\":{},\"codecommit\":{},\"codedeploy\":{},\"codepipeline\":{},\"cognitoidentityserviceprovider\":{},\"cognitosync\":{},\"configservice\":{},\"cur\":{},\"devicefarm\":{},\"directconnect\":{},\"dynamodb\":{},\"dynamodbstreams\":{},\"ec2\":{},\"ecr\":{},\"ecs\":{},\"efs\":{},\"elasticache\":{},\"elasticbeanstalk\":{},\"elb\":{},\"elbv2\":{},\"emr\":{},\"elastictranscoder\":{},\"firehose\":{},\"gamelift\":{},\"inspector\":{},\"iot\":{},\"iotdata\":{},\"kinesis\":{},\"kms\":{},\"lambda\":{},\"lexruntime\":{},\"machinelearning\":{},\"marketplacecommerceanalytics\":{},\"mturk\":{},\"mobileanalytics\":{},\"opsworks\":{},\"polly\":{},\"rds\":{},\"redshift\":{},\"rekognition\":{},\"route53\":{},\"route53domains\":{},\"s3\":{},\"servicecatalog\":{},\"ses\":{},\"sns\":{},\"sqs\":{},\"ssm\":{},\"storagegateway\":{},\"waf\":{},\"workdocs\":{},\"lexmodelbuildingservice\":{},\"pricing\":{},\"mediastoredata\":{},\"comprehend\":{},\"kinesisvideoarchivedmedia\":{},\"kinesisvideomedia\":{},\"kinesisvideo\":{},\"translate\":{},\"secretsmanager\":{}}},\"EndpointCache\":{\"!type\":\"fn()\",\"prototype\":{\"size\":{}},\"getKeyString\":{}},\"SequentialExecutor\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Service\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defineMethods\":{},\"defineService\":{},\"addVersions\":{},\"defineServiceApi\":{},\"hasService\":{},\"addDefaultMonitoringListeners\":{},\"_serviceMap\":{}},\"Credentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"CredentialProviderChain\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defaultProviders\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Config\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"config\":{\"credentials\":{},\"credentialProvider\":{},\"region\":{},\"logger\":{},\"apiVersions\":{},\"apiVersion\":{},\"endpoint\":{},\"httpOptions\":{},\"maxRetries\":{},\"maxRedirects\":{},\"paramValidation\":{},\"sslEnabled\":{},\"s3ForcePathStyle\":{},\"s3BucketEndpoint\":{},\"s3DisableBodySigning\":{},\"computeChecksums\":{},\"convertResponseTypes\":{},\"correctClockSkew\":{},\"customUserAgent\":{},\"dynamoDbCrc32\":{},\"systemClockOffset\":{},\"signatureVersion\":{},\"signatureCache\":{},\"retryDelayOptions\":{},\"useAccelerateEndpoint\":{},\"clientSideMonitoring\":{},\"endpointDiscoveryEnabled\":{},\"endpointCacheSize\":{},\"hostPrefixEnabled\":{},\"getCredentials\":{},\"update\":{},\"loadFromPath\":{},\"clear\":{},\"set\":{},\"keys\":{},\"extractCredentials\":{},\"setPromisesDependency\":{},\"getPromisesDependency\":{}},\"Endpoint\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpRequest\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpResponse\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getInstance\":{},\"streamsApiVersion\":{}},\"EventListeners\":{\"Core\":{},\"CorePost\":{},\"Logger\":{},\"Json\":{},\"Rest\":{},\"RestJson\":{},\"RestXml\":{},\"Query\":{}},\"Request\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Response\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ParamValidator\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"events\":{\"_events\":{},\"listeners\":{},\"on\":{},\"onAsync\":{},\"removeListener\":{},\"removeAllListeners\":{},\"emit\":{},\"callListeners\":{},\"addListeners\":{},\"addNamedListener\":{},\"addNamedAsyncListener\":{},\"addNamedListeners\":{},\"addListener\":{}},\"endpointCache\":{\"maxSize\":{},\"cache\":{},\"size\":{},\"put\":{},\"get\":{},\"populateValue\":{},\"empty\":{},\"remove\":{}},\"STS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"TemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ChainableTemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"WebIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"CognitoIdentity\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"SAMLCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"XHRClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ACM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"APIGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ApplicationAutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"AutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFormation\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFront\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"CloudHSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudTrail\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatch\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchEvents\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchLogs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeBuild\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeCommit\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeDeploy\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodePipeline\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityServiceProvider\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoSync\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ConfigService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CUR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DeviceFarm\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DirectConnect\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DynamoDB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Converter\":{},\"DocumentClient\":{}},\"DynamoDBStreams\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EC2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EFS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElastiCache\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticBeanstalk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELBv2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EMR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticTranscoder\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Firehose\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"GameLift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Inspector\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Iot\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"IotData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Kinesis\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KMS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Lambda\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexRuntime\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MachineLearning\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MarketplaceCommerceAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MTurk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MobileAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"OpsWorks\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Polly\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Presigner\":{}},\"RDS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"Redshift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Rekognition\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53Domains\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"ManagedUpload\":{}},\"ServiceCatalog\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SES\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SNS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SQS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"StorageGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WAF\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WorkDocs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexModelBuildingService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Pricing\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MediaStoreData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Comprehend\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoArchivedMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideo\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Translate\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SecretsManager\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}}}}",
+ "deleted": false,
+ "name": "AWS",
+ "accessor": ["AWS"],
+ "policies": [],
+ "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
+ "userPermissions": [],
+ "version": "",
+ "url": "https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/UUID\",\"UUID\":{\"!type\":\"fn()\",\"prototype\":{\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"generate\":{\"!type\":\"fn()\",\"prototype\":{}},\"_getRandomInt\":{\"!type\":\"fn()\",\"prototype\":{}},\"_hexAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"overwrittenUUID\":{\"!type\":\"?\"},\"useMathRandom\":{\"!type\":\"fn()\",\"prototype\":{}},\"FIELD_NAMES\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"FIELD_SIZES\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"genV4\":{\"!type\":\"fn()\",\"prototype\":{}},\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"_binAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"NIL\":{\"intFields\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"timeLow\":{\"!type\":\"number\"},\"timeMid\":{\"!type\":\"number\"},\"timeHiAndVersion\":{\"!type\":\"number\"},\"clockSeqHiAndReserved\":{\"!type\":\"number\"},\"clockSeqLow\":{\"!type\":\"number\"},\"node\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"bitFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"hexFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"version\":{\"!type\":\"number\"},\"bitString\":{\"!type\":\"string\"},\"hexNoDelim\":{\"!type\":\"string\"},\"hexString\":{\"!type\":\"string\"},\"urn\":{\"!type\":\"string\"},\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"genV1\":{\"!type\":\"fn()\",\"prototype\":{}},\"resetState\":{\"!type\":\"fn()\",\"prototype\":{}},\"_tsRatio\":{\"!type\":\"number\"},\"_state\":{\"!type\":\"?\"},\"_getTimeFieldValues\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "uuidjs",
+ "accessor": ["UUID"],
+ "policies": [],
+ "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
+ "userPermissions": [],
+ "version": "4.2.12",
+ "url": "https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/amplitude\",\"amplitude\":{\"Identify\":{\"!type\":\"fn()\",\"prototype\":{}},\"Revenue\":{\"!type\":\"fn()\",\"prototype\":{}},\"Types\":{\"ServerZone\":{},\"SpecialEventType\":{},\"IdentifyOperation\":{},\"RevenueProperty\":{},\"LogLevel\":{},\"PluginType\":{},\"Status\":{},\"TransportType\":{}},\"add\":{},\"createInstance\":{},\"flush\":{},\"getDeviceId\":{},\"getSessionId\":{},\"getUserId\":{},\"groupIdentify\":{},\"identify\":{},\"init\":{},\"logEvent\":{},\"remove\":{},\"reset\":{},\"revenue\":{},\"runQueuedFunctions\":{},\"setDeviceId\":{},\"setGroup\":{},\"setOptOut\":{},\"setSessionId\":{},\"setTransport\":{},\"setUserId\":{},\"track\":{},\"__esModule\":{}}}",
+ "deleted": false,
+ "name": "@amplitude/analytics-browser",
+ "accessor": ["amplitude"],
+ "policies": [],
+ "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
+ "userPermissions": [],
+ "version": "1.6.1",
+ "url": "https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "jsonwebtoken",
+ "accessor": ["jsonwebtoken"],
+ "policies": [],
+ "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
+ "userPermissions": [],
+ "version": "8.5.1",
+ "url": "/libraries/jsonwebtoken@8.5.1.js"
+ },
+ {
+ "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "xmlParser",
+ "accessor": ["xmlParser"],
+ "policies": [],
+ "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
+ "userPermissions": [],
+ "version": "3.17.5",
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
+ }
],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2,
- "applicationVersion": 2,
- "embedSetting": {
- "height": "720px",
- "width": "1024px",
- "showNavigationBar": true
- },
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [
- {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace1"
- },
- {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace2"
- },
- {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace3"
- }
- ],
- "customJSLibList": [
- {
- "name": "AWS",
- "uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
- "accessor": [
- "AWS"
- ],
- "url": "https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js",
- "version": "",
- "defs": "{\"!name\":\"LIB/AWS\",\"AWS\":{\"util\":{\"environment\":{\"!type\":\"string\"},\"engine\":{\"!type\":\"fn()\",\"prototype\":{}},\"userAgent\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscape\":{\"!type\":\"fn()\",\"prototype\":{}},\"uriEscapePath\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"urlFormat\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryStringParse\":{\"!type\":\"fn()\",\"prototype\":{}},\"queryParamsToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"readFileSync\":{\"!type\":\"fn()\",\"prototype\":{}},\"base64\":{\"encode\":{},\"decode\":{}},\"buffer\":{\"toStream\":{},\"concat\":{}},\"string\":{\"byteLength\":{},\"upperFirst\":{},\"lowerFirst\":{}},\"ini\":{\"parse\":{}},\"fn\":{\"noop\":{},\"callback\":{},\"makeAsync\":{}},\"date\":{\"getDate\":{},\"iso8601\":{},\"rfc822\":{},\"unixTimestamp\":{},\"from\":{},\"format\":{},\"parseTimestamp\":{}},\"crypto\":{\"crc32Table\":{},\"crc32\":{},\"hmac\":{},\"md5\":{},\"sha256\":{},\"hash\":{},\"toHex\":{},\"createHash\":{},\"lib\":{}},\"abort\":{},\"each\":{\"!type\":\"fn()\",\"prototype\":{}},\"arrayEach\":{\"!type\":\"fn()\",\"prototype\":{}},\"update\":{\"!type\":\"fn()\",\"prototype\":{}},\"merge\":{\"!type\":\"fn()\",\"prototype\":{}},\"copy\":{\"!type\":\"fn()\",\"prototype\":{}},\"isEmpty\":{\"!type\":\"fn()\",\"prototype\":{}},\"arraySliceFn\":{\"!type\":\"fn()\",\"prototype\":{}},\"isType\":{\"!type\":\"fn()\",\"prototype\":{}},\"typeName\":{\"!type\":\"fn()\",\"prototype\":{}},\"error\":{\"!type\":\"fn()\",\"prototype\":{}},\"inherit\":{\"!type\":\"fn()\",\"prototype\":{}},\"mixin\":{\"!type\":\"fn()\",\"prototype\":{}},\"hideProperties\":{\"!type\":\"fn()\",\"prototype\":{}},\"property\":{\"!type\":\"fn()\",\"prototype\":{}},\"memoizedProperty\":{\"!type\":\"fn()\",\"prototype\":{}},\"hoistPayloadMember\":{\"!type\":\"fn()\",\"prototype\":{}},\"computeSha256\":{\"!type\":\"fn()\",\"prototype\":{}},\"isClockSkewed\":{\"!type\":\"fn()\",\"prototype\":{}},\"applyClockOffset\":{\"!type\":\"fn()\",\"prototype\":{}},\"extractRequestId\":{\"!type\":\"fn()\",\"prototype\":{}},\"addPromises\":{\"!type\":\"fn()\",\"prototype\":{}},\"promisifyMethod\":{\"!type\":\"fn()\",\"prototype\":{}},\"isDualstackAvailable\":{\"!type\":\"fn()\",\"prototype\":{}},\"calculateRetryDelay\":{\"!type\":\"fn()\",\"prototype\":{}},\"handleRequestWithRetries\":{\"!type\":\"fn()\",\"prototype\":{}},\"uuid\":{\"v4\":{}},\"convertPayloadToString\":{\"!type\":\"fn()\",\"prototype\":{}},\"defer\":{\"!type\":\"fn()\",\"prototype\":{}},\"defaultProfile\":{\"!type\":\"string\"},\"configOptInEnv\":{\"!type\":\"string\"},\"sharedCredentialsFileEnv\":{\"!type\":\"string\"},\"sharedConfigFileEnv\":{\"!type\":\"string\"},\"imdsDisabledEnv\":{\"!type\":\"string\"},\"Buffer\":{\"!type\":\"fn()\",\"prototype\":{},\"TYPED_ARRAY_SUPPORT\":{},\"poolSize\":{},\"_augment\":{},\"from\":{},\"alloc\":{},\"allocUnsafe\":{},\"allocUnsafeSlow\":{},\"isBuffer\":{},\"compare\":{},\"isEncoding\":{},\"concat\":{},\"byteLength\":{}},\"url\":{\"parse\":{},\"resolve\":{},\"resolveObject\":{},\"format\":{},\"Url\":{}},\"querystring\":{\"parse\":{},\"decode\":{},\"stringify\":{},\"encode\":{}},\"realClock\":{\"now\":{}},\"createEventStream\":{\"!type\":\"fn()\",\"prototype\":{}},\"isBrowser\":{\"!type\":\"fn()\",\"prototype\":{}},\"isNode\":{\"!type\":\"fn()\",\"prototype\":{}}},\"VERSION\":{\"!type\":\"string\"},\"Signers\":{\"RequestSigner\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getVersion\":{}},\"V2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V3Https\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"V4\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Presign\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}}},\"Protocol\":{\"Json\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Query\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"Rest\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{},\"generateURI\":{}},\"RestJson\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}},\"RestXml\":{\"buildRequest\":{},\"extractError\":{},\"extractData\":{}}},\"XML\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"JSON\":{\"Builder\":{\"!type\":\"fn()\",\"prototype\":{}},\"Parser\":{\"!type\":\"fn()\",\"prototype\":{}}},\"Model\":{\"Api\":{\"!type\":\"fn()\",\"prototype\":{}},\"Operation\":{\"!type\":\"fn()\",\"prototype\":{}},\"Shape\":{\"!type\":\"fn()\",\"prototype\":{},\"normalizedTypes\":{},\"types\":{},\"resolve\":{},\"create\":{},\"shapes\":{}},\"Paginator\":{\"!type\":\"fn()\",\"prototype\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{}}},\"apiLoader\":{\"!type\":\"fn()\",\"prototype\":{},\"services\":{\"sts\":{},\"cognitoidentity\":{},\"acm\":{},\"apigateway\":{},\"applicationautoscaling\":{},\"autoscaling\":{},\"cloudformation\":{},\"cloudfront\":{},\"cloudhsm\":{},\"cloudtrail\":{},\"cloudwatch\":{},\"cloudwatchevents\":{},\"cloudwatchlogs\":{},\"codebuild\":{},\"codecommit\":{},\"codedeploy\":{},\"codepipeline\":{},\"cognitoidentityserviceprovider\":{},\"cognitosync\":{},\"configservice\":{},\"cur\":{},\"devicefarm\":{},\"directconnect\":{},\"dynamodb\":{},\"dynamodbstreams\":{},\"ec2\":{},\"ecr\":{},\"ecs\":{},\"efs\":{},\"elasticache\":{},\"elasticbeanstalk\":{},\"elb\":{},\"elbv2\":{},\"emr\":{},\"elastictranscoder\":{},\"firehose\":{},\"gamelift\":{},\"inspector\":{},\"iot\":{},\"iotdata\":{},\"kinesis\":{},\"kms\":{},\"lambda\":{},\"lexruntime\":{},\"machinelearning\":{},\"marketplacecommerceanalytics\":{},\"mturk\":{},\"mobileanalytics\":{},\"opsworks\":{},\"polly\":{},\"rds\":{},\"redshift\":{},\"rekognition\":{},\"route53\":{},\"route53domains\":{},\"s3\":{},\"servicecatalog\":{},\"ses\":{},\"sns\":{},\"sqs\":{},\"ssm\":{},\"storagegateway\":{},\"waf\":{},\"workdocs\":{},\"lexmodelbuildingservice\":{},\"pricing\":{},\"mediastoredata\":{},\"comprehend\":{},\"kinesisvideoarchivedmedia\":{},\"kinesisvideomedia\":{},\"kinesisvideo\":{},\"translate\":{},\"secretsmanager\":{}}},\"EndpointCache\":{\"!type\":\"fn()\",\"prototype\":{\"size\":{}},\"getKeyString\":{}},\"SequentialExecutor\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"Service\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defineMethods\":{},\"defineService\":{},\"addVersions\":{},\"defineServiceApi\":{},\"hasService\":{},\"addDefaultMonitoringListeners\":{},\"_serviceMap\":{}},\"Credentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"CredentialProviderChain\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"defaultProviders\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Config\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"config\":{\"credentials\":{},\"credentialProvider\":{},\"region\":{},\"logger\":{},\"apiVersions\":{},\"apiVersion\":{},\"endpoint\":{},\"httpOptions\":{},\"maxRetries\":{},\"maxRedirects\":{},\"paramValidation\":{},\"sslEnabled\":{},\"s3ForcePathStyle\":{},\"s3BucketEndpoint\":{},\"s3DisableBodySigning\":{},\"computeChecksums\":{},\"convertResponseTypes\":{},\"correctClockSkew\":{},\"customUserAgent\":{},\"dynamoDbCrc32\":{},\"systemClockOffset\":{},\"signatureVersion\":{},\"signatureCache\":{},\"retryDelayOptions\":{},\"useAccelerateEndpoint\":{},\"clientSideMonitoring\":{},\"endpointDiscoveryEnabled\":{},\"endpointCacheSize\":{},\"hostPrefixEnabled\":{},\"getCredentials\":{},\"update\":{},\"loadFromPath\":{},\"clear\":{},\"set\":{},\"keys\":{},\"extractCredentials\":{},\"setPromisesDependency\":{},\"getPromisesDependency\":{}},\"Endpoint\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpRequest\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpResponse\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"HttpClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"getInstance\":{},\"streamsApiVersion\":{}},\"EventListeners\":{\"Core\":{},\"CorePost\":{},\"Logger\":{},\"Json\":{},\"Rest\":{},\"RestJson\":{},\"RestXml\":{},\"Query\":{}},\"Request\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"addPromisesToClass\":{},\"deletePromisesFromClass\":{}},\"Response\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ResourceWaiter\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ParamValidator\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"events\":{\"_events\":{},\"listeners\":{},\"on\":{},\"onAsync\":{},\"removeListener\":{},\"removeAllListeners\":{},\"emit\":{},\"callListeners\":{},\"addListeners\":{},\"addNamedListener\":{},\"addNamedAsyncListener\":{},\"addNamedListeners\":{},\"addListener\":{}},\"endpointCache\":{\"maxSize\":{},\"cache\":{},\"size\":{},\"put\":{},\"get\":{},\"populateValue\":{},\"empty\":{},\"remove\":{}},\"STS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"TemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ChainableTemporaryCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"WebIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"CognitoIdentity\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"SAMLCredentials\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"XHRClient\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{}},\"ACM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"APIGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ApplicationAutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"AutoScaling\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFormation\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudFront\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"CloudHSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudTrail\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatch\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchEvents\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CloudWatchLogs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeBuild\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeCommit\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodeDeploy\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CodePipeline\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoIdentityServiceProvider\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CognitoSync\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ConfigService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"CUR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DeviceFarm\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DirectConnect\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"DynamoDB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Converter\":{},\"DocumentClient\":{}},\"DynamoDBStreams\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EC2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ECS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EFS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElastiCache\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticBeanstalk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELB\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ELBv2\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"EMR\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"ElasticTranscoder\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Firehose\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"GameLift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Inspector\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Iot\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"IotData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Kinesis\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KMS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Lambda\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexRuntime\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MachineLearning\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MarketplaceCommerceAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MTurk\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MobileAnalytics\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"OpsWorks\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Polly\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Presigner\":{}},\"RDS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"Signer\":{}},\"Redshift\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Rekognition\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Route53Domains\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"S3\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{},\"ManagedUpload\":{}},\"ServiceCatalog\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SES\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SNS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SQS\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SSM\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"StorageGateway\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WAF\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"WorkDocs\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"LexModelBuildingService\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Pricing\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"MediaStoreData\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Comprehend\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoArchivedMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideoMedia\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"KinesisVideo\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"Translate\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}},\"SecretsManager\":{\"!type\":\"fn()\",\"prototype\":{},\"__super__\":{},\"services\":{},\"apiVersions\":{},\"serviceIdentifier\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "uuidjs",
- "uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
- "accessor": [
- "UUID"
- ],
- "url": "https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js",
- "version": "4.2.12",
- "defs": "{\"!name\":\"LIB/UUID\",\"UUID\":{\"!type\":\"fn()\",\"prototype\":{\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"generate\":{\"!type\":\"fn()\",\"prototype\":{}},\"_getRandomInt\":{\"!type\":\"fn()\",\"prototype\":{}},\"_hexAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"overwrittenUUID\":{\"!type\":\"?\"},\"useMathRandom\":{\"!type\":\"fn()\",\"prototype\":{}},\"FIELD_NAMES\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"FIELD_SIZES\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"genV4\":{\"!type\":\"fn()\",\"prototype\":{}},\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"_binAligner\":{\"!type\":\"fn()\",\"prototype\":{}},\"NIL\":{\"intFields\":{\"0\":{\"!type\":\"number\"},\"1\":{\"!type\":\"number\"},\"2\":{\"!type\":\"number\"},\"3\":{\"!type\":\"number\"},\"4\":{\"!type\":\"number\"},\"5\":{\"!type\":\"number\"},\"timeLow\":{\"!type\":\"number\"},\"timeMid\":{\"!type\":\"number\"},\"timeHiAndVersion\":{\"!type\":\"number\"},\"clockSeqHiAndReserved\":{\"!type\":\"number\"},\"clockSeqLow\":{\"!type\":\"number\"},\"node\":{\"!type\":\"number\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"bitFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"hexFields\":{\"0\":{\"!type\":\"string\"},\"1\":{\"!type\":\"string\"},\"2\":{\"!type\":\"string\"},\"3\":{\"!type\":\"string\"},\"4\":{\"!type\":\"string\"},\"5\":{\"!type\":\"string\"},\"timeLow\":{\"!type\":\"string\"},\"timeMid\":{\"!type\":\"string\"},\"timeHiAndVersion\":{\"!type\":\"string\"},\"clockSeqHiAndReserved\":{\"!type\":\"string\"},\"clockSeqLow\":{\"!type\":\"string\"},\"node\":{\"!type\":\"string\"},\"at\":{\"!type\":\"fn()\"},\"concat\":{\"!type\":\"fn()\"},\"copyWithin\":{\"!type\":\"fn()\"},\"fill\":{\"!type\":\"fn()\"},\"find\":{\"!type\":\"fn()\"},\"findIndex\":{\"!type\":\"fn()\"},\"lastIndexOf\":{\"!type\":\"fn()\"},\"pop\":{\"!type\":\"fn()\"},\"push\":{\"!type\":\"fn()\"},\"reverse\":{\"!type\":\"fn()\"},\"shift\":{\"!type\":\"fn()\"},\"unshift\":{\"!type\":\"fn()\"},\"slice\":{\"!type\":\"fn()\"},\"sort\":{\"!type\":\"fn()\"},\"splice\":{\"!type\":\"fn()\"},\"includes\":{\"!type\":\"fn()\"},\"indexOf\":{\"!type\":\"fn()\"},\"join\":{\"!type\":\"fn()\"},\"keys\":{\"!type\":\"fn()\"},\"entries\":{\"!type\":\"fn()\"},\"values\":{\"!type\":\"fn()\"},\"forEach\":{\"!type\":\"fn()\"},\"filter\":{\"!type\":\"fn()\"},\"flat\":{\"!type\":\"fn()\"},\"flatMap\":{\"!type\":\"fn()\"},\"map\":{\"!type\":\"fn()\"},\"every\":{\"!type\":\"fn()\"},\"some\":{\"!type\":\"fn()\"},\"reduce\":{\"!type\":\"fn()\"},\"reduceRight\":{\"!type\":\"fn()\"},\"toLocaleString\":{\"!type\":\"fn()\"},\"toString\":{\"!type\":\"fn()\"},\"findLast\":{\"!type\":\"fn()\"},\"findLastIndex\":{\"!type\":\"fn()\"},\"toReversed\":{\"!type\":\"fn()\"},\"toSorted\":{\"!type\":\"fn()\"},\"toSpliced\":{\"!type\":\"fn()\"},\"with\":{\"!type\":\"fn()\"}},\"version\":{\"!type\":\"number\"},\"bitString\":{\"!type\":\"string\"},\"hexNoDelim\":{\"!type\":\"string\"},\"hexString\":{\"!type\":\"string\"},\"urn\":{\"!type\":\"string\"},\"_init\":{\"!type\":\"fn()\",\"prototype\":{}},\"toString\":{\"!type\":\"fn()\",\"prototype\":{}},\"equals\":{\"!type\":\"fn()\",\"prototype\":{}}},\"genV1\":{\"!type\":\"fn()\",\"prototype\":{}},\"resetState\":{\"!type\":\"fn()\",\"prototype\":{}},\"_tsRatio\":{\"!type\":\"number\"},\"_state\":{\"!type\":\"?\"},\"_getTimeFieldValues\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "@amplitude/analytics-browser",
- "uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
- "accessor": [
- "amplitude"
- ],
- "url": "https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js",
- "version": "1.6.1",
- "defs": "{\"!name\":\"LIB/amplitude\",\"amplitude\":{\"Identify\":{\"!type\":\"fn()\",\"prototype\":{}},\"Revenue\":{\"!type\":\"fn()\",\"prototype\":{}},\"Types\":{\"ServerZone\":{},\"SpecialEventType\":{},\"IdentifyOperation\":{},\"RevenueProperty\":{},\"LogLevel\":{},\"PluginType\":{},\"Status\":{},\"TransportType\":{}},\"add\":{},\"createInstance\":{},\"flush\":{},\"getDeviceId\":{},\"getSessionId\":{},\"getUserId\":{},\"groupIdentify\":{},\"identify\":{},\"init\":{},\"logEvent\":{},\"remove\":{},\"reset\":{},\"revenue\":{},\"runQueuedFunctions\":{},\"setDeviceId\":{},\"setGroup\":{},\"setOptOut\":{},\"setSessionId\":{},\"setTransport\":{},\"setUserId\":{},\"track\":{},\"__esModule\":{}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "jsonwebtoken",
- "uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js",
- "accessor": [
- "jsonwebtoken"
- ],
- "url": "/libraries/jsonwebtoken@8.5.1.js",
- "version": "8.5.1",
- "defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"toString\":{\"!type\":\"fn()\"},\"message\":{\"!type\":\"string\"},\"stack\":{\"!type\":\"string\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- {
- "name": "xmlParser",
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "accessor": [
- "xmlParser"
- ],
- "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "version": "3.17.5",
- "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Navigated Page",
- "slug": "navigated-page",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 5,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "publishedTheme": {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Page navigation from TC3 gets you here",
- "key": "ptl4x2jsj7",
- "isDeprecated": false,
- "rightColumn": 55,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "5e44ag6uyn",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "3rem",
- "minDynamicHeight": 4
- }
- ]
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Navigated Page",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Navigated Page",
- "slug": "navigated-page",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 5,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Page navigation from TC3 gets you here",
- "key": "ptl4x2jsj7",
- "isDeprecated": false,
- "rightColumn": 55,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "5e44ag6uyn",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "3rem",
- "minDynamicHeight": 4
- }
- ]
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Navigated Page",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf6"
- },
- {
- "unpublishedPage": {
- "name": "Page 2",
- "slug": "page-2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1870,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "rtn5gj1iay",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "1rem",
- "minDynamicHeight": 4
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "boxShadow": "none",
- "widgetName": "Image3Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "borderRadius"
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data.message}}",
- "isDeprecated": false,
- "rightColumn": 44,
- "objectFit": "contain",
- "widgetId": "2evm572ii0",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
},
- {
- "widgetName": "Text6Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "text"
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "isSystemTheme": false,
+ "deleted": false,
+ "displayName": "Sharp",
+ "name": "Sharp",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
+ "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "md": "0.375rem",
+ "none": "0px",
+ "lg": "1.5rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fff",
+ "primaryColor": "#3B7DDD"
+ }
+ },
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Roboto"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "",
+ "primaryColor": "#F4ECDD"
+ }
+ }
+ },
+ "serverSchemaVersion": 7,
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "stylesheet": {
+ "CAMERA_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CURRENCY_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IMAGE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RADIO_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TABS_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTI_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATE_PICKER_WIDGET2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_GROUP_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESSBAR_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "ICON_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET_V2": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "fontFamily"
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "0lmhvlsozc",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
},
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 6,
- "bottomRow": 93,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "hdrkhj2fvt",
- "containerStyle": "none",
- "bottomRow": 870,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "yrdah1axob",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "pjvnbnmrik",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC4",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "lantjruf0o",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text1Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 53,
- "bottomRow": 69,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.kittyFact}}",
- "key": "smwgwx0oj7",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9hsqxgd5tt",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 53,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 69,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 14,
- "bottomRow": 51,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "v1dcrk183j",
- "image": "{{appsmith.store.doggoImage}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "t6b330438y",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 16,
- "bottomRow": 53,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "ikay0ds7n4",
- "image": "{{appsmith.store.kittyImage}}",
- "isDeprecated": false,
- "rightColumn": 32,
- "objectFit": "contain",
- "widgetId": "4z5pv3m1em",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 16,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 53,
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 8,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Cat",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{TC4.cat()}}"
- },
- "groupButton2": {
- "label": "Dog",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{TC4.dog();}}"
- },
- "groupButton0c5t9yzrfh": {
- "id": "groupButton0c5t9yzrfh",
- "index": 2,
- "label": "Both",
- "menuItems": {},
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "r41vw4o7o3",
- "isDisabled": false,
- "isVisible": true,
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "onClick": "{{TC4.both()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "leftColumn": 17,
- "dynamicBindingPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 47,
- "widgetId": "cp1ku9sd4h",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2Copy1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 51,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 10.337890625,
- "dynamicTriggerPathList": [],
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.dogFact}}",
- "key": "gczlrxsr70",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "svs7gh57bz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1Copy",
- "isCanvas": false,
- "dynamicPropertyPathList": [],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 69,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Clear kitty",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{clearInterval('kitty')}}"
- },
- "groupButton2": {
- "label": "Clear doggo",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{clearInterval('doggo')}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 46,
- "widgetId": "4nwrn0lnur",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "originalTopRow": 69,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 75,
- "buttonVariant": "PRIMARY"
- },
- {
- "mobileBottomRow": 81,
- "widgetName": "NumberSlider1",
- "defaultValue": "5000",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
- "tooltipAlwaysOn": false,
- "labelText": "Refresh duration",
- "searchTags": [
- "range"
- ],
- "topRow": 77,
- "bottomRow": 81,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 51,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 13.796875,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "isDisabled": false,
- "key": "w87aglxqe9",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 52,
- "max": "15000",
- "widgetId": "pw55xzgtyd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 73,
- "responsiveBehavior": "fill",
- "originalTopRow": 77,
- "mobileLeftColumn": 11,
- "originalBottomRow": 81,
- "step": "10",
- "showMarksLabel": true
- },
- {
- "mobileBottomRow": 13,
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 9,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
- "key": "o7lra5yjtq",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "k2jjway841",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9,
- "responsiveBehavior": "fill",
- "originalTopRow": 9,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 16,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 6,
- "widgetName": "Button1",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 2,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 15,
- "animateLoading": true,
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "mq36p1d6a7",
- "isDeprecated": false,
- "rightColumn": 15,
- "isDefaultClickDisabled": true,
- "widgetId": "52aina4tgc",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 2,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SINGLE_SELECT_TREE_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_GROUP_WIDGET": {"accentColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "RATE_WIDGET": {"activeColor": "{{appsmith.theme.colors.primaryColor}}"},
+ "INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DROP_DOWN_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "IFRAME_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "AUDIO_RECORDER_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MAP_CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "PHONE_INPUT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CHECKBOX_WIDGET": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH_WIDGET": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "CIRCULAR_PROGRESS_WIDGET": {
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TEXT_WIDGET": {
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "BUTTON_GROUP_WIDGET": {
+ "boxShadow": "none",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CONTAINER_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "TABLE_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "yrdah1axob",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 92,
- "minDynamicHeight": 4
},
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container2",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 105,
- "bottomRow": 179,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1Copy",
- "detachFromLayout": true,
- "widgetId": "cvswye62f0",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "qophrhb9ws",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 731.2601661682129,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 46,
- "iconName": "arrow-top-right",
- "widgetId": "yap98rhcqn",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "isSortable": true,
- "type": "TABLE_WIDGET",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 43,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "widgetName": "Table2Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 46,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "onPageSizeChange": "",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onPageSizeChange"
- }
- ],
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 64,
- "textSize": "0.875rem",
- "widgetId": "ks1q35pgko",
- "tableData": "{{Api3.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "widgetName": "Text5",
- "borderColor": "#3730a3",
- "dynamicPropertyPathList": [],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 67,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "2",
- "truncateButtonColor": "#FFC13D",
- "text": "Widget navigation led you here",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 44,
- "backgroundColor": "#3730a3",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "0mi3h8zskd",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#fafafa",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table1Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 21,
- "textSize": "0.875rem",
- "widgetId": "44lgrfydql",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api1.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "none",
- "widgetName": "Select2",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Select navigation type",
- "topRow": 9,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC3.myVar1}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 48,
- "dynamicHeight": "FIXED",
- "widgetId": "ywc7thfwfa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{TC3.myFun1()}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC3",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "ht0x7fh5ev",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table2",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 21,
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 43,
- "textSize": "0.875rem",
- "widgetId": "j4hy3296sv",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api2.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Tabs1",
- "isCanvas": true,
- "displayName": "Tabs",
- "iconSVG": "/static/media/icon.74a6d653.svg",
- "topRow": 47,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TABS_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onTabSelected"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "tabId": "tab1",
- "boxShadow": "none",
- "widgetName": "Canvas2",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 1",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "bv937y1isa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "tabId": "tab2",
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 3,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
- "key": "atozs3dqkq",
- "isDeprecated": false,
- "rightColumn": 60,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "stu122x6ov",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "fc3l3b6pjd",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 2",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "fc3l3b6pjd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "wvw41p337s",
- "isDeprecated": false,
- "rightColumn": 39,
- "dynamicHeight": "FIXED",
- "widgetId": "1wwv4lpx0h",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "defaultTab": "Tab 1",
- "onTabSelected": "",
- "shouldShowTabs": true,
- "tabsObj": {
- "tab1": {
- "label": "Tab 1",
- "id": "tab1",
- "widgetId": "bv937y1isa",
- "isVisible": true,
- "index": 0
- },
- "tab2": {
- "label": "Tab 2",
- "id": "tab2",
- "widgetId": "fc3l3b6pjd",
- "isVisible": true,
- "index": 1
- }
- },
- "isVisible": true,
- "version": 3,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "qophrhb9ws",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 104,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 178,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data[0].url ?? Image2.image}}",
- "isDeprecated": false,
- "rightColumn": 12,
- "objectFit": "contain",
- "widgetId": "ra1tf5j9f4",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.fact}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "4ubwdgb1h3",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 2_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_Api2",
- "name": "Api2",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_Api3",
- "name": "Api3",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_petImagesold",
- "name": "petImagesold",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_petFactsold",
- "name": "petFactsold",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 2",
- "slug": "page-2",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1870,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "rtn5gj1iay",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data.message}}",
- "isDeprecated": false,
- "rightColumn": 44,
- "objectFit": "contain",
- "widgetId": "2evm572ii0",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "0lmhvlsozc",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 6,
- "bottomRow": 93,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "hdrkhj2fvt",
- "containerStyle": "none",
- "bottomRow": 870,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "yrdah1axob",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "pjvnbnmrik",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC4",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "lantjruf0o",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text1Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 53,
- "bottomRow": 69,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.kittyFact}}",
- "key": "smwgwx0oj7",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9hsqxgd5tt",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 53,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 69,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 14,
- "bottomRow": 51,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "v1dcrk183j",
- "image": "{{appsmith.store.doggoImage}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "t6b330438y",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 16,
- "bottomRow": 53,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "ikay0ds7n4",
- "image": "{{appsmith.store.kittyImage}}",
- "isDeprecated": false,
- "rightColumn": 32,
- "objectFit": "contain",
- "widgetId": "4z5pv3m1em",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 16,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 53,
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 8,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Cat",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{TC4.cat()}}"
- },
- "groupButton2": {
- "label": "Dog",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{TC4.dog();}}"
- },
- "groupButton0c5t9yzrfh": {
- "id": "groupButton0c5t9yzrfh",
- "index": 2,
- "label": "Both",
- "menuItems": {},
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "r41vw4o7o3",
- "isDisabled": false,
- "isVisible": true,
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "onClick": "{{TC4.both()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.onClick"
- }
- ],
- "leftColumn": 17,
- "dynamicBindingPathList": [
- {
- "key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 47,
- "widgetId": "cp1ku9sd4h",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2Copy1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 51,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 10.337890625,
- "dynamicTriggerPathList": [],
- "leftColumn": 32,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.dogFact}}",
- "key": "gczlrxsr70",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "svs7gh57bz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "ButtonGroup1Copy",
- "isCanvas": false,
- "dynamicPropertyPathList": [],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218.svg",
- "topRow": 69,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Clear kitty",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#f3e8ff",
- "onClick": "{{clearInterval('kitty')}}"
- },
- "groupButton2": {
- "label": "Clear doggo",
- "iconName": "cloud",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "#fee2e2",
- "onClick": "{{clearInterval('doggo')}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "vnw8w44kcq",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 46,
- "widgetId": "4nwrn0lnur",
- "isVisible": true,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "originalTopRow": 69,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 75,
- "buttonVariant": "PRIMARY"
- },
- {
- "mobileBottomRow": 81,
- "widgetName": "NumberSlider1",
- "defaultValue": "5000",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
- "tooltipAlwaysOn": false,
- "labelText": "Refresh duration",
- "searchTags": [
- "range"
- ],
- "topRow": 77,
- "bottomRow": 81,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 51,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 13.796875,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "isDisabled": false,
- "key": "w87aglxqe9",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 52,
- "max": "15000",
- "widgetId": "pw55xzgtyd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 73,
- "responsiveBehavior": "fill",
- "originalTopRow": 77,
- "mobileLeftColumn": 11,
- "originalBottomRow": 81,
- "step": "10",
- "showMarksLabel": true
- },
- {
- "mobileBottomRow": 13,
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 9,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
- "key": "o7lra5yjtq",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "k2jjway841",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9,
- "responsiveBehavior": "fill",
- "originalTopRow": 9,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 16,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 6,
- "widgetName": "Button1",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 2,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 15,
- "animateLoading": true,
- "parentColumnSpace": 13.78125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "mq36p1d6a7",
- "isDeprecated": false,
- "rightColumn": 15,
- "isDefaultClickDisabled": true,
- "widgetId": "52aina4tgc",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "hdrkhj2fvt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 2,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "yrdah1axob",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 92,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container2",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 105,
- "bottomRow": 179,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1Copy",
- "detachFromLayout": true,
- "widgetId": "cvswye62f0",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "qophrhb9ws",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 731.2601661682129,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 46,
- "iconName": "arrow-top-right",
- "widgetId": "yap98rhcqn",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "isSortable": true,
- "type": "TABLE_WIDGET",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 43,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "widgetName": "Table2Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 46,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "onPageSizeChange": "",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onPageSizeChange"
- }
- ],
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 64,
- "textSize": "0.875rem",
- "widgetId": "ks1q35pgko",
- "tableData": "{{Api3.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "widgetName": "Text5",
- "borderColor": "#3730a3",
- "dynamicPropertyPathList": [],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 67,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "2",
- "truncateButtonColor": "#FFC13D",
- "text": "Widget navigation led you here",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 44,
- "backgroundColor": "#3730a3",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "0mi3h8zskd",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#fafafa",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table1Copy",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 21,
- "textSize": "0.875rem",
- "widgetId": "44lgrfydql",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api1.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "none",
- "widgetName": "Select2",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Select navigation type",
- "topRow": 9,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC3.myVar1}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 48,
- "dynamicHeight": "FIXED",
- "widgetId": "ywc7thfwfa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "cvswye62f0",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{TC3.myFun1()}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC3",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "ht0x7fh5ev",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Table2",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "isVisibleDownload": true,
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 21,
- "primaryColumns": {
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "id": {
- "index": 1,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "delimiter": ",",
- "key": "1jwvrzjzn4",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 43,
- "textSize": "0.875rem",
- "widgetId": "j4hy3296sv",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "tableData": "{{Api2.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Tabs1",
- "isCanvas": true,
- "displayName": "Tabs",
- "iconSVG": "/static/media/icon.74a6d653.svg",
- "topRow": 47,
- "bottomRow": 67,
- "parentRowSpace": 10,
- "type": "TABS_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onTabSelected"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "tabId": "tab1",
- "boxShadow": "none",
- "widgetName": "Canvas2",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 1",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "bv937y1isa",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "tabId": "tab2",
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 160,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 3,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
- "key": "atozs3dqkq",
- "isDeprecated": false,
- "rightColumn": 60,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "stu122x6ov",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "fc3l3b6pjd",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "isDisabled": false,
- "key": "2lemx27cvt",
- "isDeprecated": false,
- "tabName": "Tab 2",
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "fc3l3b6pjd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "1wwv4lpx0h",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "wvw41p337s",
- "isDeprecated": false,
- "rightColumn": 39,
- "dynamicHeight": "FIXED",
- "widgetId": "1wwv4lpx0h",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "defaultTab": "Tab 1",
- "onTabSelected": "",
- "shouldShowTabs": true,
- "tabsObj": {
- "tab1": {
- "label": "Tab 1",
- "id": "tab1",
- "widgetId": "bv937y1isa",
- "isVisible": true,
- "index": 0
- },
- "tab2": {
- "label": "Tab 2",
- "id": "tab2",
- "widgetId": "fc3l3b6pjd",
- "isVisible": true,
- "index": 1
- }
- },
- "isVisible": true,
- "version": 3,
- "parentId": "cvswye62f0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "qophrhb9ws",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 104,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 178,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "h108wfmd0r",
- "image": "{{petImagesold.data[0].url ?? Image2.image}}",
- "isDeprecated": false,
- "rightColumn": 12,
- "objectFit": "contain",
- "widgetId": "ra1tf5j9f4",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 104,
- "enableRotation": false
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 93,
- "bottomRow": 105,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{petFactsold.data.fact}}",
- "key": "7f6oqdkh8t",
- "isDeprecated": false,
- "rightColumn": 32,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "4ubwdgb1h3",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 92,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 104,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 2_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_TC4.both",
- "name": "TC4.both",
- "collectionId": "Page 2_TC4",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 2_petImages",
- "name": "petImages",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "Page 2_petFacts",
- "name": "petFacts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf4"
- },
- {
- "unpublishedPage": {
- "name": "Page 3",
- "slug": "page-3",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1300,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1,
- "bottomRow": 59,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2",
- "detachFromLayout": true,
- "widgetId": "92o1wf4kiz",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "v81j6i48ks",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "qgdqioe4om",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 50,
- "bottomRow": 55,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 18,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
- "key": "ltq71svusm",
- "isDeprecated": false,
- "rightColumn": 44,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "15s5q5fjq5",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 50,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 55,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 50,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map3",
- "defaultMarkers": "{{TC5.locations}}",
- "dynamicPropertyPathList": [],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 13,
- "bottomRow": 47,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "allowZoom": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "defaultMarkers"
- }
- ],
- "enablePickLocation": false,
- "mapCenter": {
- "lat": 28.6105073,
- "long": 77.1145653,
- "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India"
- },
- "isClickedMarkerCentered": false,
- "isDisabled": false,
- "enableSearch": false,
- "key": "6ewoa3cy5w",
- "isDeprecated": false,
- "rightColumn": 36.57142857142857,
- "allowClustering": false,
- "widgetId": "2ng48j802d",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 14,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 48
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 13,
- "bottomRow": 46,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "leftColumn": 37.58730158730158,
- "children": [
- {
- "rightColumn": 323.44199657440186,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "zap3upnpc9",
- "containerStyle": "none",
- "bottomRow": 330,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "0c4qu88gua",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 435.94356060028076,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 27,
- "bottomRow": 31,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 8.347826086956522,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.count}}",
- "key": "q1mz71t6fa",
- "isDeprecated": false,
- "rightColumn": 52.869565217391305,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "nq2no4e7u1",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 44,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 48,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{TC5.countdown()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 22,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
- "isDisabled": false,
- "key": "nfmoy84nid",
- "isDeprecated": false,
- "rightColumn": 61,
- "isDefaultClickDisabled": true,
- "widgetId": "dqzhco0pxx",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 15,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 19,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "widgetName": "NumberSlider2",
- "defaultValue": "10",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "pick countdown duration",
- "searchTags": [
- "range"
- ],
- "topRow": 15,
- "bottomRow": 22,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": "10",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": "200",
- "widgetId": "25v6rx7lp5",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "NumberSlider1",
- "defaultValue": "50",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "select a number you want to countdown from",
- "searchTags": [
- "range"
- ],
- "topRow": 7,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": 100,
- "widgetId": "krvk4jsa77",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "OUTTER VARIABLE MODIFICATION",
- "key": "s7vnc82698",
- "isDeprecated": false,
- "rightColumn": 61.21739130434783,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "a8tis5fxkf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "0c4qu88gua",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 13,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 46,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "9laodeyhr2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v81j6i48ks",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- },
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2Copy",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 64,
- "bottomRow": 122,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2Copy",
- "detachFromLayout": true,
- "widgetId": "krk7t6fkrj",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mtx9rr9sv3",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "kgie13n9d2",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC6",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "8od3vchpi2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 24,
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 20,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.56103515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "",
- "key": "sefx44qvp2",
- "isDeprecated": false,
- "rightColumn": 25,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "65xjdau988",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 20,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 9,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "mtx9rr9sv3",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 3",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 3",
- "slug": "page-3",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1300,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1,
- "bottomRow": 59,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2",
- "detachFromLayout": true,
- "widgetId": "92o1wf4kiz",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "v81j6i48ks",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "qgdqioe4om",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 50,
- "bottomRow": 55,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 18,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
- "key": "ltq71svusm",
- "isDeprecated": false,
- "rightColumn": 44,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "15s5q5fjq5",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 50,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 55,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 50,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map3",
- "defaultMarkers": "{{TC5.locations}}",
- "dynamicPropertyPathList": [],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 13,
- "bottomRow": 47,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "allowZoom": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "defaultMarkers"
- }
- ],
- "enablePickLocation": false,
- "mapCenter": {
- "lat": 28.6105073,
- "long": 77.1145653,
- "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India"
- },
- "isClickedMarkerCentered": false,
- "isDisabled": false,
- "enableSearch": false,
- "key": "6ewoa3cy5w",
- "isDeprecated": false,
- "rightColumn": 36.57142857142857,
- "allowClustering": false,
- "widgetId": "2ng48j802d",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 14,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 48
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 13,
- "bottomRow": 46,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "leftColumn": 37.58730158730158,
- "children": [
- {
- "rightColumn": 323.44199657440186,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "zap3upnpc9",
- "containerStyle": "none",
- "bottomRow": 330,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "0c4qu88gua",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 435.94356060028076,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 27,
- "bottomRow": 31,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 8.347826086956522,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{appsmith.store.count}}",
- "key": "q1mz71t6fa",
- "isDeprecated": false,
- "rightColumn": 52.869565217391305,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "nq2no4e7u1",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 44,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 48,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{TC5.countdown()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 22,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
- "isDisabled": false,
- "key": "nfmoy84nid",
- "isDeprecated": false,
- "rightColumn": 61,
- "isDefaultClickDisabled": true,
- "widgetId": "dqzhco0pxx",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 15,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 19,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "widgetName": "NumberSlider2",
- "defaultValue": "10",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "pick countdown duration",
- "searchTags": [
- "range"
- ],
- "topRow": 15,
- "bottomRow": 22,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": "10",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": "200",
- "widgetId": "25v6rx7lp5",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "NumberSlider1",
- "defaultValue": "50",
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
- "tooltipAlwaysOn": false,
- "labelText": "select a number you want to countdown from",
- "searchTags": [
- "range"
- ],
- "topRow": 7,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "labelStyle": "BOLD,ITALIC",
- "labelTextColor": "#231f20",
- "isDisabled": false,
- "key": "xaii5tvmff",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "max": 100,
- "widgetId": "krvk4jsa77",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "zap3upnpc9",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 5.053781196475029,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "OUTTER VARIABLE MODIFICATION",
- "key": "s7vnc82698",
- "isDeprecated": false,
- "rightColumn": 61.21739130434783,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "a8tis5fxkf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zap3upnpc9",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "0c4qu88gua",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 13,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 46,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "Text3Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "9laodeyhr2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "92o1wf4kiz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v81j6i48ks",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- },
- {
- "tabId": "",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container2Copy",
- "borderColor": "",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 64,
- "bottomRow": 122,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "rightColumn": 885.9498167037964,
- "widgetName": "Canvas2Copy",
- "detachFromLayout": true,
- "widgetId": "krk7t6fkrj",
- "containerStyle": "none",
- "bottomRow": 580,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mtx9rr9sv3",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 745.3228616714478,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 41,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 47,
- "iconName": "arrow-top-right",
- "widgetId": "kgie13n9d2",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.842965885996819,
- "dynamicTriggerPathList": [],
- "leftColumn": 21.333333333333332,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC6",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 40.63492063492063,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "8od3vchpi2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 45,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 51,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 24,
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 20,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.56103515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "",
- "key": "sefx44qvp2",
- "isDeprecated": false,
- "rightColumn": 25,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "65xjdau988",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "krk7t6fkrj",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 20,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 9,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "b28177b88a",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "mtx9rr9sv3",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 3_TC5.storeLocation",
- "name": "TC5.storeLocation",
- "collectionId": "Page 3_TC5",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
- ],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 3_TC6.myFun2",
- "name": "TC6.myFun2",
- "collectionId": "Page 3_TC6",
- "clientSideExecution": true,
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 3",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf8"
- },
- {
- "unpublishedPage": {
- "name": "Page 4",
- "slug": "page-4",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 650,
- "containerStyle": "none",
- "snapRows": 61,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Checkbox1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Checkbox",
- "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
- "searchTags": [
- "boolean"
- ],
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "CHECKBOX_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onCheckChange"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "{{appsmith.store.text}}",
- "onCheckChange": "",
- "isDisabled": false,
- "key": "o2vo6m4r0d",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "7og0usx4uq",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "label": "You having a good day?",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 3,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "defaultCheckedState": false,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 8,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "ButtonGroup2",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- },
- {
- "key": "boxShadow"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 12,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Make 'em all disappear",
- "iconName": "clean",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','false');;}}"
- },
- "groupButton2": {
- "label": "Bring them back!",
- "iconName": "asterisk",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','true');;}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- }
- ],
- "key": "41w8av7fig",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "i3fwzt60ns",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "*_* Blue",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#93c5fd",
- "onClick": "{{TC6.blue()}}"
- },
- "groupButton3": {
- "label": " O_O Red",
- "id": "groupButton3",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {
- "menuItem1": {
- "label": "First Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem1",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem2",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Delete",
- "iconName": "trash",
- "iconColor": "#FFFFFF",
- "iconAlign": "right",
- "textColor": "#FFFFFF",
- "backgroundColor": "#DD4B34",
- "id": "menuItem3",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "buttonColor": "#f472b6",
- "onClick": "{{TC6.orange()}}"
- },
- "groupButton2": {
- "label": "T_T Green",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2,
- "menuItems": {},
- "buttonColor": "#b5d1a5",
- "onClick": "{{TC6.green()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton3.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "key": "8rlytj0pm0",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 10,
- "widgetId": "vm3plubn8e",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "0.375rem",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "CategorySlider1",
- "dynamicPropertyPathList": [
- {
- "key": "labelTextColor"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "options"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Category Slider",
- "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
- "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
- "searchTags": [
- "range"
- ],
- "topRow": 18,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CATEGORY_SLIDER_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{moment().format('dddd')}}",
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "labelText"
- },
- {
- "key": "isVisible"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
- "labelTextColor": "{{appsmith.store.text}}",
- "isDisabled": false,
- "key": "kxvqu06iom",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 29,
- "onChange": "",
- "widgetId": "jogmp1s31g",
- "accentColor": "{{appsmith.store.background}}",
- "isVisible": "{{appsmith.store.visible}}",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 18,
- "originalBottomRow": 26,
- "showMarksLabel": true
- },
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 27,
- "bottomRow": 40,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "rightColumn": 253.12851905822754,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "em3f3sredw",
- "containerStyle": "none",
- "bottomRow": 130,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mglu9gsl2z",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 130,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- }
- ],
- "isDisabled": false,
- "key": "ikj1vq2v1h",
- "isDeprecated": false,
- "rightColumn": 63,
- "widgetId": "vzvsrip3yr",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 4,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 11,
- "iconColor": "#fafafa"
- },
- {
- "widgetName": "Text1",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Test if you have the skills to be have a karaoke night",
- "key": "0oc89nkcbg",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "",
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "3z7yb728ic",
- "isVisible": "{{appsmith.store.visible}}",
- "fontStyle": "BOLD",
- "textColor": "{{appsmith.store.text}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rlj0lh33fd",
- "backgroundColor": "{{appsmith.store.background}}",
- "isDeprecated": false,
- "rightColumn": 29,
- "dynamicHeight": "FIXED",
- "widgetId": "mglu9gsl2z",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 27,
- "borderRadius": "0.375rem",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 40,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "newName",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
- "searchTags": [
- "mp3",
- "sound",
- "wave",
- "player"
- ],
- "topRow": 44,
- "bottomRow": 48,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "isVisible"
- }
- ],
- "key": "gro03mxuhi",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "omgy5x59c0",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "originalBottomRow": 46,
- "autoPlay": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
- "topRow": 44,
- "isSortable": false,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "cellBackground"
- },
- {
- "key": "primaryColumns.task.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "primaryColumns.task.textColor"
- },
- {
- "key": "primaryColumns.status.textColor"
- },
- {
- "key": "primaryColumns.action.textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonLabel"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": "{{appsmith.store.visible}}",
- "enableClientSideSearch": false,
- "version": 1,
- "textColor": "{{appsmith.store.text}}",
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65,
- "columnUpdatedAt": 1676634128648,
- "defaultSelectedRowIndices": [
- 0
- ],
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "task",
- "status",
- "action"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 65,
- "columnWidthMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "parentRowSpace": 10,
- "hideCard": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "borderWidth": "1",
- "primaryColumns": {
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "checkbox",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
- "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
- "textColor": "{{appsmith.store.text}}",
- "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
- "sticky": ""
- }
- },
- "key": "e03zy85neo",
- "canFreezeColumn": false,
- "isDeprecated": false,
- "rightColumn": 36,
- "textSize": "0.875rem",
- "widgetId": "2ggycmaef1",
- "enableServerSideFiltering": false,
- "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "originalTopRow": 44,
- "isVisiblePagination": false,
- "cellBackground": "{{appsmith.store.background}}",
- "verticalAlignment": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 4",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 4",
- "slug": "page-4",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 650,
- "containerStyle": "none",
- "snapRows": 61,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Checkbox1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Checkbox",
- "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
- "searchTags": [
- "boolean"
- ],
- "topRow": 3,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "CHECKBOX_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onCheckChange"
- }
- ],
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "{{appsmith.store.text}}",
- "onCheckChange": "",
- "isDisabled": false,
- "key": "o2vo6m4r0d",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "7og0usx4uq",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "label": "You having a good day?",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 3,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "defaultCheckedState": false,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 8,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "ButtonGroup2",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- },
- {
- "key": "boxShadow"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 12,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Make 'em all disappear",
- "iconName": "clean",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','false');;}}"
- },
- "groupButton2": {
- "label": "Bring them back!",
- "iconName": "asterisk",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "{{appsmith.store.background}}",
- "onClick": "{{storeValue('visible','true');;}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton2.onClick"
- },
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- }
- ],
- "key": "41w8av7fig",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "i3fwzt60ns",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- }
- ],
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 3,
- "bottomRow": 16,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "*_* Blue",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "#93c5fd",
- "onClick": "{{TC6.blue()}}"
- },
- "groupButton3": {
- "label": " O_O Red",
- "id": "groupButton3",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {
- "menuItem1": {
- "label": "First Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem1",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem2",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Delete",
- "iconName": "trash",
- "iconColor": "#FFFFFF",
- "iconAlign": "right",
- "textColor": "#FFFFFF",
- "backgroundColor": "#DD4B34",
- "id": "menuItem3",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "buttonColor": "#f472b6",
- "onClick": "{{TC6.orange()}}"
- },
- "groupButton2": {
- "label": "T_T Green",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2,
- "menuItems": {},
- "buttonColor": "#b5d1a5",
- "onClick": "{{TC6.green()}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "groupButtons.groupButton1.onClick"
- },
- {
- "key": "groupButtons.groupButton3.onClick"
- },
- {
- "key": "groupButtons.groupButton2.onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "key": "8rlytj0pm0",
- "orientation": "vertical",
- "isDeprecated": false,
- "rightColumn": 10,
- "widgetId": "vm3plubn8e",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "0.375rem",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "CategorySlider1",
- "dynamicPropertyPathList": [
- {
- "key": "labelTextColor"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "options"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Category Slider",
- "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
- "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
- "searchTags": [
- "range"
- ],
- "topRow": 18,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CATEGORY_SLIDER_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{moment().format('dddd')}}",
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "labelTextColor"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "labelText"
- },
- {
- "key": "isVisible"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
- "labelTextColor": "{{appsmith.store.text}}",
- "isDisabled": false,
- "key": "kxvqu06iom",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 29,
- "onChange": "",
- "widgetId": "jogmp1s31g",
- "accentColor": "{{appsmith.store.background}}",
- "isVisible": "{{appsmith.store.visible}}",
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 18,
- "originalBottomRow": 26,
- "showMarksLabel": true
- },
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 27,
- "bottomRow": 40,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "rightColumn": 253.12851905822754,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "em3f3sredw",
- "containerStyle": "none",
- "bottomRow": 130,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "mglu9gsl2z",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 130,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- }
- ],
- "isDisabled": false,
- "key": "ikj1vq2v1h",
- "isDeprecated": false,
- "rightColumn": 63,
- "widgetId": "vzvsrip3yr",
- "accentColor": "{{appsmith.store.contrast}}",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 4,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 11,
- "iconColor": "#fafafa"
- },
- {
- "widgetName": "Text1",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 3.9551331102848053,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "textColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Test if you have the skills to be have a karaoke night",
- "key": "0oc89nkcbg",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "",
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "3z7yb728ic",
- "isVisible": "{{appsmith.store.visible}}",
- "fontStyle": "BOLD",
- "textColor": "{{appsmith.store.text}}",
- "version": 1,
- "parentId": "em3f3sredw",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 4,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rlj0lh33fd",
- "backgroundColor": "{{appsmith.store.background}}",
- "isDeprecated": false,
- "rightColumn": 29,
- "dynamicHeight": "FIXED",
- "widgetId": "mglu9gsl2z",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 27,
- "borderRadius": "0.375rem",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 40,
- "minDynamicHeight": 10
- },
- {
- "widgetName": "newName",
- "dynamicPropertyPathList": [
- {
- "key": "isVisible"
- }
- ],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
- "searchTags": [
- "mp3",
- "sound",
- "wave",
- "player"
- ],
- "topRow": 44,
- "bottomRow": 48,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "isVisible"
- }
- ],
- "key": "gro03mxuhi",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "omgy5x59c0",
- "isVisible": "{{appsmith.store.visible}}",
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "originalBottomRow": 46,
- "autoPlay": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
- "topRow": 44,
- "isSortable": false,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "cellBackground"
- },
- {
- "key": "primaryColumns.task.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "primaryColumns.task.textColor"
- },
- {
- "key": "primaryColumns.status.textColor"
- },
- {
- "key": "primaryColumns.action.textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonLabel"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": "{{appsmith.store.visible}}",
- "enableClientSideSearch": false,
- "version": 1,
- "textColor": "{{appsmith.store.text}}",
- "totalRecordsCount": 0,
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65,
- "columnUpdatedAt": 1676634128648,
- "defaultSelectedRowIndices": [
- 0
- ],
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "task",
- "status",
- "action"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "cellBackground"
- },
- {
- "key": "textColor"
- },
- {
- "key": "isVisible"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.cellBackground"
- },
- {
- "key": "primaryColumns.status.cellBackground"
- },
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 65,
- "columnWidthMap": {
- "task": 245,
- "step": 62,
- "status": 75
- },
- "parentRowSpace": 10,
- "hideCard": false,
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "borderWidth": "1",
- "primaryColumns": {
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "checkbox",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "cellBackground": "{{appsmith.store.background}}",
- "textColor": "{{appsmith.store.text}}",
- "sticky": ""
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isCellEditable": false,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "validation": {},
- "labelColor": "#FFFFFF",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
- "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
- "textColor": "{{appsmith.store.text}}",
- "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
- "sticky": ""
- }
- },
- "key": "e03zy85neo",
- "canFreezeColumn": false,
- "isDeprecated": false,
- "rightColumn": 36,
- "textSize": "0.875rem",
- "widgetId": "2ggycmaef1",
- "enableServerSideFiltering": false,
- "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "originalTopRow": 44,
- "isVisiblePagination": false,
- "cellBackground": "{{appsmith.store.background}}",
- "verticalAlignment": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 4",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfe"
- },
- {
- "unpublishedPage": {
- "name": "Page 1",
- "slug": "page-1",
- "customSlug": "",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1480,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container3",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "animateLoading"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 66,
- "bottomRow": 140,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": "true",
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 607.7500152587891,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "widgetId": "ijtgmtni2k",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "p7fos7awt2",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 830,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 31,
- "bottomRow": 42,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "leftColumn": 39,
- "dynamicBindingPathList": [],
- "children": [
- {
- "rightColumn": 316.25449657440186,
- "widgetName": "Canvas5",
- "detachFromLayout": true,
- "widgetId": "6iw1h9dfsf",
- "containerStyle": "none",
- "bottomRow": 110,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "e5qizxpr0i",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 123.75175952911377,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Input2",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 5,
- "bottomRow": 9,
- "parentRowSpace": 10,
- "labelWidth": "15",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "PASSWORD",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "ohlhkb5pp7",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Password",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.password}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Input1",
- "dynamicPropertyPathList": [
- {
- "key": "onFocus"
- }
- ],
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [
- {
- "key": "onTextChanged"
- },
- {
- "key": "onFocus"
- }
- ],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "EMAIL",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "onTextChanged": "",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "4v3hz6o89j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "e-mail",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.email}}",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rgm6qofnar",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 62,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e5qizxpr0i",
- "containerStyle": "card",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "originalTopRow": 31,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 42,
- "minDynamicHeight": 10
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2Copy",
- "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Remove a few store values",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "xtx0akgjk0",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "w6qr6t0oal",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 8,
- "bottomRow": 30,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "SCROLL",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 27,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) \n\nStep 1: Clear local store values by clicking on relevant button\n\nStep 2: Use promise.all function to trigger sequential store value actions\n\nStep 3: Use then/catch block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch block)",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "5zjwcuucs2",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC2",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "pv5wh9p2rb",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3Copy",
- "onClick": "{{TC2.myFun2()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 24,
- "bottomRow": 29,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using then/catch",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "tvwn4pxtjo",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{TC2.myFun1();}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 19,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using promise.all",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "bs6qb7yb4u",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Clear appsmith store",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "qcnf9yi3kl",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 33,
- "bottomRow": 49,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "q7e2c15fyz",
- "image": "{{appsmith.store.pic}}",
- "isDeprecated": false,
- "rightColumn": 16,
- "objectFit": "contain",
- "widgetId": "18m6ehwqyv",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 29,
- "bottomRow": 33,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
- "key": "8vc77e1j1z",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "96dlxdqrnf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 10,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map1",
- "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
- "dynamicPropertyPathList": [
- {
- "key": "mapCenter"
- }
- ],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 42,
- "bottomRow": 71,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "allowZoom": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 36,
- "dynamicBindingPathList": [
- {
- "key": "mapCenter"
- },
- {
- "key": "defaultMarkers"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "enablePickLocation": true,
- "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
- "isClickedMarkerCentered": true,
- "isDisabled": false,
- "enableSearch": false,
- "key": "xpdrclix9k",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "lvbo7v7lxh",
- "enableCreateMarker": false,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 71
- },
- {
- "boxShadow": "none",
- "widgetName": "DatePicker1",
- "minDate": "1920-12-31T18:30:00.000Z",
- "dateFormat": "LLL",
- "dynamicPropertyPathList": [
- {
- "key": "defaultDate"
- }
- ],
- "displayName": "DatePicker",
- "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
- "searchTags": [
- "calendar"
- ],
- "topRow": 49,
- "bottomRow": 53,
- "shortcuts": true,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "DATE_PICKER_WIDGET2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultDate"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "#1d4ed8",
- "isDisabled": false,
- "key": "x339tqgav5",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "defaultDate": "{{appsmith.store.dob}}",
- "isDeprecated": false,
- "rightColumn": 25,
- "dynamicHeight": "FIXED",
- "widgetId": "v1h32cg7fe",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "Date of birth",
- "version": 2,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "timePrecision": "minute",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "firstDayOfWeek": 0,
- "closeOnSelection": true,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "PhoneInput1",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 54,
- "bottomRow": 58,
- "parentRowSpace": 10,
- "labelWidth": "4",
- "defaultDialCode": "+260",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "BOLD",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "2c96r94kzy",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Landline",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.phone}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "PhoneInput2",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 59,
- "bottomRow": 63,
- "parentRowSpace": 10,
- "labelWidth": "3",
- "defaultDialCode": "+1664",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "qppi9qtlwp",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Phone",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.cell}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 64,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultOptionValue"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Male",
- "value": "M"
- },
- {
- "label": "Female",
- "value": "F"
- }
- ],
- "isDisabled": false,
- "key": "rdqw0n133t",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "4bqyoh6ydq",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Gender",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "qmr0vxzj8r",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "p7fos7awt2",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 67,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 141,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 4,
- "bottomRow": 61,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "kk1k58hv9w",
- "containerStyle": "none",
- "bottomRow": 570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "fprx0bu1rp",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 570,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "borderColor": "{{Select1.selectedOptionValue}}",
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 49,
- "bottomRow": 54,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "borderColor"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "7",
- "truncateButtonColor": "#FFC13D",
- "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}} and will default to {{Select1.defaultOptionValue}} after reset",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 46,
- "backgroundColor": "{{Select1.selectedOptionValue}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "iv3qlgn05v",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#18181b",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 49,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 54,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "multiRowSelection": false,
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 19,
- "isSortable": true,
- "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "type": "TABLE_WIDGET",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": "",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75,
- "userId": 79,
- "id": 60
- },
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 48,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- }
- ],
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 46,
- "textSize": "0.875rem",
- "widgetId": "hzi419yzw9",
- "tableData": "{{Api1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "kk1k58hv9w",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Audio1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a.svg",
- "topRow": 19,
- "bottomRow": 23,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPlay"
- }
- ],
- "leftColumn": 46,
- "dynamicBindingPathList": [],
- "key": "1ujq0d6hyd",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "8bjrosh0ou",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "onPlay": "{{TC1.myFun1()}}",
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "autoPlay": false
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Step 2:",
- "topRow": 15,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC1.selectOptions}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "h3jvfg6ol2",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Step 1: Modify Switch widget toggle to off \nStep 2: Modify dropdown option from Green to any another option\nStep 3: Move to page 4 on the table widget \nStep 4: Hit the play button on the Audio widget to trigger actions",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "ohazs8n5hb",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Switch1",
- "dynamicPropertyPathList": [],
- "displayName": "Switch",
- "iconSVG": "/static/media/icon.a3115bc1.svg",
- "topRow": 11,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "type": "SWITCH_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "isDisabled": false,
- "key": "633iji72ol",
- "isDeprecated": false,
- "rightColumn": 13,
- "onChange": "",
- "dynamicHeight": "FIXED",
- "widgetId": "0hmn8m90ei",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Step 1:",
- "defaultSwitchState": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC1",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "046n7liqib",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "znm5ogd46g",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup1",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 23,
- "bottomRow": 32,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "Y",
- "animateLoading": true,
- "parentColumnSpace": 17.625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ],
- "isDisabled": false,
- "key": "ekhr4wfb2d",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "tdeulieh26",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Catch block test",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "fprx0bu1rp",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 62,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "5i9vixju2a",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 5,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 1_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 1",
- "slug": "page-1",
- "customSlug": "",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1480,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Container3",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "animateLoading"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 66,
- "bottomRow": 140,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": "true",
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 607.7500152587891,
- "widgetName": "Canvas4",
- "detachFromLayout": true,
- "widgetId": "ijtgmtni2k",
- "containerStyle": "none",
- "bottomRow": 740,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "p7fos7awt2",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 830,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 31,
- "bottomRow": 42,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "leftColumn": 39,
- "dynamicBindingPathList": [],
- "children": [
- {
- "rightColumn": 316.25449657440186,
- "widgetName": "Canvas5",
- "detachFromLayout": true,
- "widgetId": "6iw1h9dfsf",
- "containerStyle": "none",
- "bottomRow": 110,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "e5qizxpr0i",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 123.75175952911377,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Input2",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 5,
- "bottomRow": 9,
- "parentRowSpace": 10,
- "labelWidth": "15",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "PASSWORD",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "ohlhkb5pp7",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Password",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.password}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Input1",
- "dynamicPropertyPathList": [
- {
- "key": "onFocus"
- }
- ],
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "labelWidth": "10",
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.941476508975029,
- "dynamicTriggerPathList": [
- {
- "key": "onTextChanged"
- },
- {
- "key": "onFocus"
- }
- ],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "EMAIL",
- "isDisabled": false,
- "key": "3u43ehne15",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "onTextChanged": "",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "4v3hz6o89j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "e-mail",
- "version": 2,
- "parentId": "6iw1h9dfsf",
- "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.email}}",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "1",
- "key": "rgm6qofnar",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 62,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e5qizxpr0i",
- "containerStyle": "card",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "originalTopRow": 31,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 42,
- "minDynamicHeight": 10
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2Copy",
- "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 12,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Remove a few store values",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "xtx0akgjk0",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1Copy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "w6qr6t0oal",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text2CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 8,
- "bottomRow": 30,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "SCROLL",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 27,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) \n\nStep 1: Clear local store values by clicking on relevant button\n\nStep 2: Use promise.all function to trigger sequential store value actions\n\nStep 3: Use then/catch block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch block)",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "5zjwcuucs2",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 19,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC2",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "pv5wh9p2rb",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3Copy",
- "onClick": "{{TC2.myFun2()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 24,
- "bottomRow": 29,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using then/catch",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "tvwn4pxtjo",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{TC2.myFun1();}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 19,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Store values using promise.all",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 24,
- "isDefaultClickDisabled": true,
- "widgetId": "bs6qb7yb4u",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Button2",
- "onClick": "{{clearStore()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.496093988418579,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Clear appsmith store",
- "isDisabled": false,
- "key": "tf875ip5ma",
- "isDeprecated": false,
- "rightColumn": 12,
- "isDefaultClickDisabled": true,
- "widgetId": "qcnf9yi3kl",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb96.svg",
- "topRow": 33,
- "bottomRow": 49,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "",
- "key": "q7e2c15fyz",
- "image": "{{appsmith.store.pic}}",
- "isDeprecated": false,
- "rightColumn": 16,
- "objectFit": "contain",
- "widgetId": "18m6ehwqyv",
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph"
- ],
- "topRow": 29,
- "bottomRow": 33,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
- "key": "8vc77e1j1z",
- "isDeprecated": false,
- "rightColumn": 16,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "96dlxdqrnf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "zoomLevel": 10,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Map1",
- "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
- "dynamicPropertyPathList": [
- {
- "key": "mapCenter"
- }
- ],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
- "topRow": 42,
- "bottomRow": 71,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "allowZoom": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 36,
- "dynamicBindingPathList": [
- {
- "key": "mapCenter"
- },
- {
- "key": "defaultMarkers"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "enablePickLocation": true,
- "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
- "isClickedMarkerCentered": true,
- "isDisabled": false,
- "enableSearch": false,
- "key": "xpdrclix9k",
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "lvbo7v7lxh",
- "enableCreateMarker": false,
- "isVisible": true,
- "version": 1,
- "parentId": "ijtgmtni2k",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 42,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 71
- },
- {
- "boxShadow": "none",
- "widgetName": "DatePicker1",
- "minDate": "1920-12-31T18:30:00.000Z",
- "dateFormat": "LLL",
- "dynamicPropertyPathList": [
- {
- "key": "defaultDate"
- }
- ],
- "displayName": "DatePicker",
- "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
- "searchTags": [
- "calendar"
- ],
- "topRow": 49,
- "bottomRow": 53,
- "shortcuts": true,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "DATE_PICKER_WIDGET2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultDate"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelTextColor": "#1d4ed8",
- "isDisabled": false,
- "key": "x339tqgav5",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "defaultDate": "{{appsmith.store.dob}}",
- "isDeprecated": false,
- "rightColumn": 25,
- "dynamicHeight": "FIXED",
- "widgetId": "v1h32cg7fe",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "Date of birth",
- "version": 2,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "timePrecision": "minute",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "firstDayOfWeek": 0,
- "closeOnSelection": true,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "PhoneInput1",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 54,
- "bottomRow": 58,
- "parentRowSpace": 10,
- "labelWidth": "4",
- "defaultDialCode": "+260",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "BOLD",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "2c96r94kzy",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Landline",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "regex": "",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.phone}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "PhoneInput2",
- "dynamicPropertyPathList": [],
- "displayName": "Phone Input",
- "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
- "searchTags": [
- "call"
- ],
- "topRow": 59,
- "bottomRow": 63,
- "parentRowSpace": 10,
- "labelWidth": "3",
- "defaultDialCode": "+1664",
- "autoFocus": false,
- "type": "PHONE_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultText"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3lpv64df30",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "qppi9qtlwp",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "allowDialCodeChange": false,
- "isVisible": true,
- "label": "Phone",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "allowFormatting": false,
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "{{appsmith.store.cell}}",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 64,
- "bottomRow": 72,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "defaultOptionValue"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Male",
- "value": "M"
- },
- {
- "label": "Female",
- "value": "F"
- }
- ],
- "isDisabled": false,
- "key": "rdqw0n133t",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "4bqyoh6ydq",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Gender",
- "version": 1,
- "parentId": "ijtgmtni2k",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "qmr0vxzj8r",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "p7fos7awt2",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 67,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 141,
- "minDynamicHeight": 4
- },
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 4,
- "bottomRow": 61,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 900.0125122070312,
- "widgetName": "Canvas1",
- "detachFromLayout": true,
- "widgetId": "kk1k58hv9w",
- "containerStyle": "none",
- "bottomRow": 570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "fprx0bu1rp",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 570,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "borderColor": "{{Select1.selectedOptionValue}}",
- "dynamicPropertyPathList": [
- {
- "key": "backgroundColor"
- }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 49,
- "bottomRow": 54,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "borderColor"
- }
- ],
- "shouldTruncate": false,
- "borderWidth": "7",
- "truncateButtonColor": "#FFC13D",
- "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}} and will default to {{Select1.defaultOptionValue}} after reset",
- "key": "lk4gyh2a8t",
- "isDeprecated": false,
- "rightColumn": 46,
- "backgroundColor": "{{Select1.selectedOptionValue}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "iv3qlgn05v",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#18181b",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 49,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 54,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "multiRowSelection": false,
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 19,
- "isSortable": true,
- "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "type": "TABLE_WIDGET",
- "animateLoading": false,
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.body.computedValue"
- },
- {
- "key": "primaryColumns.title.computedValue"
- },
- {
- "key": "primaryColumns.userId.computedValue"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": false,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": "",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75,
- "userId": 79,
- "id": 60
- },
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "userId",
- "id",
- "title",
- "body"
- ],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 48,
- "parentRowSpace": 10,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPageChange"
- }
- ],
- "primaryColumns": {
- "id": {
- "index": 0,
- "width": 150,
- "id": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}"
- },
- "userId": {
- "index": 0,
- "width": 150,
- "id": "userId",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "userId",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
- "cellBackground": ""
- },
- "title": {
- "index": 2,
- "width": 150,
- "id": "title",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "title",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
- "cellBackground": ""
- },
- "body": {
- "index": 3,
- "width": 150,
- "id": "body",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textColor": "",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "body",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
- "cellBackground": ""
- }
- },
- "key": "sbikkpxlt6",
- "derivedColumns": {},
- "isDeprecated": false,
- "rightColumn": 46,
- "textSize": "0.875rem",
- "widgetId": "hzi419yzw9",
- "tableData": "{{Api1.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "kk1k58hv9w",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Audio1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.cb54df7a.svg",
- "topRow": 19,
- "bottomRow": 23,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onPlay"
- }
- ],
- "leftColumn": 46,
- "dynamicBindingPathList": [],
- "key": "1ujq0d6hyd",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "8bjrosh0ou",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "onPlay": "{{TC1.myFun1()}}",
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "autoPlay": false
- },
- {
- "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "Step 2:",
- "topRow": 15,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "sourceData"
- },
- {
- "key": "defaultOptionValue"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Left",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{TC1.selectOptions}}",
- "key": "2uz2gkca46",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 20,
- "dynamicHeight": "FIXED",
- "widgetId": "h3jvfg6ol2",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Step 1: Modify Switch widget toggle to off \nStep 2: Modify dropdown option from Green to any another option\nStep 3: Move to page 4 on the table widget \nStep 4: Hit the play button on the Audio widget to trigger actions",
- "key": "yvaa42nezb",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "ohazs8n5hb",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Switch1",
- "dynamicPropertyPathList": [],
- "displayName": "Switch",
- "iconSVG": "/static/media/icon.a3115bc1.svg",
- "topRow": 11,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "type": "SWITCH_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [
- {
- "key": "onChange"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "isDisabled": false,
- "key": "633iji72ol",
- "isDeprecated": false,
- "rightColumn": 13,
- "onChange": "",
- "dynamicHeight": "FIXED",
- "widgetId": "0hmn8m90ei",
- "accentColor": "#d4cab8",
- "isVisible": true,
- "label": "Step 1:",
- "defaultSwitchState": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0,
- "bottomRow": 6,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC1",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "046n7liqib",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 6,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "znm5ogd46g",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "kk1k58hv9w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "none",
- "widgetName": "RadioGroup1",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 23,
- "bottomRow": 32,
- "parentRowSpace": 10,
- "labelWidth": "6",
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "defaultOptionValue": "Y",
- "animateLoading": true,
- "parentColumnSpace": 17.625,
- "dynamicTriggerPathList": [],
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Left",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ],
- "isDisabled": false,
- "key": "ekhr4wfb2d",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 63,
- "dynamicHeight": "FIXED",
- "widgetId": "tdeulieh26",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Catch block test",
- "version": 1,
- "parentId": "kk1k58hv9w",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxDynamicHeight": 9000,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "d713hjidlo",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "fprx0bu1rp",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 5,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 62,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
- "key": "40a0khhp6k",
- "isDeprecated": false,
- "rightColumn": 64,
- "textAlign": "CENTER",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "5i9vixju2a",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "originalBottomRow": 5,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Page 1_Api1",
- "name": "Api1",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "Page 1_TC2.myFun2",
- "name": "TC2.myFun2",
- "collectionId": "Page 1_TC2",
- "clientSideExecution": true,
- "confirmBeforeExecute": true,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfc"
- },
- {
- "unpublishedPage": {
- "name": "Page 5",
- "slug": "page-5",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 60,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 5",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Page 5",
- "slug": "page-5",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 60,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 620,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page 5",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad02"
- },
- {
- "unpublishedPage": {
- "name": "--Playground",
- "slug": "playground",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "CurrencyInput1",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "searchTags": [
- "amount",
- "total"
- ],
- "topRow": 6,
- "bottomRow": 13,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10,
- "labelWidth": 5,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 17.9375,
- "resetOnSubmit": true,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "isDisabled": false,
- "key": "5h0zlsv95s",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "pimwlacvdq",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "Label",
- "allowCurrencyChange": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 21,
- "widgetName": "Button1",
- "onClick": "{{closeModal('')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 17,
- "bottomRow": 21,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 14.109375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 4,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 20,
- "isDefaultClickDisabled": true,
- "widgetId": "asmby8goxw",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 17,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 4,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 0,
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 0,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "mobileRightColumn": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "axlwsd6sq8",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "xwedrxuzlu",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
- },
- {
- "mobileBottomRow": 5,
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "u8xbxahcx3",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "qoqyr7yxrs",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "aawtdk0jxu",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button3",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "ep9ahnwl95",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "ehq8jidizb",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "34u4b3ypqt",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "er47h3pk7j",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "15nvw5u4z6",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "er47h3pk7j",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": true
- },
- "publishedPage": {
- "name": "--Playground",
- "slug": "playground",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 380,
- "containerStyle": "none",
- "snapRows": 66,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 670,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "CurrencyInput1",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "searchTags": [
- "amount",
- "total"
- ],
- "topRow": 6,
- "bottomRow": 13,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10,
- "labelWidth": 5,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 17.9375,
- "resetOnSubmit": true,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "isDisabled": false,
- "key": "5h0zlsv95s",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 22,
- "dynamicHeight": "FIXED",
- "widgetId": "pimwlacvdq",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "Label",
- "allowCurrencyChange": false,
- "version": 1,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 21,
- "widgetName": "Button1",
- "onClick": "{{closeModal('')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 17,
- "bottomRow": 21,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 14.109375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 4,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 20,
- "isDefaultClickDisabled": true,
- "widgetId": "asmby8goxw",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 17,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 4,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 0,
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 0,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "mobileRightColumn": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "axlwsd6sq8",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "xwedrxuzlu",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
- },
- {
- "mobileBottomRow": 5,
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "u8xbxahcx3",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "qoqyr7yxrs",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "aawtdk0jxu",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button3",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "j0dry421av",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "ep9ahnwl95",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "34u4b3ypqt",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "ehq8jidizb",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "34u4b3ypqt",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "er47h3pk7j",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "15nvw5u4z6",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "er47h3pk7j",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- }
- ]
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": true
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfa"
- },
- {
- "unpublishedPage": {
- "name": "--Playground1",
- "slug": "playground1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1670,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 0,
- "bottomRow": 157,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "vn0hhhi9ah",
- "containerStyle": "none",
- "bottomRow": 1570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "h08lbuzxas",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "0b7bdj8klw",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "zw0q78h35r",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
- "labelText": "Pick an astronaut to display their information",
- "searchTags": [
- "dropdown"
- ],
- "topRow": 8,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "23",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 22,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "sourceData"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{astronautsLog.astronautNames()}}",
- "key": "phyziaanl1",
- "labelTextSize": "",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "FIXED",
- "widgetId": "o7odcz8q5n",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
- "minDynamicHeight": 4
- },
- {
- "schema": {
- "__root_schema__": {
- "children": {
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Pesquet",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "name"
- },
- "date_of_birth": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "sourceData": "1978-02-27",
- "isCustomField": false,
- "accessor": "date_of_birth",
- "identifier": "date_of_birth",
- "position": 1,
- "originalIdentifier": "date_of_birth",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "born on",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 2,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 3,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "url"
- },
- "date_of_death": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "date_of_death",
- "identifier": "date_of_death",
- "position": 4,
- "originalIdentifier": "date_of_death",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "YYYY-MM-DD",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Date Of Death",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "nationality": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "French",
- "isCustomField": false,
- "accessor": "nationality",
- "identifier": "nationality",
- "position": 5,
- "originalIdentifier": "nationality",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Nationality"
- },
- "bio": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "isCustomField": false,
- "accessor": "bio",
- "identifier": "bio",
- "position": 8,
- "originalIdentifier": "bio",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Bio"
- },
- "twitter": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://twitter.com/Thom_astro",
- "isCustomField": false,
- "accessor": "twitter",
- "identifier": "twitter",
- "position": 9,
- "originalIdentifier": "twitter",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Twitter"
- },
- "instagram": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://instagram.com/thom_astro",
- "isCustomField": false,
- "accessor": "instagram",
- "identifier": "instagram",
- "position": 10,
- "originalIdentifier": "instagram",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Instagram"
- },
- "wiki": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "isCustomField": false,
- "accessor": "wiki",
- "identifier": "wiki",
- "position": 11,
- "originalIdentifier": "wiki",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Wiki"
- },
- "profile_image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "isCustomField": false,
- "accessor": "profile_image",
- "identifier": "profile_image",
- "position": 12,
- "originalIdentifier": "profile_image",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image"
- },
- "profile_image_thumbnail": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "isCustomField": false,
- "accessor": "profile_image_thumbnail",
- "identifier": "profile_image_thumbnail",
- "position": 13,
- "originalIdentifier": "profile_image_thumbnail",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image Thumbnail"
- },
- "last_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "last_flight",
- "identifier": "last_flight",
- "position": 7,
- "originalIdentifier": "last_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Last Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2021-04-23T09:49:02Z"
- },
- "first_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "first_flight",
- "identifier": "first_flight",
- "position": 6,
- "originalIdentifier": "first_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "First Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2016-11-17T20:20:13Z"
- },
- "status": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Active",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "name": "Active"
- },
- "isCustomField": false,
- "accessor": "status",
- "identifier": "status",
- "position": 14,
- "originalIdentifier": "status",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Status"
- },
- "type": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Government",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 2,
- "name": "Government"
- },
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 15,
- "originalIdentifier": "type",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "agency": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 27,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 1,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Url"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "European Space Agency",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 2,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- },
- "featured": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "featured",
- "identifier": "featured",
- "position": 3,
- "originalIdentifier": "featured",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Featured"
- },
- "type": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Multinational",
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 4,
- "originalIdentifier": "type",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "country_code": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "isCustomField": false,
- "accessor": "country_code",
- "identifier": "country_code",
- "position": 5,
- "originalIdentifier": "country_code",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Country Code"
- },
- "abbrev": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "ESA",
- "isCustomField": false,
- "accessor": "abbrev",
- "identifier": "abbrev",
- "position": 6,
- "originalIdentifier": "abbrev",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Abbrev"
- },
- "description": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 7,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description"
- },
- "administrator": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "administrator",
- "identifier": "administrator",
- "position": 8,
- "originalIdentifier": "administrator",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Administrator",
- "sourceData": "Director General: Josef Aschbacher"
- },
- "founding_year": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "1975",
- "isCustomField": false,
- "accessor": "founding_year",
- "identifier": "founding_year",
- "position": 9,
- "originalIdentifier": "founding_year",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Founding Year"
- },
- "launchers": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "launchers",
- "identifier": "launchers",
- "position": 10,
- "originalIdentifier": "launchers",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Launchers"
- },
- "spacecraft": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "spacecraft",
- "identifier": "spacecraft",
- "position": 11,
- "originalIdentifier": "spacecraft",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacecraft"
- },
- "parent": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "parent",
- "identifier": "parent",
- "position": 12,
- "originalIdentifier": "parent",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Parent"
- },
- "image_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "image_url",
- "identifier": "image_url",
- "position": 13,
- "originalIdentifier": "image_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image Url"
- },
- "logo_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
- "isCustomField": false,
- "accessor": "logo_url",
- "identifier": "logo_url",
- "position": 14,
- "originalIdentifier": "logo_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Logo Url"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "isCustomField": false,
- "accessor": "agency",
- "identifier": "agency",
- "position": 16,
- "originalIdentifier": "agency",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Agency"
- },
- "age": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 44,
- "isCustomField": false,
- "accessor": "age",
- "identifier": "age",
- "position": 17,
- "originalIdentifier": "age",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Age"
- },
- "flights_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "flights_count",
- "identifier": "flights_count",
- "position": 18,
- "originalIdentifier": "flights_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Flights Count"
- },
- "landings_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "landings_count",
- "identifier": "landings_count",
- "position": 19,
- "originalIdentifier": "landings_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Landings Count"
- },
- "in_space": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "in_space",
- "identifier": "in_space",
- "position": 20,
- "originalIdentifier": "in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "In Space"
- },
- "time_in_space": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P396DT11H33M45S",
- "isCustomField": false,
- "accessor": "time_in_space",
- "identifier": "time_in_space",
- "position": 21,
- "originalIdentifier": "time_in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Time In Space"
- },
- "eva_time": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P1DT15H54M",
- "isCustomField": false,
- "accessor": "eva_time",
- "identifier": "eva_time",
- "position": 22,
- "originalIdentifier": "eva_time",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Eva Time"
- },
- "spacewalks_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 6,
- "isCustomField": false,
- "accessor": "spacewalks_count",
- "identifier": "spacewalks_count",
- "position": 23,
- "originalIdentifier": "spacewalks_count",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacewalks Count"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "name": "Thomas Pesquet",
- "status": {
- "id": 1,
- "name": "Active"
- },
- "type": {
- "id": 2,
- "name": "Government"
- },
- "age": 44,
- "date_of_birth": "1978-02-27",
- "nationality": "French",
- "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "twitter": "https://twitter.com/Thom_astro",
- "instagram": "https://instagram.com/thom_astro",
- "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "agency": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "flights_count": 2,
- "landings_count": 2,
- "last_flight": "2021-04-23T09:49:02Z",
- "first_flight": "2016-11-17T20:20:13Z"
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "JSONForm1",
- "submitButtonStyles": {
- "buttonColor": "transparent",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "TERTIARY"
- },
- "dynamicPropertyPathList": [
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- }
- ],
- "displayName": "JSON Form",
- "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
- "topRow": 37,
- "bottomRow": 80,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10,
- "title": "",
- "type": "JSON_FORM_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.nationality.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.nationality.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.nationality.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.bio.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.bio.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.bio.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.twitter.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.twitter.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.twitter.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.instagram.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.instagram.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.instagram.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.wiki.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.wiki.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.wiki.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.age.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.age.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.age.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.borderRadius"
- }
- ],
- "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
- "showReset": false,
- "resetButtonLabel": "",
- "key": "mb10lpx0lx",
- "backgroundColor": "transparent",
- "isDeprecated": false,
- "rightColumn": 34,
- "dynamicHeight": "FIXED",
- "autoGenerateForm": true,
- "widgetId": "rsugpn6p9u",
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "scrollContents": true,
- "fixedFooter": true,
- "submitButtonLabel": "",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Iframe2",
- "displayName": "Iframe",
- "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
- "searchTags": [
- "embed"
- ],
- "topRow": 17,
- "bottomRow": 37,
- "parentRowSpace": 10,
- "source": "{{JSONForm1.sourceData.wiki}}",
- "type": "IFRAME_WIDGET",
- "hideCard": false,
- "borderOpacity": 100,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "source"
- }
- ],
- "borderWidth": 1,
- "key": "g8muw4zk94",
- "isDeprecated": false,
- "rightColumn": 34,
- "widgetId": "mz6fhqu7a9",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 24,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.profile_image}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "xbvii1ix6y",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "dynamicPropertyPathList": [],
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 91,
- "bottomRow": 115,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 24,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.agency.image_url}}",
- "isDeprecated": false,
- "rightColumn": 43,
- "objectFit": "contain",
- "widgetId": "rqyzl6wlzr",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container6",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 17,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 70,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "Noto Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.name}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 63,
- "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "utlu5mh5r2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "lutbmumiav",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "rpasupm5h1",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "lutbmumiav",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "v7vpjo9wpz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "jr6l3jzyn8",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v7vpjo9wpz",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "25rem",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 75,
- "bottomRow": 89,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "Nunito Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "textAlign": "RIGHT",
- "dynamicHeight": "FIXED",
- "widgetId": "6vq35sdbrv",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
- "buttonColor": "#1e40af",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "w4kz23hasp",
- "isDeprecated": false,
- "rightColumn": 44,
- "iconName": "refresh",
- "widgetId": "x1fkr3v9eo",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Progress1",
- "progressType": "linear",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "progress"
- }
- ],
- "displayName": "Progress",
- "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
- "searchTags": [
- "percent"
- ],
- "topRow": 81,
- "bottomRow": 85,
- "parentRowSpace": 10,
- "type": "PROGRESS_WIDGET",
- "isIndeterminate": false,
- "hideCard": false,
- "fillColor": "#1e40af",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "i0hq3tnqfi",
- "showResult": true,
- "isDeprecated": false,
- "rightColumn": 30,
- "counterClosewise": false,
- "widgetId": "i3o88akg85",
- "isVisible": true,
- "steps": "",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "progress": ""
- },
- {
- "widgetName": "Rating1",
- "displayName": "Rating",
- "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
- "searchTags": [
- "stars"
- ],
- "topRow": 86,
- "bottomRow": 90,
- "parentRowSpace": 10,
- "type": "RATE_WIDGET",
- "maxCount": "5",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "defaultRate"
- }
- ],
- "isDisabled": false,
- "key": "hv9pk8djb6",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 26,
- "inactiveColor": "#D6D6D6",
- "dynamicHeight": "FIXED",
- "widgetId": "fe0ylf714w",
- "isVisible": true,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "defaultRate": "{{astronautsLog.ratings.data}}",
- "activeColor": "#1e40af",
- "size": "LARGE",
- "maxDynamicHeight": 9000,
- "isAllowHalf": false,
- "minDynamicHeight": 4,
- "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container7",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 91,
- "bottomRow": 119,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text5",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.description}}",
- "key": "s8x2nnrhnk",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "transparent",
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "pwie12lxwz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "e3t8svebdk",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "7jhkg61wuu",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "e3t8svebdk",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "7cpcokj50b",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "j32coyaw4r",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 24,
- "dynamicHeight": "FIXED",
- "widgetId": "7cpcokj50b",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "topRow": 2,
- "defaultCurrencyCode": "USD",
- "labelWidth": 5,
- "type": "CURRENCY_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "allowCurrencyChange": true,
- "version": 1,
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "CurrencyInput1",
- "dynamicPropertyPathList": [
- {
- "key": "onBlur"
- }
- ],
- "displayName": "Currency Input",
- "searchTags": [
- "amount",
- "total"
- ],
- "bottomRow": 9,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "labelPosition": "Top",
- "key": "56rrtkdl37",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 19,
- "widgetId": "z1ayixhauq",
- "minWidth": 450,
- "label": "Label",
- "parentId": "vn0hhhi9ah",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "onBlur": "",
- "responsiveBehavior": "fill",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 14,
- "widgetName": "Button13",
- "onClick": "{{filteredAstronauts_really_long.run()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 17,
- "animateLoading": true,
- "parentColumnSpace": 13.734375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{fetch_astronauts.data.data}}",
- "isDisabled": false,
- "key": "kfwc5ab4um",
- "isDeprecated": false,
- "rightColumn": 17,
- "isDefaultClickDisabled": true,
- "widgetId": "jjuqt1ifnb",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 10,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "h08lbuzxas",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas5",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "nl8f1m7oav",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ko3kkb450m",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "tb7gta7tfb",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "si6g5eoxgp",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "yhzhm228tu",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "g90ws31m93",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "g90ws31m93",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal2",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas6",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "t3qbm5y91f",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "w8ynayy73b",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "xouwxo7b2m",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "up63zfuump",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qqi11sxegr",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "e52k9rhbo7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e52k9rhbo7",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal3",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas7",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton4",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "sug149rv39",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text8",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "r34bouucht",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button5",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "y8sdru05pv",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button6",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "l4nu1expuv",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "zvzi5jsd5u",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ljy0qzec2d",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ljy0qzec2d",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal4",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas8",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton5",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "9we1nw6waw",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "senfwwilkd",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button7",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "88f6rwgir5",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button8",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "oua6ex9wyf",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "lyiz2yxss7",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sxmqnk89c",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sxmqnk89c",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal5",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "onClose"
- }
- ],
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas9",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton6",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "57g8xip6m9",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "c1avbznl1f",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button9",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "cm40e67pym",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button10",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "6vvcrt1z3t",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "sndkhe4bc2",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "zlhoy988ce",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "zlhoy988ce",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal6",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas10",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton7",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "w88iattdtr",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text11",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "d49q1jow18",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button11",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "4r2ie2z1iy",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button12",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "wy3sjg3y3r",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "76hhhkqi15",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sihk1i9j5",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sihk1i9j5",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 160,
- "bottomRow": 167,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
- "dynamicTriggerPathList": [
- {
- "key": "onRecordingStart"
- }
- ],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "ky6byinlri",
- "isDeprecated": false,
- "rightColumn": 18,
- "widgetId": "1eppm1e2e6",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "iconColor": "white"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "--Playground1_astronautsLog.ratings",
- "name": "astronautsLog.ratings",
- "collectionId": "--Playground1_astronautsLog",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetch_astronauts",
- "name": "fetch_astronauts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetchAstronauts",
- "name": "fetchAstronauts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_filteredAstronauts_really_long",
- "name": "filteredAstronauts_really_long",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "--Playground1",
- "slug": "playground1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1670,
- "containerStyle": "none",
- "snapRows": 62,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89,
- "minHeight": 630,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "tabId": "",
- "boxShadow": "NONE",
- "widgetName": "Container4",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 0,
- "bottomRow": 157,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 9.02128928899765,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "rightColumn": 577.3625144958496,
- "widgetName": "Canvas3Copy",
- "detachFromLayout": true,
- "widgetId": "vn0hhhi9ah",
- "containerStyle": "none",
- "bottomRow": 1570,
- "topRow": 0,
- "parentRowSpace": 1,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1,
- "parentId": "h08lbuzxas",
- "props": {
- "containerStyle": "none",
- "canExtend": false,
- "detachFromLayout": true,
- "children": []
- },
- "isLoading": false,
- "minHeight": 759.6875190734863,
- "renderMode": "CANVAS",
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton1CopyCopy",
- "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 39,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "5ujhucrgt5",
- "isDeprecated": false,
- "rightColumn": 45,
- "iconName": "arrow-top-right",
- "widgetId": "0b7bdj8klw",
- "buttonStyle": "PRIMARY",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY"
- },
- {
- "widgetName": "Text3CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 1,
- "bottomRow": 7,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 14.062695503234863,
- "dynamicTriggerPathList": [],
- "leftColumn": 21,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "Automation TC5",
- "key": "86ix69se60",
- "isDeprecated": false,
- "rightColumn": 39,
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "zw0q78h35r",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Select1",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- {
- "key": "sourceData"
- }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
- "labelText": "Pick an astronaut to display their information",
- "searchTags": [
- "dropdown"
- ],
- "topRow": 8,
- "bottomRow": 15,
- "parentRowSpace": 10,
- "labelWidth": "23",
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onOptionChange"
- },
- {
- "key": "onDropdownOpen"
- }
- ],
- "leftColumn": 22,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "sourceData"
- }
- ],
- "labelPosition": "Top",
- "labelStyle": "",
- "placeholderText": "Select option",
- "isDisabled": false,
- "sourceData": "{{astronautsLog.astronautNames()}}",
- "key": "phyziaanl1",
- "labelTextSize": "",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 40,
- "dynamicHeight": "FIXED",
- "widgetId": "o7odcz8q5n",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "optionValue": "value",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "onDropdownOpen": "",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "optionLabel": "label",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
- "minDynamicHeight": 4
- },
- {
- "schema": {
- "__root_schema__": {
- "children": {
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Pesquet",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "name"
- },
- "date_of_birth": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "sourceData": "1978-02-27",
- "isCustomField": false,
- "accessor": "date_of_birth",
- "identifier": "date_of_birth",
- "position": 1,
- "originalIdentifier": "date_of_birth",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "born on",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 2,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 3,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "url"
- },
- "date_of_death": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "date_of_death",
- "identifier": "date_of_death",
- "position": 4,
- "originalIdentifier": "date_of_death",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "YYYY-MM-DD",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Date Of Death",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem"
- },
- "nationality": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "French",
- "isCustomField": false,
- "accessor": "nationality",
- "identifier": "nationality",
- "position": 5,
- "originalIdentifier": "nationality",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Nationality"
- },
- "bio": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "isCustomField": false,
- "accessor": "bio",
- "identifier": "bio",
- "position": 8,
- "originalIdentifier": "bio",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Bio"
- },
- "twitter": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://twitter.com/Thom_astro",
- "isCustomField": false,
- "accessor": "twitter",
- "identifier": "twitter",
- "position": 9,
- "originalIdentifier": "twitter",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Twitter"
- },
- "instagram": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://instagram.com/thom_astro",
- "isCustomField": false,
- "accessor": "instagram",
- "identifier": "instagram",
- "position": 10,
- "originalIdentifier": "instagram",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Instagram"
- },
- "wiki": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "isCustomField": false,
- "accessor": "wiki",
- "identifier": "wiki",
- "position": 11,
- "originalIdentifier": "wiki",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Wiki"
- },
- "profile_image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "isCustomField": false,
- "accessor": "profile_image",
- "identifier": "profile_image",
- "position": 12,
- "originalIdentifier": "profile_image",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image"
- },
- "profile_image_thumbnail": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "isCustomField": false,
- "accessor": "profile_image_thumbnail",
- "identifier": "profile_image_thumbnail",
- "position": 13,
- "originalIdentifier": "profile_image_thumbnail",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Profile Image Thumbnail"
- },
- "last_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "last_flight",
- "identifier": "last_flight",
- "position": 7,
- "originalIdentifier": "last_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "Last Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2021-04-23T09:49:02Z"
- },
- "first_flight": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Datepicker",
- "isCustomField": false,
- "accessor": "first_flight",
- "identifier": "first_flight",
- "position": 6,
- "originalIdentifier": "first_flight",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "closeOnSelection": false,
- "convertToISO": false,
- "dateFormat": "LL",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "label": "First Flight",
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDate": "1920-12-31T18:30:00.000Z",
- "shortcuts": false,
- "timePrecision": "minute",
- "labelTextSize": "0.875rem",
- "sourceData": "2016-11-17T20:20:13Z"
- },
- "status": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 1,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Active",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "name": "Active"
- },
- "isCustomField": false,
- "accessor": "status",
- "identifier": "status",
- "position": 14,
- "originalIdentifier": "status",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Status"
- },
- "type": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Government",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 2,
- "name": "Government"
- },
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 15,
- "originalIdentifier": "type",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "agency": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 27,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "isCustomField": false,
- "accessor": "url",
- "identifier": "url",
- "position": 1,
- "originalIdentifier": "url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Url"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "European Space Agency",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 2,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name"
- },
- "featured": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "featured",
- "identifier": "featured",
- "position": 3,
- "originalIdentifier": "featured",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Featured"
- },
- "type": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Multinational",
- "isCustomField": false,
- "accessor": "type",
- "identifier": "type",
- "position": 4,
- "originalIdentifier": "type",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Type"
- },
- "country_code": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "isCustomField": false,
- "accessor": "country_code",
- "identifier": "country_code",
- "position": 5,
- "originalIdentifier": "country_code",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Country Code"
- },
- "abbrev": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "ESA",
- "isCustomField": false,
- "accessor": "abbrev",
- "identifier": "abbrev",
- "position": 6,
- "originalIdentifier": "abbrev",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Abbrev"
- },
- "description": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 7,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description"
- },
- "administrator": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "administrator",
- "identifier": "administrator",
- "position": 8,
- "originalIdentifier": "administrator",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Administrator",
- "sourceData": "Director General: Josef Aschbacher"
- },
- "founding_year": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "1975",
- "isCustomField": false,
- "accessor": "founding_year",
- "identifier": "founding_year",
- "position": 9,
- "originalIdentifier": "founding_year",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Founding Year"
- },
- "launchers": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "launchers",
- "identifier": "launchers",
- "position": 10,
- "originalIdentifier": "launchers",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Launchers"
- },
- "spacecraft": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "",
- "isCustomField": false,
- "accessor": "spacecraft",
- "identifier": "spacecraft",
- "position": 11,
- "originalIdentifier": "spacecraft",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacecraft"
- },
- "parent": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "parent",
- "identifier": "parent",
- "position": 12,
- "originalIdentifier": "parent",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Parent"
- },
- "image_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "image_url",
- "identifier": "image_url",
- "position": 13,
- "originalIdentifier": "image_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image Url"
- },
- "logo_url": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
- "isCustomField": false,
- "accessor": "logo_url",
- "identifier": "logo_url",
- "position": 14,
- "originalIdentifier": "logo_url",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Logo Url"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "isCustomField": false,
- "accessor": "agency",
- "identifier": "agency",
- "position": 16,
- "originalIdentifier": "agency",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Agency"
- },
- "age": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 44,
- "isCustomField": false,
- "accessor": "age",
- "identifier": "age",
- "position": 17,
- "originalIdentifier": "age",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Age"
- },
- "flights_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "flights_count",
- "identifier": "flights_count",
- "position": 18,
- "originalIdentifier": "flights_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Flights Count"
- },
- "landings_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 2,
- "isCustomField": false,
- "accessor": "landings_count",
- "identifier": "landings_count",
- "position": 19,
- "originalIdentifier": "landings_count",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Landings Count"
- },
- "in_space": {
- "children": {},
- "dataType": "boolean",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Switch",
- "sourceData": false,
- "isCustomField": false,
- "accessor": "in_space",
- "identifier": "in_space",
- "position": 20,
- "originalIdentifier": "in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "alignWidget": "LEFT",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "In Space"
- },
- "time_in_space": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P396DT11H33M45S",
- "isCustomField": false,
- "accessor": "time_in_space",
- "identifier": "time_in_space",
- "position": 21,
- "originalIdentifier": "time_in_space",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Time In Space"
- },
- "eva_time": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "P1DT15H54M",
- "isCustomField": false,
- "accessor": "eva_time",
- "identifier": "eva_time",
- "position": 22,
- "originalIdentifier": "eva_time",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Eva Time"
- },
- "spacewalks_count": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 6,
- "isCustomField": false,
- "accessor": "spacewalks_count",
- "identifier": "spacewalks_count",
- "position": 23,
- "originalIdentifier": "spacewalks_count",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Spacewalks Count"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 1,
- "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
- "name": "Thomas Pesquet",
- "status": {
- "id": 1,
- "name": "Active"
- },
- "type": {
- "id": 2,
- "name": "Government"
- },
- "age": 44,
- "date_of_birth": "1978-02-27",
- "nationality": "French",
- "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
- "twitter": "https://twitter.com/Thom_astro",
- "instagram": "https://instagram.com/thom_astro",
- "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
- "agency": {
- "id": 27,
- "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
- "name": "European Space Agency",
- "featured": false,
- "type": "Multinational",
- "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
- "abbrev": "ESA",
- "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
- "administrator": "Director General: Josef Aschbacher",
- "founding_year": "1975",
- "launchers": "",
- "spacecraft": "",
- "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
- },
- "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
- "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
- "flights_count": 2,
- "landings_count": 2,
- "last_flight": "2021-04-23T09:49:02Z",
- "first_flight": "2016-11-17T20:20:13Z"
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "JSONForm1",
- "submitButtonStyles": {
- "buttonColor": "transparent",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "TERTIARY"
- },
- "dynamicPropertyPathList": [
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- }
- ],
- "displayName": "JSON Form",
- "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
- "topRow": 37,
- "bottomRow": 80,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10,
- "title": "",
- "type": "JSON_FORM_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_birth.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.nationality.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.nationality.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.nationality.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.bio.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.bio.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.bio.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.twitter.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.twitter.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.twitter.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.instagram.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.instagram.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.instagram.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.wiki.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.wiki.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.wiki.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.last_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.first_flight.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.date_of_death.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.status.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.status.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.status.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.type.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.type.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.featured.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.type.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.parent.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.cellBorderRadius"
- },
- {
- "key": "schema.__root_schema__.children.age.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.age.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.age.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.flights_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.landings_count.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.time_in_space.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.eva_time.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.spacewalks_count.borderRadius"
- }
- ],
- "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
- "showReset": false,
- "resetButtonLabel": "",
- "key": "mb10lpx0lx",
- "backgroundColor": "transparent",
- "isDeprecated": false,
- "rightColumn": 34,
- "dynamicHeight": "FIXED",
- "autoGenerateForm": true,
- "widgetId": "rsugpn6p9u",
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "scrollContents": true,
- "fixedFooter": true,
- "submitButtonLabel": "",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Iframe2",
- "displayName": "Iframe",
- "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
- "searchTags": [
- "embed"
- ],
- "topRow": 17,
- "bottomRow": 37,
- "parentRowSpace": 10,
- "source": "{{JSONForm1.sourceData.wiki}}",
- "type": "IFRAME_WIDGET",
- "hideCard": false,
- "borderOpacity": 100,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "source"
- }
- ],
- "borderWidth": 1,
- "key": "g8muw4zk94",
- "isDeprecated": false,
- "rightColumn": 34,
- "widgetId": "mz6fhqu7a9",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "none",
- "widgetName": "Image2",
- "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 24,
- "bottomRow": 75,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.profile_image}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "objectFit": "contain",
- "widgetId": "xbvii1ix6y",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "widgetName": "Image3",
- "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
- "dynamicPropertyPathList": [],
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 91,
- "bottomRow": 115,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "imageShape": "RECTANGLE",
- "leftColumn": 24,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "36azjue6y9",
- "image": "{{JSONForm1.sourceData.agency.image_url}}",
- "isDeprecated": false,
- "rightColumn": 43,
- "objectFit": "contain",
- "widgetId": "rqyzl6wlzr",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container6",
- "borderColor": "transparent",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 17,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 70,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 5,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": false,
- "overflow": "NONE",
- "fontFamily": "Noto Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "backgroundColor"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.name}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 63,
- "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
- "textAlign": "CENTER",
- "dynamicHeight": "FIXED",
- "widgetId": "utlu5mh5r2",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "lutbmumiav",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "rpasupm5h1",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "lutbmumiav",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "v7vpjo9wpz",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "jr6l3jzyn8",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "v7vpjo9wpz",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "25rem",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 75,
- "bottomRow": 89,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "Nunito Sans",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
- "key": "wnk00lfwil",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "textAlign": "RIGHT",
- "dynamicHeight": "FIXED",
- "widgetId": "6vq35sdbrv",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton1",
- "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
- "buttonColor": "#1e40af",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 9,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "w4kz23hasp",
- "isDeprecated": false,
- "rightColumn": 44,
- "iconName": "refresh",
- "widgetId": "x1fkr3v9eo",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Progress1",
- "progressType": "linear",
- "isCanvas": false,
- "dynamicPropertyPathList": [
- {
- "key": "progress"
- }
- ],
- "displayName": "Progress",
- "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
- "searchTags": [
- "percent"
- ],
- "topRow": 81,
- "bottomRow": 85,
- "parentRowSpace": 10,
- "type": "PROGRESS_WIDGET",
- "isIndeterminate": false,
- "hideCard": false,
- "fillColor": "#1e40af",
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "key": "i0hq3tnqfi",
- "showResult": true,
- "isDeprecated": false,
- "rightColumn": 30,
- "counterClosewise": false,
- "widgetId": "i3o88akg85",
- "isVisible": true,
- "steps": "",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "progress": ""
- },
- {
- "widgetName": "Rating1",
- "displayName": "Rating",
- "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
- "searchTags": [
- "stars"
- ],
- "topRow": 86,
- "bottomRow": 90,
- "parentRowSpace": 10,
- "type": "RATE_WIDGET",
- "maxCount": "5",
- "hideCard": false,
- "animateLoading": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 6,
- "dynamicBindingPathList": [
- {
- "key": "defaultRate"
- }
- ],
- "isDisabled": false,
- "key": "hv9pk8djb6",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 26,
- "inactiveColor": "#D6D6D6",
- "dynamicHeight": "FIXED",
- "widgetId": "fe0ylf714w",
- "isVisible": true,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "defaultRate": "{{astronautsLog.ratings.data}}",
- "activeColor": "#1e40af",
- "size": "LARGE",
- "maxDynamicHeight": 9000,
- "isAllowHalf": false,
- "minDynamicHeight": 4,
- "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container7",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 91,
- "bottomRow": 119,
- "parentRowSpace": 10,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "backgroundColor"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 280,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Text5",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 26,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.84375,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{JSONForm1.sourceData.agency.description}}",
- "key": "s8x2nnrhnk",
- "isDeprecated": false,
- "rightColumn": 64,
- "backgroundColor": "transparent",
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "pwie12lxwz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#1e40af",
- "version": 1,
- "parentId": "e3t8svebdk",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "7jhkg61wuu",
- "isDeprecated": false,
- "rightColumn": 330,
- "detachFromLayout": true,
- "widgetId": "e3t8svebdk",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1,
- "parentId": "7cpcokj50b",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "0",
- "key": "j32coyaw4r",
- "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
- "isDeprecated": false,
- "rightColumn": 24,
- "dynamicHeight": "FIXED",
- "widgetId": "7cpcokj50b",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
- "topRow": 2,
- "defaultCurrencyCode": "USD",
- "labelWidth": 5,
- "type": "CURRENCY_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "allowCurrencyChange": true,
- "version": 1,
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "CurrencyInput1",
- "dynamicPropertyPathList": [
- {
- "key": "onBlur"
- }
- ],
- "displayName": "Currency Input",
- "searchTags": [
- "amount",
- "total"
- ],
- "bottomRow": 9,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "parentColumnSpace": 13.75,
- "dynamicTriggerPathList": [],
- "labelPosition": "Top",
- "key": "56rrtkdl37",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 19,
- "widgetId": "z1ayixhauq",
- "minWidth": 450,
- "label": "Label",
- "parentId": "vn0hhhi9ah",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "onBlur": "",
- "responsiveBehavior": "fill",
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 14,
- "widgetName": "Button13",
- "onClick": "{{filteredAstronauts_really_long.run()}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "dynamicPropertyPathList": [
- {
- "key": "onClick"
- }
- ],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 10,
- "bottomRow": 14,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 17,
- "animateLoading": true,
- "parentColumnSpace": 13.734375,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{fetch_astronauts.data.data}}",
- "isDisabled": false,
- "key": "kfwc5ab4um",
- "isDeprecated": false,
- "rightColumn": 17,
- "isDefaultClickDisabled": true,
- "widgetId": "jjuqt1ifnb",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "vn0hhhi9ah",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 10,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- }
- ],
- "borderWidth": "0",
- "key": "3dd12un8x8",
- "backgroundColor": "#eff6ff",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "h08lbuzxas",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas5",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "nl8f1m7oav",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ko3kkb450m",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "tb7gta7tfb",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "si6g5eoxgp",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "yhzhm228tu",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "yhzhm228tu",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "g90ws31m93",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "g90ws31m93",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal2",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas6",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "t3qbm5y91f",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "w8ynayy73b",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "xouwxo7b2m",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "up63zfuump",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qqi11sxegr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "qqi11sxegr",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "e52k9rhbo7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "e52k9rhbo7",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal3",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas7",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton4",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "sug149rv39",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text8",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "r34bouucht",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button5",
- "onClick": "{{closeModal('Modal3')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "y8sdru05pv",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button6",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "l4nu1expuv",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "zvzi5jsd5u",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "zvzi5jsd5u",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ljy0qzec2d",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ljy0qzec2d",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal4",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas8",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton5",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "9we1nw6waw",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "senfwwilkd",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button7",
- "onClick": "{{closeModal('Modal4')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "88f6rwgir5",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button8",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "oua6ex9wyf",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "lyiz2yxss7",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "lyiz2yxss7",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sxmqnk89c",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sxmqnk89c",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal5",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- {
- "key": "onClose"
- }
- ],
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [
- {
- "key": "onClose"
- }
- ],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas9",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton6",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "57g8xip6m9",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text10",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "c1avbznl1f",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button9",
- "onClick": "{{closeModal('Modal5')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "cm40e67pym",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button10",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "6vvcrt1z3t",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "sndkhe4bc2",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "sndkhe4bc2",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "zlhoy988ce",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "zlhoy988ce",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal6",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "widgetName": "Canvas10",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 0,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "IconButton7",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "ydwblf3fgy",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "w88iattdtr",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
- },
- {
- "widgetName": "Text11",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "momczp21fx",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "d49q1jow18",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button11",
- "onClick": "{{closeModal('Modal6')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "4r2ie2z1iy",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button12",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "6u1n76ge7k",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "wy3sjg3y3r",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "76hhhkqi15",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "fn4g7s90bo",
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "widgetId": "76hhhkqi15",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "2sihk1i9j5",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "flexLayers": []
- }
- ],
- "key": "sctstvvix5",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2sihk1i9j5",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "widgetName": "AudioRecorder1",
- "dynamicPropertyPathList": [],
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 160,
- "bottomRow": 167,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 14.0625,
- "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
- "dynamicTriggerPathList": [
- {
- "key": "onRecordingStart"
- }
- ],
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "ky6byinlri",
- "isDeprecated": false,
- "rightColumn": 18,
- "widgetId": "1eppm1e2e6",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "iconColor": "white"
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "--Playground1_astronautsLog.ratings",
- "name": "astronautsLog.ratings",
- "collectionId": "--Playground1_astronautsLog",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetch_astronauts",
- "name": "fetch_astronauts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_fetchAstronauts",
- "name": "fetchAstronauts",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ],
- [
- {
- "id": "--Playground1_filteredAstronauts_really_long",
- "name": "filteredAstronauts_really_long",
- "confirmBeforeExecute": false,
- "pluginType": "API",
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "timeoutInMillisecond": 10000
- }
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "--Playground1",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad00"
- }
- ],
- "actionList": [
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.test",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\t\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.zebra",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.feline",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad09"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject16.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject16.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject16.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC3.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC3.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC3.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad11"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "dog",
- "fullyQualifiedName": "TC4.dog",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "dog",
- "fullyQualifiedName": "TC4.dog",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.dog",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad07"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "JSObject1.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "JSObject1.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject1.progressBar",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad25"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun",
- "fullyQualifiedName": "JSObject1.myFun",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun",
- "fullyQualifiedName": "JSObject1.myFun",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject1.myFun",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad21"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject15.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject15.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject15.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject14.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaskara');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n showAlert('namaskara');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject14.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaskara');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject14.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.animal",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC6.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n amplitude.Identify();\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n amplitude.Identify();\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC6.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n amplitude.Identify();\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC6.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad31"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC6.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC6.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC6.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad35"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "countdown",
- "fullyQualifiedName": "TC5.countdown",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "countdown",
- "fullyQualifiedName": "TC5.countdown",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC5.countdown",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad33"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject16.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject16.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject16",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject16.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad23"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "storeLocation",
- "fullyQualifiedName": "TC5.storeLocation",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "storeLocation",
- "fullyQualifiedName": "TC5.storeLocation",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "collectionId": "Page 3_TC5",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_TC5.storeLocation",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad37"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC2.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": true,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC2.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": true,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC2.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad45"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC1.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4d"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_JSObject1.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\t\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "zebra",
- "fullyQualifiedName": "TC4.zebra",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.zebra",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "test",
- "fullyQualifiedName": "TC4.test",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.test",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC2.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "TC2.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC2.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad53"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() =>n",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() =>n"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() =>n",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.cat",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad43"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "TC1.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "611cc2ef3d948934dbbc5104",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_TC1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC1.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad41"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "animal",
- "fullyQualifiedName": "TC4.animal",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.animal",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad51"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject15.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject15.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject15",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject15.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad27"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "feline",
- "fullyQualifiedName": "TC4.feline",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_TC4.feline",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad55"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject14.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaste');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n showAlert('namaste');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "JSObject14.myFun2",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground",
- "collectionId": "--Playground_JSObject14",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n showAlert('namaste');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": []
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_JSObject14.myFun2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad29"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "blue",
- "fullyQualifiedName": "TC6.blue",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "blue",
- "fullyQualifiedName": "TC6.blue",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "STATBOX_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "CHART_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MODAL_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "JSON_FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "FORM_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "LIST_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FILE_PICKER_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "VIDEO_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MAP_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "RICH_TEXT_EDITOR_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "INPUT_WIDGET_V2": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "FORM_WIDGET": {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "MULTI_SELECT_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MENU_BUTTON_WIDGET": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ "isSystemTheme": false,
+ "deleted": false,
+ "displayName": "Sharp",
+ "name": "Sharp",
+ "config": {
+ "boxShadow": {"appBoxShadow": {
+ "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
+ "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "none": "none",
+ "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
+ }},
+ "fontFamily": {"appFont": [
+ "System Default",
+ "Nunito Sans",
+ "Poppins",
+ "Inter",
+ "Montserrat",
+ "Noto Sans",
+ "Open Sans",
+ "Roboto",
+ "Rubik",
+ "Ubuntu"
+ ]},
+ "borderRadius": {"appBorderRadius": {
+ "md": "0.375rem",
+ "none": "0px",
+ "lg": "1.5rem"
+ }},
+ "colors": {
+ "backgroundColor": "#fff",
+ "primaryColor": "#3B7DDD"
+ }
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.blue",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad63"
+ "properties": {
+ "boxShadow": {"appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"},
+ "fontFamily": {"appFont": "Roboto"},
+ "borderRadius": {"appBorderRadius": "0.375rem"},
+ "colors": {
+ "backgroundColor": "",
+ "primaryColor": "#F4ECDD"
+ }
+ }
},
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n Button2;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ "datasourceList": [
+ {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace1"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "function () {\n Button2;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "JSObject1.myFun1",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace2"
},
- "pageId": "Page 1",
- "collectionId": "Page 1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "function () {\n Button2;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "messages": [],
+ "isAutoGenerated": false,
+ "gitSyncId": "660d3e57a59c5e33b46bacd8_660d3e57a59c5e33b46bace3"
+ }
+ ],
+ "actionList": [
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.test",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0b"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_JSObject1.myFun1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad57"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "green",
- "fullyQualifiedName": "TC6.green",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.zebra",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0d"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.feline",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImagesold.run()\n\t\t\tpetFactsold.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad09"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "green",
- "fullyQualifiedName": "TC6.green",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject16.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1d"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC3.myFun1",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 2_TC3"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC3.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n if (Select2.selectedOptionValue == \"Page navigation\") {\n console.log(\"Navigating to a page\");\n await Api1.clear();\n await Api2.clear();\n await Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('Navigated Page', {}, 'SAME_WINDOW');\n });\n });\n } else if (Select2.selectedOptionValue == \"Widget navigation\") {\n console.log(\"Navigating to a widget after API execution\");\n Api1.clear();\n Api2.clear();\n Api3.clear();\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW');\n });\n }).catch(() => showAlert(\"Trouble executing API calls\"));\n } else if (Select2.selectedOptionValue == \"Tab navigation\") {\n showAlert(\"Navigating to Tab 2 of tab widget\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW');\n }).catch(e => console.log(e.message));\n }).catch(\"Trouble executing API calls\");\n } else if (Select2.selectedOptionValue == \"External navigation\") {\n showAlert(\"Navigating to Appsmith website\");\n Api1.run().then(() => {\n Api2.run().then(async () => {\n Api3.run();\n await navigateTo('www.appsmith.com', {}, 'NEW_WINDOW');\n });\n }).catch(\"Trouble executing API calls\");\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC3.myFun1",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 2_TC3"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad11"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.green",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad61"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "ratings",
- "fullyQualifiedName": "astronautsLog.ratings",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.dog",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "dog",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.dog",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n setInterval(() => {\n storeValue('imageApi', 'https://dog.ceo/api/breeds/image/random');\n storeValue('factsApi', 'https://dogapi.dog/api/facts').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new dog pics');\n }).then(() => {\n (petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage, petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact);\n console.log('Found new doggo pics and fun facts about them');\n });\n }, 15000, 'doggo');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.dog",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "dog",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad07"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.progressBar",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 100) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject1.progressBar",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.progressBar",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad25"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "ratings",
- "fullyQualifiedName": "astronautsLog.ratings",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject1.myFun",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n const byteArray = new Uint8Array(1);\n const randomValue = crypto.getRandomValues(byteArray);\n console.log(randomValue);\n return randomValue;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun",
+ "messages": [],
+ "collectionId": "--Playground_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad21"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject15.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1b"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.ratings",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad69"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "orange",
- "fullyQualifiedName": "TC6.orange",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaskara');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n showAlert('namaskara');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject14.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaskara');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad1f"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.animal",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImagesold.run();\n petFactsold.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2b"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "orange",
- "fullyQualifiedName": "TC6.orange",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n amplitude.Identify();\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun1",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n amplitude.Identify();\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC6.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n amplitude.Identify();\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun1",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad31"
},
- "pageId": "Page 4",
- "collectionId": "Page 4_TC6",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun2",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC6.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.myFun2",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 3_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad35"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 4_TC6.orange",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "textColour",
- "fullyQualifiedName": "astronautsLog.textColour",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.countdown",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "countdown",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC5.countdown",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('count', NumberSlider1.value);\n var interval = setInterval(() => {\n storeValue('count', appsmith.store.count - 1);\n if (appsmith.store.count < 1) clearInterval(interval);\n }, NumberSlider2.value);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.countdown",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "countdown",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad33"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject16.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n petFacts.run();\n resetWidget('Select1').then(() => storeValue('select', Select1.selectedOptionLabel)).then(() => showAlert(appsmith.store.select));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject16.myFun1",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "--Playground_JSObject16"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad23"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "textColour",
- "fullyQualifiedName": "astronautsLog.textColour",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.storeLocation",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "storeLocation",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 3_TC5.storeLocation",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC5.storeLocation",
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "storeLocation",
+ "messages": [],
+ "collectionId": "Page 3_TC5"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad37"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": ["async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC2.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad45"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.textColour",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad67"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "displayAstronaut",
- "fullyQualifiedName": "astronautsLog.displayAstronaut",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC1.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n clearStore();\n await resetWidget('Switch1').then(() => {\n resetWidget('Select1');\n resetWidget('Table1');\n TC1.myFun2().then(async () => {\n TC1.selected = Select1.selectedOptionLabel;\n await showAlert('background colour is now ' + TC1.selected);\n });\n }).catch(e => {\n resetWidget('RadioGroup1');\n showAlert(\"Couldn't execute all success call steps, hence now in the catch block\");\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4d"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_JSObject1.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4f"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "displayAstronaut",
- "fullyQualifiedName": "astronautsLog.displayAstronaut",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.zebra",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.zebra",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "zebra",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad4b"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.test",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.test",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "test",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3f"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.displayAstronaut",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5f"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImagesold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC2.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\");\n console.log(appsmith.store);\n console.log(values);\n }).catch(err => {\n console.log(\"Could not store values \", err.toString());\n showAlert('Could not store values ', err.toString());\n });\n });\n await console.warn(\"2\");\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC2.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_TC2"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad53"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() =>n"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() =>n"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.cat",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() =>n"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad43"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImagesold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC1.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n Api1.run().then(() => showAlert(\"Ran the API\")).catch(() => showAlert(\"Nested call failed\"));\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC1.myFun2",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "organizationId": "611cc2ef3d948934dbbc5104",
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page 1_TC1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad41"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.animal",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n return storeValue('factsApi', 'https://catfact.ninja/fact').then(() => {\n petImages.run();\n petFacts.run();\n });\n }, 8000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.animal",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "animal",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad51"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petImagesold",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad19"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFactsold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject15.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject15.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject15"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad27"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_TC4.feline",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\treturn storeValue('factsApi', 'https://catfact.ninja/fact')\n\t\t.then(() => {\n\t\t\tpetImages.run()\n\t\t\tpetFacts.run()\n\t\t})\t\n\t}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.feline",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "feline",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad55"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFactsold",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaste');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n showAlert('namaste');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground_JSObject14.myFun2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n showAlert('namaste');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject14.myFun2",
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "--Playground_JSObject14"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad29"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.blue",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "blue",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.blue",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#606ebd');\n storeValue('highlight', '#0e23c2');\n storeValue('text', '#09171f');\n storeValue('contrast', '#a9ab43');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.blue",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "blue",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad63"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petFactsold",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad13"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n Button2;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n Button2;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 1_JSObject1.myFun1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "function () {\n Button2;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.myFun1",
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page 1_JSObject1"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad57"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.green",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "green",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.green",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#9fb39b');\n storeValue('highlight', '#205717');\n storeValue('text', '#3b5237');\n storeValue('contrast', '#d13681');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.green",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "green",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad61"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.factsApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.ratings",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ratings",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.ratings",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 5) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.ratings",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "ratings",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad69"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.orange",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "orange",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 4_TC6.orange",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('background', '#ba9a99');\n storeValue('highlight', '#990f0b');\n storeValue('text', '#b30a05');\n storeValue('contrast', '#76948b');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC6.orange",
+ "pageId": "Page 4",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "orange",
+ "messages": [],
+ "collectionId": "Page 4_TC6"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6f"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_petFacts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad39"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.textColour",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('formTextColour', '#b91c1c');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "textColour",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.textColour",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('formTextColour', '#b91c1c');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.textColour",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "textColour",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad67"
},
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.displayAstronaut",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "displayAstronaut",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.displayAstronaut",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => Object.keys(astronautsLog.astronautNames).map(a => ({\n label: a + `${astronautsLog.astronautNames[a] ? ' ' + astronautsLog.astronautNames[a] : ''}`,\n value: a\n}))"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.displayAstronaut",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "displayAstronaut",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5f"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.imageApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImagesold",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petImagesold",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.imageApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImagesold",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad19"
},
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.factsApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFactsold",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petFactsold",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": "{{appsmith.store.factsApi}}"
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFactsold",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad13"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_failingQuery",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad49"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "astronautNames",
- "fullyQualifiedName": "astronautsLog.astronautNames",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.factsApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground_petFacts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.factsApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad39"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 3_failingQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad49"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "astronautNames",
- "fullyQualifiedName": "astronautsLog.astronautNames",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.astronautNames",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "astronautNames",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.astronautNames",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.astronautNames",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "clientSideExecution": true,
+ "name": "astronautNames",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6b"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n fetch;\n return fetchAstronauts.data.results.map(n => {\n return {\n label: n.name,\n value: n.name\n };\n });\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.imageApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground_petImages",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "datasourceUrl"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "{{appsmith.store.imageApi}}"},
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3b"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.astronautNames",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6b"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.progressBar",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 100) + 1;\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "--Playground1_astronautsLog.progressBar",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "astronautsLog.progressBar",
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "progressBar",
+ "messages": [],
+ "collectionId": "--Playground1_astronautsLog"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad65"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.imageApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petImages",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.imageApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petImages",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad15"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "{{appsmith.store.imageApi}}"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {"data": "1"},
+ "pagination": {"data": {
+ "offset": "0",
+ "limit": "20"
+ }},
+ "entityType": {"data": "ROWS"},
+ "range": {"data": ""},
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "command": {"data": "UPDATE_ONE"},
+ "queryFormat": {"data": "ROWS"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "policies": [],
+ "messages": [],
+ "id": "mainGoogleSheetDS",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "id": "Page 1_Api3",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {"data": "1"},
+ "pagination": {"data": {
+ "offset": "0",
+ "limit": "20"
+ }},
+ "entityType": {"data": "ROWS"},
+ "range": {"data": ""},
+ "where": {"data": {"condition": "AND"}},
+ "projection": {"data": []},
+ "command": {"data": "UPDATE_ONE"},
+ "queryFormat": {"data": "ROWS"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "google-sheets-plugin",
+ "name": "mainGoogleSheetDS",
+ "policies": [],
+ "messages": [],
+ "id": "mainGoogleSheetDS",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6d"
},
- "pageId": "--Playground",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.factsApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_petFacts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "selfReferencingDataPaths": [],
+ "body": "",
+ "httpMethod": "GET",
+ "autoGeneratedHeaders": [],
+ "path": "{{appsmith.store.factsApi}}",
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "httpVersion": "HTTP11",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "url": ""
+ },
+ "isAutoGenerated": false
+ },
+ "name": "petFacts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad17"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "datasourceUrl"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground_petImages",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3b"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "astronautsLog.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.cat",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.cat",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "cat",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad05"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.both",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "both",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Page 2_TC4.both",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "TC4.both",
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "both",
+ "messages": [],
+ "collectionId": "Page 2_TC4"
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n return Math.floor(Math.random() * 100) + 1;\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "progressBar",
- "fullyQualifiedName": "astronautsLog.progressBar",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 3_randomUserGenerator",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad47"
},
- "pageId": "--Playground1",
- "collectionId": "--Playground1_astronautsLog",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n return Math.floor(Math.random() * 100) + 1;\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "fetchAstronauts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_fetchAstronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "path"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "fetchAstronauts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad73"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_astronautsLog.progressBar",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad65"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [{"value": "\n"}],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_randomUserGenerator",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/api/",
+ "headers": [{"value": "\n"}],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://randomuser.me"},
+ "isAutoGenerated": false
+ },
+ "name": "randomUserGenerator",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5b"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.imageApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "filtered_astronauts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "--Playground1_filtered_astronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "filtered_astronauts",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad75"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petImages",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2d"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.imageApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad71"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.imageApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petImages",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad15"
- },
- {
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "mainGoogleSheetDS",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "",
+ "key": ""
+ },
+ {
+ "value": "",
+ "key": ""
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7d"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "formData": {
- "command": {
- "data": "UPDATE_ONE"
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [{
+ "value": "{{Select1.selectedOptionLabel}}",
+ "key": "name"
+ }],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "path"},
+ {"key": "queryParameters[0].value"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "filteredAstronauts_really_long",
+ "messages": []
},
- "entityType": {
- "data": "ROWS"
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "--Playground1_filteredAstronauts_really_long",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/2.2.0/astronaut/",
+ "headers": [{
+ "value": "application/json",
+ "key": "accept"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [{
+ "value": "{{Select1.selectedOptionLabel}}",
+ "key": "name"
+ }],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [
+ {"key": "path"},
+ {"key": "queryParameters[0].value"}
+ ],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "https://ll.thespacedevs.com",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://ll.thespacedevs.com"},
+ "isAutoGenerated": false
+ },
+ "name": "filteredAstronauts_really_long",
+ "messages": []
},
- "tableHeaderIndex": {
- "data": "1"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7b"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
},
- "projection": {
- "data": []
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api1",
+ "messages": []
},
- "queryFormat": {
- "data": "ROWS"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2f"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
},
- "range": {
- "data": ""
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_Api2",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api2",
+ "messages": []
},
- "where": {
- "data": {
- "condition": "AND"
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5d"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "\n",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
},
- "pagination": {
- "data": {
- "limit": "20",
- "offset": "0"
- }
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 2_Api3",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "\n",
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "JSON typicode API (1)",
+ "policies": [],
+ "messages": [],
+ "id": "JSON typicode API (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "Api3",
+ "messages": []
},
- "smartSubstitution": {
- "data": true
- }
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3d"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "mainGoogleSheetDS",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "mainGoogleSheetDS",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "formData": {
- "command": {
- "data": "UPDATE_ONE"
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\";",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "fetch_astronauts",
+ "messages": []
},
- "entityType": {
- "data": "ROWS"
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "--Playground1_fetch_astronauts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM public.\"astronauts\";",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "TED postgres (1)",
+ "policies": [],
+ "messages": [],
+ "id": "TED postgres (1)",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "fetch_astronauts",
+ "messages": []
},
- "tableHeaderIndex": {
- "data": "1"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad77"
+ },
+ {
+ "pluginType": "API",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
},
- "projection": {
- "data": []
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "id": "Page 1_failingQuery",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [],
+ "bodyFormData": [],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "createdAt": "2024-04-03T11:32:39Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "invalids": [],
+ "deleted": false,
+ "pluginId": "restapi-plugin",
+ "name": "DEFAULT_REST_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "dummyTestApi"},
+ "isAutoGenerated": false
+ },
+ "name": "failingQuery",
+ "messages": []
},
- "queryFormat": {
- "data": "ROWS"
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad59"
+ }
+ ],
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Navigated Page",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Navigated Page",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Page navigation from TC3 gets you here",
+ "key": "ptl4x2jsj7",
+ "isDeprecated": false,
+ "rightColumn": 55,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5e44ag6uyn",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "3rem",
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "navigated-page",
+ "isHidden": false
},
- "range": {
- "data": ""
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Navigated Page",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Navigated Page",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Page navigation from TC3 gets you here",
+ "key": "ptl4x2jsj7",
+ "isDeprecated": false,
+ "rightColumn": 55,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5e44ag6uyn",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "3rem",
+ "minDynamicHeight": 4
+ }]
+ }
+ }],
+ "slug": "navigated-page",
+ "isHidden": false
},
- "where": {
- "data": {
- "condition": "AND"
- }
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf6"
+ },
+ {
+ "publishedPage": {
+ "name": "Page 2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api1"
+ }],
+ [
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "TC4.both",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_TC4.both",
+ "collectionId": "Page 2_TC4"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.imageApi"],
+ "name": "petImages",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petImages"
+ }
+ ],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["appsmith.store.factsApi"],
+ "name": "petFacts",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petFacts"
+ }]
+ ],
+ "id": "Page 2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1870,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "rtn5gj1iay",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data.message}}",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "objectFit": "contain",
+ "widgetId": "2evm572ii0",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0lmhvlsozc",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 6,
+ "bottomRow": 93,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "hdrkhj2fvt",
+ "containerStyle": "none",
+ "bottomRow": 870,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "yrdah1axob",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "pjvnbnmrik",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC4",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lantjruf0o",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 53,
+ "bottomRow": 69,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.kittyFact}}",
+ "key": "smwgwx0oj7",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9hsqxgd5tt",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 53,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 69,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 14,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "v1dcrk183j",
+ "image": "{{appsmith.store.doggoImage}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "t6b330438y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 16,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "ikay0ds7n4",
+ "image": "{{appsmith.store.kittyImage}}",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "objectFit": "contain",
+ "widgetId": "4z5pv3m1em",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 16,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 53,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 8,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton0c5t9yzrfh": {
+ "onClick": "{{TC4.both()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "r41vw4o7o3",
+ "menuItems": {},
+ "index": 2,
+ "id": "groupButton0c5t9yzrfh",
+ "label": "Both",
+ "placement": "CENTER",
+ "isDisabled": false,
+ "isVisible": true
+ },
+ "groupButton1": {
+ "onClick": "{{TC4.cat()}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Cat",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC4.dog();}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Dog",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}
+ ],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "widgetId": "cp1ku9sd4h",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2Copy1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 51,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 10.337890625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.dogFact}}",
+ "key": "gczlrxsr70",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "svs7gh57bz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1Copy",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 69,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{clearInterval('kitty')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Clear kitty",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{clearInterval('doggo')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Clear doggo",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "widgetId": "4nwrn0lnur",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "originalTopRow": 69,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 75,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "mobileBottomRow": 81,
+ "widgetName": "NumberSlider1",
+ "defaultValue": "5000",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "Refresh duration",
+ "searchTags": ["range"],
+ "topRow": 77,
+ "bottomRow": 81,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 51,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 13.796875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "isDisabled": false,
+ "key": "w87aglxqe9",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 52,
+ "max": "15000",
+ "widgetId": "pw55xzgtyd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 73,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 77,
+ "mobileLeftColumn": 11,
+ "originalBottomRow": 81,
+ "step": "10",
+ "showMarksLabel": true
+ },
+ {
+ "mobileBottomRow": 13,
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
+ "key": "o7lra5yjtq",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "k2jjway841",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 9,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 16,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 6,
+ "widgetName": "Button1",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 2,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 15,
+ "animateLoading": true,
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "mq36p1d6a7",
+ "isDeprecated": false,
+ "rightColumn": 15,
+ "isDefaultClickDisabled": true,
+ "widgetId": "52aina4tgc",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 2,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yrdah1axob",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 92,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container2",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 105,
+ "bottomRow": 179,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1Copy",
+ "detachFromLayout": true,
+ "widgetId": "cvswye62f0",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "qophrhb9ws",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 731.2601661682129,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "iconName": "arrow-top-right",
+ "widgetId": "yap98rhcqn",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "displayName": "Table",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "onPageSizeChange": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onPageSizeChange"}],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 43,
+ "delimiter": ",",
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "ks1q35pgko",
+ "isVisibleFilters": true,
+ "tableData": "{{Api3.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "widgetName": "Text5",
+ "borderColor": "#3730a3",
+ "dynamicPropertyPathList": [],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 67,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "borderWidth": "2",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Widget navigation led you here",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "backgroundColor": "#3730a3",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0mi3h8zskd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#fafafa",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 21,
+ "textSize": "0.875rem",
+ "widgetId": "44lgrfydql",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api1.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select2",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Select navigation type",
+ "topRow": 9,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC3.myVar1}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 48,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ywc7thfwfa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{TC3.myFun1()}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC3",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ht0x7fh5ev",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 21,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "textSize": "0.875rem",
+ "widgetId": "j4hy3296sv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api2.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "isCanvas": true,
+ "displayName": "Tabs",
+ "iconSVG": "/static/media/icon.74a6d653.svg",
+ "topRow": 47,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onTabSelected"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 1",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "bv937y1isa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "tabId": "tab2",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 3,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
+ "key": "atozs3dqkq",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "stu122x6ov",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "fc3l3b6pjd",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 2",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "fc3l3b6pjd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }
+ ],
+ "key": "wvw41p337s",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "1wwv4lpx0h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "Tab 1",
+ "onTabSelected": "",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "bv937y1isa",
+ "index": 0,
+ "label": "Tab 1",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "fc3l3b6pjd",
+ "index": 1,
+ "label": "Tab 2",
+ "id": "tab2",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qophrhb9ws",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 104,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 178,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data[0].url ?? Image2.image}}",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "objectFit": "contain",
+ "widgetId": "ra1tf5j9f4",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.fact}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4ubwdgb1h3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-2",
+ "isHidden": false
},
- "pagination": {
- "data": {
- "limit": "20",
- "offset": "0"
- }
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 2",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api1"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api2"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api3",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_Api3"
+ },
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "petImagesold",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petImagesold"
+ }
+ ],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "petFactsold",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 2_petFactsold"
+ }]
+ ],
+ "id": "Page 2",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1870,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "rtn5gj1iay",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data.message}}",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "objectFit": "contain",
+ "widgetId": "2evm572ii0",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.facts[0] ?? \"Waiting to show dog facts\"}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0lmhvlsozc",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 6,
+ "bottomRow": 93,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "hdrkhj2fvt",
+ "containerStyle": "none",
+ "bottomRow": 870,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "yrdah1axob",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "pjvnbnmrik",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC4",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lantjruf0o",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 53,
+ "bottomRow": 69,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.kittyFact}}",
+ "key": "smwgwx0oj7",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9hsqxgd5tt",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 53,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 69,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 14,
+ "bottomRow": 51,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "v1dcrk183j",
+ "image": "{{appsmith.store.doggoImage}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "t6b330438y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 16,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "ikay0ds7n4",
+ "image": "{{appsmith.store.kittyImage}}",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "objectFit": "contain",
+ "widgetId": "4z5pv3m1em",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 16,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 53,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 8,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton0c5t9yzrfh": {
+ "onClick": "{{TC4.both()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "r41vw4o7o3",
+ "menuItems": {},
+ "index": 2,
+ "id": "groupButton0c5t9yzrfh",
+ "label": "Both",
+ "placement": "CENTER",
+ "isDisabled": false,
+ "isVisible": true
+ },
+ "groupButton1": {
+ "onClick": "{{TC4.cat()}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Cat",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC4.dog();}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Dog",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton0c5t9yzrfh.onClick"}
+ ],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "groupButtons.groupButton0c5t9yzrfh.buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "widgetId": "cp1ku9sd4h",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2Copy1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 51,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 10.337890625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.dogFact}}",
+ "key": "gczlrxsr70",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "svs7gh57bz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "ButtonGroup1Copy",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218.svg",
+ "topRow": 69,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{clearInterval('kitty')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "#f3e8ff",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Clear kitty",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{clearInterval('doggo')}}",
+ "buttonType": "SIMPLE",
+ "iconName": "cloud",
+ "buttonColor": "#fee2e2",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Clear doggo",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "vnw8w44kcq",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "widgetId": "4nwrn0lnur",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "originalTopRow": 69,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 75,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "mobileBottomRow": 81,
+ "widgetName": "NumberSlider1",
+ "defaultValue": "5000",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.9b32c922c2540d18f7a13976d9cb2f24.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "Refresh duration",
+ "searchTags": ["range"],
+ "topRow": 77,
+ "bottomRow": 81,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 51,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 13.796875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "isDisabled": false,
+ "key": "w87aglxqe9",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 52,
+ "max": "15000",
+ "widgetId": "pw55xzgtyd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"label\": \"5s\",\n \"value\": 5000\n },\n {\n \"label\": \"10s\",\n \"value\": 10000\n },\n {\n \"label\": \"15s\",\n \"value\": 15000\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 73,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 77,
+ "mobileLeftColumn": 11,
+ "originalBottomRow": 81,
+ "step": "10",
+ "showMarksLabel": true
+ },
+ {
+ "mobileBottomRow": 13,
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.factsApi}}\n{{appsmith.store.imageApi}}",
+ "key": "o7lra5yjtq",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "k2jjway841",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 9,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 16,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 6,
+ "widgetName": "Button1",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 2,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 15,
+ "animateLoading": true,
+ "parentColumnSpace": 13.78125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "mq36p1d6a7",
+ "isDeprecated": false,
+ "rightColumn": 15,
+ "isDefaultClickDisabled": true,
+ "widgetId": "52aina4tgc",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "hdrkhj2fvt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 2,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "yrdah1axob",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 92,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container2",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 105,
+ "bottomRow": 179,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1Copy",
+ "detachFromLayout": true,
+ "widgetId": "cvswye62f0",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "qophrhb9ws",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 731.2601661682129,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "iconName": "arrow-top-right",
+ "widgetId": "yap98rhcqn",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "displayName": "Table",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "onPageSizeChange": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onPageSizeChange"}],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 43,
+ "delimiter": ",",
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textSize": "0.875rem",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "ks1q35pgko",
+ "isVisibleFilters": true,
+ "tableData": "{{Api3.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "isLoading": false,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "widgetName": "Text5",
+ "borderColor": "#3730a3",
+ "dynamicPropertyPathList": [],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 67,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "borderWidth": "2",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Widget navigation led you here",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "backgroundColor": "#3730a3",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0mi3h8zskd",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#fafafa",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1Copy",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1Copy.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 21,
+ "textSize": "0.875rem",
+ "widgetId": "44lgrfydql",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api1.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select2",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Select navigation type",
+ "topRow": 9,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC3.myVar1}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 48,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ywc7thfwfa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{TC3.myFun1()}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC3",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ht0x7fh5ev",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table2",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "isVisibleDownload": true,
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 21,
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "id",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table2.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "1jwvrzjzn4",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "textSize": "0.875rem",
+ "widgetId": "j4hy3296sv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "tableData": "{{Api2.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Tabs1",
+ "isCanvas": true,
+ "displayName": "Tabs",
+ "iconSVG": "/static/media/icon.74a6d653.svg",
+ "topRow": 47,
+ "bottomRow": 67,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onTabSelected"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "tabId": "tab1",
+ "boxShadow": "none",
+ "widgetName": "Canvas2",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 1",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "bv937y1isa",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "tabId": "tab2",
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 160,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 3,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "If you're seeing this message, then you've most probably been redirected to this spot ✌🏽",
+ "key": "atozs3dqkq",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "stu122x6ov",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "fc3l3b6pjd",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false,
+ "key": "2lemx27cvt",
+ "isDeprecated": false,
+ "tabName": "Tab 2",
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "fc3l3b6pjd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "1wwv4lpx0h",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }
+ ],
+ "key": "wvw41p337s",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "dynamicHeight": "FIXED",
+ "widgetId": "1wwv4lpx0h",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "Tab 1",
+ "onTabSelected": "",
+ "shouldShowTabs": true,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "bv937y1isa",
+ "index": 0,
+ "label": "Tab 1",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "fc3l3b6pjd",
+ "index": 1,
+ "label": "Tab 2",
+ "id": "tab2",
+ "isVisible": true
+ }
+ },
+ "isVisible": true,
+ "version": 3,
+ "parentId": "cvswye62f0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qophrhb9ws",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 104,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 178,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "h108wfmd0r",
+ "image": "{{petImagesold.data[0].url ?? Image2.image}}",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "objectFit": "contain",
+ "widgetId": "ra1tf5j9f4",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 104,
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 93,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{petFactsold.data.fact}}",
+ "key": "7f6oqdkh8t",
+ "isDeprecated": false,
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "4ubwdgb1h3",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 92,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 104,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-2",
+ "isHidden": false
},
- "smartSubstitution": {
- "data": true
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad6d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.factsApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "petFacts",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "url": ""
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "{{appsmith.store.factsApi}}",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "httpVersion": "HTTP11",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "appsmith.store.factsApi"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_petFacts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad17"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "cat",
- "fullyQualifiedName": "TC4.cat",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n setInterval(() => {\n storeValue('imageApi', 'https://api.thecatapi.com/v1/images/search');\n storeValue('factsApi', 'https://catfact.ninja/fact').then(async () => {\n await petImages.run();\n await petFacts.run();\n console.log('Attemping to find new cat pics');\n }).then(async () => {\n storeValue('kittyImage', petImages.data[0].url);\n storeValue('kittyFact', petFacts.data.fact);\n console.log('Found new kitty pics and fun facts about them');\n });\n }, 15000, 'kitty');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.cat",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad05"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "both",
- "fullyQualifiedName": "TC4.both",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "both",
- "fullyQualifiedName": "TC4.both",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "collectionId": "Page 2_TC4",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async function () {\n TC4.cat();\n await setTimeout(() => {\n console.log('executing code doggo');\n TC4.dog();\n }, 12000, 'both');\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_TC4.both",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 3",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 3_randomUserGenerator",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad47"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "fetchAstronauts",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "fetchAstronauts",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_fetchAstronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad73"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [
- {
- "value": "\n"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "randomUserGenerator",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://randomuser.me"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/api/",
- "headers": [
- {
- "value": "\n"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_randomUserGenerator",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5b"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "filtered_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "filtered_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf4"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\" where name = {{Select1.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
+ {
+ "publishedPage": {
+ "name": "Page 3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["function () {\n storeValue('mapPins', TC5.locations);\n return appsmith.store.mapPins;\n}"],
+ "name": "TC5.storeLocation",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 3_TC5.storeLocation",
+ "collectionId": "Page 3_TC5"
+ },
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n TC6.myFun1();\n typeof jsonwebtoken === \"object\" && typeof jsonwebtoken.decode === \"function\" && showAlert(\"Success\");\n}"],
+ "clientSideExecution": true,
+ "name": "TC6.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 3_TC6.myFun2",
+ "collectionId": "Page 3_TC6"
+ }
+ ]],
+ "id": "Page 3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1300,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 59,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "92o1wf4kiz",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "v81j6i48ks",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "qgdqioe4om",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 50,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
+ "key": "ltq71svusm",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "15s5q5fjq5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 50,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 55,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 50,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map3",
+ "defaultMarkers": "{{TC5.locations}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 13,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "allowZoom": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "defaultMarkers"}
+ ],
+ "enablePickLocation": false,
+ "mapCenter": {
+ "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India",
+ "lat": 28.6105073,
+ "long": 77.1145653
+ },
+ "isClickedMarkerCentered": false,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "6ewoa3cy5w",
+ "isDeprecated": false,
+ "rightColumn": 36.57142857142857,
+ "allowClustering": false,
+ "widgetId": "2ng48j802d",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 14,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 48
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 13,
+ "bottomRow": 46,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "leftColumn": 37.58730158730158,
+ "children": [{
+ "rightColumn": 323.44199657440186,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "zap3upnpc9",
+ "containerStyle": "none",
+ "bottomRow": 330,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "0c4qu88gua",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 435.94356060028076,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 31,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 8.347826086956522,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.count}}",
+ "key": "q1mz71t6fa",
+ "isDeprecated": false,
+ "rightColumn": 52.869565217391305,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "nq2no4e7u1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 44,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 48,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{TC5.countdown()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
+ "isDisabled": false,
+ "key": "nfmoy84nid",
+ "isDeprecated": false,
+ "rightColumn": 61,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dqzhco0pxx",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 15,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 19,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "NumberSlider2",
+ "defaultValue": "10",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "pick countdown duration",
+ "searchTags": ["range"],
+ "topRow": 15,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": "10",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": "200",
+ "widgetId": "25v6rx7lp5",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "NumberSlider1",
+ "defaultValue": "50",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "select a number you want to countdown from",
+ "searchTags": ["range"],
+ "topRow": 7,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": 100,
+ "widgetId": "krvk4jsa77",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "OUTTER VARIABLE MODIFICATION",
+ "key": "s7vnc82698",
+ "isDeprecated": false,
+ "rightColumn": 61.21739130434783,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "a8tis5fxkf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "0c4qu88gua",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 13,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 46,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9laodeyhr2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v81j6i48ks",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ },
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2Copy",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 64,
+ "bottomRow": 122,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2Copy",
+ "detachFromLayout": true,
+ "widgetId": "krk7t6fkrj",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mtx9rr9sv3",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "kgie13n9d2",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC6",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "8od3vchpi2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 24,
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 20,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.56103515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "",
+ "key": "sefx44qvp2",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "65xjdau988",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 20,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 9,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mtx9rr9sv3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ }
+ ]
+ }
+ }],
+ "slug": "page-3",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 3",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 3",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1300,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 59,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2",
+ "detachFromLayout": true,
+ "widgetId": "92o1wf4kiz",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "v81j6i48ks",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "qgdqioe4om",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 50,
+ "bottomRow": 55,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 18,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Click on a map pin to see it's location\n{{Map3.selectedMarker.title ?? \"\"}}",
+ "key": "ltq71svusm",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "15s5q5fjq5",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 50,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 55,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 50,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map3",
+ "defaultMarkers": "{{TC5.locations}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 13,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "allowZoom": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "defaultMarkers"}
+ ],
+ "enablePickLocation": false,
+ "mapCenter": {
+ "title": "394, Jail Rd, Nangal Village, Delhi Cantonment, New Delhi, Delhi 110010, India",
+ "lat": 28.6105073,
+ "long": 77.1145653
+ },
+ "isClickedMarkerCentered": false,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "6ewoa3cy5w",
+ "isDeprecated": false,
+ "rightColumn": 36.57142857142857,
+ "allowClustering": false,
+ "widgetId": "2ng48j802d",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 14,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 48
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 13,
+ "bottomRow": 46,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "leftColumn": 37.58730158730158,
+ "children": [{
+ "rightColumn": 323.44199657440186,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "zap3upnpc9",
+ "containerStyle": "none",
+ "bottomRow": 330,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "0c4qu88gua",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 435.94356060028076,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 27,
+ "bottomRow": 31,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 8.347826086956522,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{appsmith.store.count}}",
+ "key": "q1mz71t6fa",
+ "isDeprecated": false,
+ "rightColumn": 52.869565217391305,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "nq2no4e7u1",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 44,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 48,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{TC5.countdown()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 22,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "Countdown\nfrom {{NumberSlider1.value}} in {{NumberSlider2.value}}ms",
+ "isDisabled": false,
+ "key": "nfmoy84nid",
+ "isDeprecated": false,
+ "rightColumn": 61,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dqzhco0pxx",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 15,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 19,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "widgetName": "NumberSlider2",
+ "defaultValue": "10",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "pick countdown duration",
+ "searchTags": ["range"],
+ "topRow": 15,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": "10",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": "200",
+ "widgetId": "25v6rx7lp5",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 100,\n \"label\": \"100\"\n },\n {\n \"value\": 150,\n \"label\": \"150\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "NumberSlider1",
+ "defaultValue": "50",
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.f122000eb591fcd1410a4775a54f9f0d.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "select a number you want to countdown from",
+ "searchTags": ["range"],
+ "topRow": 7,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "labelStyle": "BOLD,ITALIC",
+ "labelTextColor": "#231f20",
+ "isDisabled": false,
+ "key": "xaii5tvmff",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "max": 100,
+ "widgetId": "krvk4jsa77",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": "[\n {\n \"value\": 25,\n \"label\": \"25\"\n },\n {\n \"value\": 50,\n \"label\": \"50\"\n },\n {\n \"value\": 75,\n \"label\": \"75\"\n }\n]",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 5.053781196475029,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "OUTTER VARIABLE MODIFICATION",
+ "key": "s7vnc82698",
+ "isDeprecated": false,
+ "rightColumn": 61.21739130434783,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "a8tis5fxkf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zap3upnpc9",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "0c4qu88gua",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 13,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 46,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "Text3Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9laodeyhr2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "92o1wf4kiz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v81j6i48ks",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ },
+ {
+ "tabId": "",
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container2Copy",
+ "borderColor": "",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 64,
+ "bottomRow": 122,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "rightColumn": 885.9498167037964,
+ "widgetName": "Canvas2Copy",
+ "detachFromLayout": true,
+ "widgetId": "krk7t6fkrj",
+ "containerStyle": "none",
+ "bottomRow": 580,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mtx9rr9sv3",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 745.3228616714478,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 41,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "iconName": "arrow-top-right",
+ "widgetId": "kgie13n9d2",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.842965885996819,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21.333333333333332,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC6",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 40.63492063492063,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "8od3vchpi2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 45,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 51,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 24,
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "https://release-appcdn.appsmith.com/static/media/icon.c3b6033f570046f8c6288d911333a827.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 20,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.56103515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "",
+ "key": "sefx44qvp2",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "65xjdau988",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "krk7t6fkrj",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 20,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 9,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "b28177b88a",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mtx9rr9sv3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ }
+ ]
+ }
+ }],
+ "slug": "page-3",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacf8"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_filtered_astronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad75"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "Page 4",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 4",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 650,
+ "containerStyle": "none",
+ "snapRows": 61,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Checkbox1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Checkbox",
+ "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
+ "searchTags": ["boolean"],
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "CHECKBOX_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onCheckChange"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "onCheckChange": "",
+ "isDisabled": false,
+ "key": "o2vo6m4r0d",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "7og0usx4uq",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "label": "You having a good day?",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 3,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "defaultCheckedState": false,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 8,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "ButtonGroup2",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"},
+ {"key": "boxShadow"}
+ ],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{storeValue('visible','false');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "clean",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Make 'em all disappear",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{storeValue('visible','true');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "asterisk",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Bring them back!",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton1.onClick"}
+ ],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"}
+ ],
+ "key": "41w8av7fig",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "i3fwzt60ns",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton1.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton3": {
+ "onClick": "{{TC6.orange()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#f472b6",
+ "widgetId": "",
+ "menuItems": {
+ "menuItem1": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 0,
+ "label": "First Option",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "backgroundColor": "#DD4B34",
+ "onClick": "",
+ "iconName": "trash",
+ "widgetId": "",
+ "iconColor": "#FFFFFF",
+ "iconAlign": "right",
+ "index": 2,
+ "label": "Delete",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false,
+ "textColor": "#FFFFFF"
+ },
+ "menuItem2": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Option",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "index": 1,
+ "label": " O_O Red",
+ "id": "groupButton3",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton1": {
+ "onClick": "{{TC6.blue()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#93c5fd",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "*_* Blue",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC6.green()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#b5d1a5",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 2,
+ "label": "T_T Green",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton3.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "key": "8rlytj0pm0",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "widgetId": "vm3plubn8e",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "CategorySlider1",
+ "dynamicPropertyPathList": [
+ {"key": "labelTextColor"},
+ {"key": "accentColor"},
+ {"key": "options"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Category Slider",
+ "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
+ "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
+ "searchTags": ["range"],
+ "topRow": 18,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CATEGORY_SLIDER_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{moment().format('dddd')}}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "defaultOptionValue"},
+ {"key": "labelText"},
+ {"key": "isVisible"}
+ ],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "isDisabled": false,
+ "key": "kxvqu06iom",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "onChange": "",
+ "widgetId": "jogmp1s31g",
+ "accentColor": "{{appsmith.store.background}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 18,
+ "originalBottomRow": 26,
+ "showMarksLabel": true
+ },
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 27,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "backgroundColor"}],
+ "children": [{
+ "rightColumn": 253.12851905822754,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "em3f3sredw",
+ "containerStyle": "none",
+ "bottomRow": 130,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mglu9gsl2z",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 130,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"}
+ ],
+ "isDisabled": false,
+ "key": "ikj1vq2v1h",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "vzvsrip3yr",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 4,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 11,
+ "iconColor": "#fafafa"
+ },
+ {
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Test if you have the skills to be have a karaoke night",
+ "key": "0oc89nkcbg",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "",
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "3z7yb728ic",
+ "isVisible": "{{appsmith.store.visible}}",
+ "fontStyle": "BOLD",
+ "textColor": "{{appsmith.store.text}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rlj0lh33fd",
+ "backgroundColor": "{{appsmith.store.background}}",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mglu9gsl2z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 27,
+ "borderRadius": "0.375rem",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 40,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "newName",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
+ "searchTags": [
+ "mp3",
+ "sound",
+ "wave",
+ "player"
+ ],
+ "topRow": 44,
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "key": "gro03mxuhi",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "omgy5x59c0",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "originalBottomRow": 46,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
+ "topRow": 44,
+ "isSortable": false,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "cellBackground"},
+ {"key": "primaryColumns.task.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "textColor"},
+ {"key": "primaryColumns.task.textColor"},
+ {"key": "primaryColumns.status.textColor"},
+ {"key": "primaryColumns.action.textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonLabel"},
+ {"key": "primaryColumns.action.cellBackground"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": "{{appsmith.store.visible}}",
+ "enableClientSideSearch": false,
+ "version": 1,
+ "textColor": "{{appsmith.store.text}}",
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "columnUpdatedAt": 1676634128648,
+ "defaultSelectedRowIndices": [0],
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "task",
+ "status",
+ "action"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "cellBackground"},
+ {"key": "textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "tableData"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 65,
+ "columnWidthMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "task",
+ "enableSort": true,
+ "id": "task",
+ "originalId": "task",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
+ "alias": "action",
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "action",
+ "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "checkbox",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "status",
+ "enableSort": true,
+ "id": "status",
+ "originalId": "status",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ }
+ },
+ "key": "e03zy85neo",
+ "canFreezeColumn": false,
+ "isDeprecated": false,
+ "rightColumn": 36,
+ "textSize": "0.875rem",
+ "widgetId": "2ggycmaef1",
+ "enableServerSideFiltering": false,
+ "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "originalTopRow": 44,
+ "isVisiblePagination": false,
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page-4",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 4",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 4",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 650,
+ "containerStyle": "none",
+ "snapRows": 61,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Checkbox1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Checkbox",
+ "iconSVG": "/static/media/icon.aaab032b43383e4fa53ffc0ef40c90ef.svg",
+ "searchTags": ["boolean"],
+ "topRow": 3,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "CHECKBOX_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onCheckChange"}],
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "labelTextColor"},
+ {"key": "isVisible"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "onCheckChange": "",
+ "isDisabled": false,
+ "key": "o2vo6m4r0d",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "7og0usx4uq",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "label": "You having a good day?",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 3,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "defaultCheckedState": false,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 8,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "ButtonGroup2",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"},
+ {"key": "boxShadow"}
+ ],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 12,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton1": {
+ "onClick": "{{storeValue('visible','false');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "clean",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Make 'em all disappear",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{storeValue('visible','true');;}}",
+ "buttonType": "SIMPLE",
+ "iconName": "asterisk",
+ "buttonColor": "{{appsmith.store.background}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Bring them back!",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton2.onClick"},
+ {"key": "groupButtons.groupButton1.onClick"}
+ ],
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"}
+ ],
+ "key": "41w8av7fig",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "i3fwzt60ns",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "groupButtons.groupButton1.onClick"}],
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.d6773218cfb61dcfa5f460d43371e30d.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 3,
+ "bottomRow": 16,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton3": {
+ "onClick": "{{TC6.orange()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#f472b6",
+ "widgetId": "",
+ "menuItems": {
+ "menuItem1": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 0,
+ "label": "First Option",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "backgroundColor": "#DD4B34",
+ "onClick": "",
+ "iconName": "trash",
+ "widgetId": "",
+ "iconColor": "#FFFFFF",
+ "iconAlign": "right",
+ "index": 2,
+ "label": "Delete",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false,
+ "textColor": "#FFFFFF"
+ },
+ "menuItem2": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Option",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "index": 1,
+ "label": " O_O Red",
+ "id": "groupButton3",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton1": {
+ "onClick": "{{TC6.blue()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#93c5fd",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "*_* Blue",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "groupButton2": {
+ "onClick": "{{TC6.green()}}",
+ "buttonType": "SIMPLE",
+ "buttonColor": "#b5d1a5",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 2,
+ "label": "T_T Green",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [
+ {"key": "groupButtons.groupButton1.onClick"},
+ {"key": "groupButtons.groupButton3.onClick"},
+ {"key": "groupButtons.groupButton2.onClick"}
+ ],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "key": "8rlytj0pm0",
+ "orientation": "vertical",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "widgetId": "vm3plubn8e",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "0.375rem",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "CategorySlider1",
+ "dynamicPropertyPathList": [
+ {"key": "labelTextColor"},
+ {"key": "accentColor"},
+ {"key": "options"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Category Slider",
+ "iconSVG": "/static/media/icon.cbd0db7a0bd317a6e4cbbd72417f8dee.svg",
+ "labelText": "{{(moment().format('dddd') === ('Sunday' || 'Saturday')) ? \"It's the weekend\" : \"Weekend is a few days away!\" }}",
+ "searchTags": ["range"],
+ "topRow": 18,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CATEGORY_SLIDER_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{moment().format('dddd')}}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "labelTextColor"},
+ {"key": "defaultOptionValue"},
+ {"key": "labelText"},
+ {"key": "isVisible"}
+ ],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "options": "[\n {\n \"label\": \"Sunday\",\n \"value\": \"Sunday\"\n },\n\t{\n \"label\": \"Monday\",\n \"value\": \"Monday\"\n },\n {\n \"label\": \"Tuesday\",\n \"value\": \"Tuesday\"\n },\n {\n \"label\": \"Wednesday\",\n \"value\": \"Wednesday\"\n },\n {\n \"label\": \"Thursday\",\n \"value\": \"Thursday\"\n },\n {\n \"label\": \"Friday\",\n \"value\": \"Friday\"\n },\n {\n \"label\": \"Saturday\",\n \"value\": \"Saturday\"\n }\n]",
+ "labelTextColor": "{{appsmith.store.text}}",
+ "isDisabled": false,
+ "key": "kxvqu06iom",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "onChange": "",
+ "widgetId": "jogmp1s31g",
+ "accentColor": "{{appsmith.store.background}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 18,
+ "originalBottomRow": 26,
+ "showMarksLabel": true
+ },
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 27,
+ "bottomRow": 40,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "backgroundColor"}],
+ "children": [{
+ "rightColumn": 253.12851905822754,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "em3f3sredw",
+ "containerStyle": "none",
+ "bottomRow": 130,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "mglu9gsl2z",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 130,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [
+ {"key": "accentColor"},
+ {"key": "isVisible"}
+ ],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"}
+ ],
+ "isDisabled": false,
+ "key": "ikj1vq2v1h",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "vzvsrip3yr",
+ "accentColor": "{{appsmith.store.contrast}}",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 4,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 11,
+ "iconColor": "#fafafa"
+ },
+ {
+ "widgetName": "Text1",
+ "dynamicPropertyPathList": [
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 3.9551331102848053,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "isVisible"},
+ {"key": "textColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Test if you have the skills to be have a karaoke night",
+ "key": "0oc89nkcbg",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "",
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "3z7yb728ic",
+ "isVisible": "{{appsmith.store.visible}}",
+ "fontStyle": "BOLD",
+ "textColor": "{{appsmith.store.text}}",
+ "version": 1,
+ "parentId": "em3f3sredw",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 4,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rlj0lh33fd",
+ "backgroundColor": "{{appsmith.store.background}}",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "dynamicHeight": "FIXED",
+ "widgetId": "mglu9gsl2z",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 27,
+ "borderRadius": "0.375rem",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 40,
+ "minDynamicHeight": 10
+ },
+ {
+ "widgetName": "newName",
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a09016b0af5e520895be927b9.svg",
+ "searchTags": [
+ "mp3",
+ "sound",
+ "wave",
+ "player"
+ ],
+ "topRow": 44,
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "isVisible"}],
+ "key": "gro03mxuhi",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "omgy5x59c0",
+ "isVisible": "{{appsmith.store.visible}}",
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "originalBottomRow": 46,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.db8a9cbd2acd22a31ea91cc37ea2a46c.svg",
+ "topRow": 44,
+ "isSortable": false,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "cellBackground"},
+ {"key": "primaryColumns.task.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "textColor"},
+ {"key": "primaryColumns.task.textColor"},
+ {"key": "primaryColumns.status.textColor"},
+ {"key": "primaryColumns.action.textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonLabel"},
+ {"key": "primaryColumns.action.cellBackground"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": "{{appsmith.store.visible}}",
+ "enableClientSideSearch": false,
+ "version": 1,
+ "textColor": "{{appsmith.store.text}}",
+ "totalRecordsCount": 0,
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "columnUpdatedAt": 1676634128648,
+ "defaultSelectedRowIndices": [0],
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "task",
+ "status",
+ "action"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "cellBackground"},
+ {"key": "textColor"},
+ {"key": "isVisible"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.cellBackground"},
+ {"key": "primaryColumns.status.cellBackground"},
+ {"key": "tableData"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 65,
+ "columnWidthMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"task\"]))}}",
+ "textSize": "0.875rem",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "task",
+ "enableSort": true,
+ "id": "task",
+ "originalId": "task",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.contrast))}}",
+ "alias": "action",
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'Action'))}}",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "action",
+ "cellBackground": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.store.background))}}",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "textColor": "{{appsmith.store.text}}",
+ "labelColor": "#FFFFFF",
+ "columnType": "checkbox",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "alias": "status",
+ "enableSort": true,
+ "id": "status",
+ "originalId": "status",
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER",
+ "validation": {}
+ }
+ },
+ "key": "e03zy85neo",
+ "canFreezeColumn": false,
+ "isDeprecated": false,
+ "rightColumn": 36,
+ "textSize": "0.875rem",
+ "widgetId": "2ggycmaef1",
+ "enableServerSideFiltering": false,
+ "tableData": "[\n {\n \"task\": \"Attempt 1 at singing\",\n \"status\": \"✅\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 2 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n },\n {\n \"task\": \"Attempt 3 at singing\",\n \"status\": \"--\",\n \"action\": \"\"\n }\n]",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "originalTopRow": 44,
+ "isVisiblePagination": false,
+ "cellBackground": "{{appsmith.store.background}}",
+ "verticalAlignment": "CENTER"
+ }
+ ]
+ }
+ }],
+ "slug": "page-4",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfe"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "publishedPage": {
+ "customSlug": "",
+ "name": "Page 1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_Api1"
+ },
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": true,
+ "jsonPathKeys": ["async () => {\n failingQuery.run().then(() => showAlert(\"Query run was successful\")).catch(() => {\n randomUserGenerator.run().then(res => {\n let values = [storeValue('pic', res.results[0].picture.large), storeValue('dob', res.results[0].dob.date), storeValue('phone', res.results[0].phone), storeValue('cell', res.results[0].cell), storeValue('email', res.results[0].email), storeValue('password', res.results[0].login.password), storeValue('lat', res.results[0].location.coordinates.latitude), storeValue('long', res.results[0].location.coordinates.longitude), storeValue('title', res.results[0].name.title), storeValue('first', res.results[0].name.first), storeValue('last', res.results[0].name.last), storeValue('gender', res.results[0].gender)];\n return Promise.all(values).then(() => {\n showAlert(\"completed storing all values and now displaying all values on appropriate widgets\");\n }).catch(err => {\n console.log(\"Could not store value in store \", err.toString());\n showAlert('Could not store values in store ', err.toString());\n });\n });\n });\n}"],
+ "clientSideExecution": true,
+ "name": "TC2.myFun2",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_TC2.myFun2",
+ "collectionId": "Page 1_TC2"
+ }
+ ]],
+ "id": "Page 1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1480,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container3",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "animateLoading"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 66,
+ "bottomRow": 140,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": "true",
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 607.7500152587891,
+ "widgetName": "Canvas4",
+ "detachFromLayout": true,
+ "widgetId": "ijtgmtni2k",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "p7fos7awt2",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 830,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 31,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "rightColumn": 316.25449657440186,
+ "widgetName": "Canvas5",
+ "detachFromLayout": true,
+ "widgetId": "6iw1h9dfsf",
+ "containerStyle": "none",
+ "bottomRow": 110,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "e5qizxpr0i",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 123.75175952911377,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "labelWidth": "15",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "PASSWORD",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohlhkb5pp7",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Password",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.password}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Input1",
+ "dynamicPropertyPathList": [{"key": "onFocus"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [
+ {"key": "onTextChanged"},
+ {"key": "onFocus"}
+ ],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "EMAIL",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4v3hz6o89j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "e-mail",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.email}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rgm6qofnar",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e5qizxpr0i",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 31,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 42,
+ "minDynamicHeight": 10
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2Copy",
+ "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Remove a few store values",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xtx0akgjk0",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "w6qr6t0oal",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 8,
+ "bottomRow": 30,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 27,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) <\/b>\n\nStep 1:<\/b> Clear local store values by clicking on relevant button\n\nStep 2:<\/b> Use promise.all<\/i> function to trigger sequential store value actions\n\nStep 3:<\/b> Use then/catch<\/i> block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch<\/i> block)",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5zjwcuucs2",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC2",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pv5wh9p2rb",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3Copy",
+ "onClick": "{{TC2.myFun2()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 24,
+ "bottomRow": 29,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using then/catch",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tvwn4pxtjo",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{TC2.myFun1();}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 19,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using promise.all",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs6qb7yb4u",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Clear appsmith store",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "qcnf9yi3kl",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 33,
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "q7e2c15fyz",
+ "image": "{{appsmith.store.pic}}",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "18m6ehwqyv",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
+ "key": "8vc77e1j1z",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "96dlxdqrnf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 10,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map1",
+ "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
+ "dynamicPropertyPathList": [{"key": "mapCenter"}],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 42,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "allowZoom": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "mapCenter"},
+ {"key": "defaultMarkers"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "enablePickLocation": true,
+ "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
+ "isClickedMarkerCentered": true,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "xpdrclix9k",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "lvbo7v7lxh",
+ "enableCreateMarker": false,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 71
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DatePicker1",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LLL",
+ "dynamicPropertyPathList": [{"key": "defaultDate"}],
+ "displayName": "DatePicker",
+ "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
+ "searchTags": ["calendar"],
+ "topRow": 49,
+ "bottomRow": 53,
+ "shortcuts": true,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "DATE_PICKER_WIDGET2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultDate"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "#1d4ed8",
+ "isDisabled": false,
+ "key": "x339tqgav5",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "defaultDate": "{{appsmith.store.dob}}",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v1h32cg7fe",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "Date of birth",
+ "version": 2,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "timePrecision": "minute",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "closeOnSelection": true,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "PhoneInput1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 54,
+ "bottomRow": 58,
+ "parentRowSpace": 10,
+ "labelWidth": "4",
+ "defaultDialCode": "+260",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "BOLD",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "2c96r94kzy",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Landline",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.phone}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "PhoneInput2",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 59,
+ "bottomRow": 63,
+ "parentRowSpace": 10,
+ "labelWidth": "3",
+ "defaultDialCode": "+1664",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qppi9qtlwp",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Phone",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.cell}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 64,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "defaultOptionValue"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Male",
+ "value": "M"
+ },
+ {
+ "label": "Female",
+ "value": "F"
+ }
+ ],
+ "isDisabled": false,
+ "key": "rdqw0n133t",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4bqyoh6ydq",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Gender",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "qmr0vxzj8r",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "p7fos7awt2",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 67,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 141,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 4,
+ "bottomRow": 61,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "kk1k58hv9w",
+ "containerStyle": "none",
+ "bottomRow": 570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "fprx0bu1rp",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 570,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "borderColor": "{{Select1.selectedOptionValue}}",
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 49,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "backgroundColor"},
+ {"key": "borderColor"}
+ ],
+ "shouldTruncate": false,
+ "borderWidth": "7",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}}<\/b> and will default to {{Select1.defaultOptionValue}} <\/b>after reset",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "backgroundColor": "{{Select1.selectedOptionValue}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "iv3qlgn05v",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#18181b",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 49,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 54,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "multiRowSelection": false,
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 19,
+ "isSortable": true,
+ "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "type": "TABLE_WIDGET",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": "",
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "id": 60,
+ "userId": 79,
+ "status": 75
+ },
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPageChange"}],
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "textSize": "0.875rem",
+ "widgetId": "hzi419yzw9",
+ "tableData": "{{Api1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "kk1k58hv9w",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Audio1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPlay"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [],
+ "key": "1ujq0d6hyd",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "8bjrosh0ou",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "onPlay": "{{TC1.myFun1()}}",
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [
+ {"key": "onOptionChange"},
+ {"key": "sourceData"}
+ ],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Step 2:",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "defaultOptionValue"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC1.selectOptions}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h3jvfg6ol2",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 30,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 1:<\/b> Modify Switch widget<\/b> toggle to off \nStep 2:<\/b> Modify dropdown option<\/b> from Green to any another option\nStep 3:<\/b> Move to page 4 on the table widget<\/b>\nStep 4:<\/b> Hit the play button on the Audio widget<\/b> to trigger actions",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohazs8n5hb",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Switch1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Switch",
+ "iconSVG": "/static/media/icon.a3115bc1.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "type": "SWITCH_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "633iji72ol",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "onChange": "",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0hmn8m90ei",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Step 1:",
+ "defaultSwitchState": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC1",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "046n7liqib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "znm5ogd46g",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup1",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 23,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "Y",
+ "animateLoading": true,
+ "parentColumnSpace": 17.625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "Y"
+ },
+ {
+ "label": "No",
+ "value": "N"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ekhr4wfb2d",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "tdeulieh26",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Catch block test",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fprx0bu1rp",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 62,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "5i9vixju2a",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 5,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-1",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "customSlug": "",
+ "name": "Page 1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "Api1",
+ "timeoutInMillisecond": 10000,
+ "id": "Page 1_Api1"
+ }]],
+ "id": "Page 1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1480,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Container3",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "animateLoading"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 66,
+ "bottomRow": 140,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": "true",
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 607.7500152587891,
+ "widgetName": "Canvas4",
+ "detachFromLayout": true,
+ "widgetId": "ijtgmtni2k",
+ "containerStyle": "none",
+ "bottomRow": 740,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "p7fos7awt2",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 830,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 31,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "leftColumn": 39,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "rightColumn": 316.25449657440186,
+ "widgetName": "Canvas5",
+ "detachFromLayout": true,
+ "widgetId": "6iw1h9dfsf",
+ "containerStyle": "none",
+ "bottomRow": 110,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "e5qizxpr0i",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 123.75175952911377,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Input2",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "labelWidth": "15",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "PASSWORD",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohlhkb5pp7",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Password",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.password}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Input1",
+ "dynamicPropertyPathList": [{"key": "onFocus"}],
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595da61a34f563dba82adeb06ec.svg",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "labelWidth": "10",
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.941476508975029,
+ "dynamicTriggerPathList": [
+ {"key": "onTextChanged"},
+ {"key": "onFocus"}
+ ],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "EMAIL",
+ "isDisabled": false,
+ "key": "3u43ehne15",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "onTextChanged": "",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4v3hz6o89j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "e-mail",
+ "version": 2,
+ "parentId": "6iw1h9dfsf",
+ "onFocus": "{{Api1.run(() => Api2.run(), () => TC1.myFun1())}}",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.email}}",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "1",
+ "key": "rgm6qofnar",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e5qizxpr0i",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 31,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 42,
+ "minDynamicHeight": 10
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2Copy",
+ "onClick": "{{removeValue('dob');\nremoveValue('email');\nremoveValue('pic');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 12,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Remove a few store values",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xtx0akgjk0",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1Copy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1937', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "w6qr6t0oal",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text2CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 8,
+ "bottomRow": 30,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "SCROLL",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 27,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Use buttons on the left to trigger an API run and see dynamic data on displayed on relevant widgets (date, phone#, name, location etc...) <\/b>\n\nStep 1:<\/b> Clear local store values by clicking on relevant button\n\nStep 2:<\/b> Use promise.all<\/i> function to trigger sequential store value actions\n\nStep 3:<\/b> Use then/catch<\/i> block to trigger second set of sequential store value actions to display content. (This function only triggers store value in catch<\/i> block)",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5zjwcuucs2",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 19,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC2",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pv5wh9p2rb",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3Copy",
+ "onClick": "{{TC2.myFun2()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 24,
+ "bottomRow": 29,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using then/catch",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tvwn4pxtjo",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{TC2.myFun1();}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 19,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Store values using promise.all",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "isDefaultClickDisabled": true,
+ "widgetId": "bs6qb7yb4u",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{clearStore()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.496093988418579,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Clear appsmith store",
+ "isDisabled": false,
+ "key": "tf875ip5ma",
+ "isDeprecated": false,
+ "rightColumn": 12,
+ "isDefaultClickDisabled": true,
+ "widgetId": "qcnf9yi3kl",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb96.svg",
+ "topRow": 33,
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "defaultImage": "",
+ "key": "q7e2c15fyz",
+ "image": "{{appsmith.store.pic}}",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "objectFit": "contain",
+ "widgetId": "18m6ehwqyv",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph"
+ ],
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{appsmith.store.title}} {{appsmith.store.first ?? \"\"}} {{appsmith.store.last}}",
+ "key": "8vc77e1j1z",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "96dlxdqrnf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "zoomLevel": 10,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Map1",
+ "defaultMarkers": "[\n {\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}},\n \"title\": \"User location\",\n \"color\": \"red\"\n }\n]",
+ "dynamicPropertyPathList": [{"key": "mapCenter"}],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.ddde7d1b6b4d64050fde21a347260464.svg",
+ "topRow": 42,
+ "bottomRow": 71,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "allowZoom": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "mapCenter"},
+ {"key": "defaultMarkers"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "enablePickLocation": true,
+ "mapCenter": "{\n \"lat\": {{appsmith.store.lat}},\n \"long\": {{appsmith.store.long}}\n}",
+ "isClickedMarkerCentered": true,
+ "isDisabled": false,
+ "enableSearch": false,
+ "key": "xpdrclix9k",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "lvbo7v7lxh",
+ "enableCreateMarker": false,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 42,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 71
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "DatePicker1",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LLL",
+ "dynamicPropertyPathList": [{"key": "defaultDate"}],
+ "displayName": "DatePicker",
+ "iconSVG": "/static/media/icon.300e5ab8e2e1c26c7a0bad06116842b7.svg",
+ "searchTags": ["calendar"],
+ "topRow": 49,
+ "bottomRow": 53,
+ "shortcuts": true,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "DATE_PICKER_WIDGET2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultDate"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelTextColor": "#1d4ed8",
+ "isDisabled": false,
+ "key": "x339tqgav5",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "defaultDate": "{{appsmith.store.dob}}",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v1h32cg7fe",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "Date of birth",
+ "version": 2,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "timePrecision": "minute",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "closeOnSelection": true,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "PhoneInput1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 54,
+ "bottomRow": 58,
+ "parentRowSpace": 10,
+ "labelWidth": "4",
+ "defaultDialCode": "+260",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "BOLD",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "2c96r94kzy",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Landline",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "regex": "",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.phone}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "PhoneInput2",
+ "dynamicPropertyPathList": [],
+ "displayName": "Phone Input",
+ "iconSVG": "/static/media/icon.108789d7165de30306435ab3c24e6cad.svg",
+ "searchTags": ["call"],
+ "topRow": 59,
+ "bottomRow": 63,
+ "parentRowSpace": 10,
+ "labelWidth": "3",
+ "defaultDialCode": "+1664",
+ "autoFocus": false,
+ "type": "PHONE_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3lpv64df30",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "qppi9qtlwp",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "allowDialCodeChange": false,
+ "isVisible": true,
+ "label": "Phone",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "allowFormatting": false,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{appsmith.store.cell}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 64,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "{{appsmith.store.gender == \"female\" ? 'F' : 'M'}}",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "defaultOptionValue"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Male",
+ "value": "M"
+ },
+ {
+ "label": "Female",
+ "value": "F"
+ }
+ ],
+ "isDisabled": false,
+ "key": "rdqw0n133t",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "4bqyoh6ydq",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Gender",
+ "version": 1,
+ "parentId": "ijtgmtni2k",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "qmr0vxzj8r",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "p7fos7awt2",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 67,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 141,
+ "minDynamicHeight": 4
+ },
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 4,
+ "bottomRow": 61,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 900.0125122070312,
+ "widgetName": "Canvas1",
+ "detachFromLayout": true,
+ "widgetId": "kk1k58hv9w",
+ "containerStyle": "none",
+ "bottomRow": 570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "fprx0bu1rp",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 570,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "borderColor": "{{Select1.selectedOptionValue}}",
+ "dynamicPropertyPathList": [{"key": "backgroundColor"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 49,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "backgroundColor"},
+ {"key": "borderColor"}
+ ],
+ "shouldTruncate": false,
+ "borderWidth": "7",
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 4: Selected colour is {{appsmith.store.selected ?? 'blank'}}<\/b> and will default to {{Select1.defaultOptionValue}} <\/b>after reset",
+ "key": "lk4gyh2a8t",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "backgroundColor": "{{Select1.selectedOptionValue}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "iv3qlgn05v",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#18181b",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 49,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 54,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "multiRowSelection": false,
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 19,
+ "isSortable": true,
+ "onPageChange": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "type": "TABLE_WIDGET",
+ "animateLoading": false,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.body.computedValue"},
+ {"key": "primaryColumns.title.computedValue"},
+ {"key": "primaryColumns.userId.computedValue"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "delimiter": ",",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": false,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": "",
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "id": 60,
+ "userId": 79,
+ "status": 75
+ },
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "userId",
+ "id",
+ "title",
+ "body"
+ ],
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "bottomRow": 48,
+ "parentRowSpace": 10,
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPageChange"}],
+ "primaryColumns": {
+ "id": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "id",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "title": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.title))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": true,
+ "label": "title",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "title",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "body": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.body))}}",
+ "textSize": "0.875rem",
+ "index": 3,
+ "isVisible": true,
+ "label": "body",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "body",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ },
+ "userId": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.userId))}}",
+ "textSize": "0.875rem",
+ "index": 0,
+ "isVisible": true,
+ "label": "userId",
+ "textColor": "",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "userId",
+ "isDisabled": false,
+ "cellBackground": "",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "sbikkpxlt6",
+ "derivedColumns": {},
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "textSize": "0.875rem",
+ "widgetId": "hzi419yzw9",
+ "tableData": "{{Api1.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "kk1k58hv9w",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Audio1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.cb54df7a.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onPlay"}],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [],
+ "key": "1ujq0d6hyd",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "8bjrosh0ou",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "onPlay": "{{TC1.myFun1()}}",
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [
+ {"key": "onOptionChange"},
+ {"key": "sourceData"}
+ ],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "Step 2:",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( TC1.selectOptions[0].value))(Select1.options, Select1.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "sourceData"},
+ {"key": "defaultOptionValue"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Left",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{TC1.selectOptions}}",
+ "key": "2uz2gkca46",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h3jvfg6ol2",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{storeValue('selected', Select1.selectedOptionLabel)\nawait showAlert(Select1.selectedOptionValue === \"\" ? \"are you confused about the background colour?\" : appsmith.store.selected)}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 30,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Step 1:<\/b> Modify Switch widget<\/b> toggle to off \nStep 2:<\/b> Modify dropdown option<\/b> from Green to any another option\nStep 3:<\/b> Move to page 4 on the table widget<\/b>\nStep 4:<\/b> Hit the play button on the Audio widget<\/b> to trigger actions",
+ "key": "yvaa42nezb",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ohazs8n5hb",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Switch1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Switch",
+ "iconSVG": "/static/media/icon.a3115bc1.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "type": "SWITCH_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [{"key": "onChange"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "isDisabled": false,
+ "key": "633iji72ol",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "onChange": "",
+ "dynamicHeight": "FIXED",
+ "widgetId": "0hmn8m90ei",
+ "accentColor": "#d4cab8",
+ "isVisible": true,
+ "label": "Step 1:",
+ "defaultSwitchState": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 20,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC1",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "046n7liqib",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1752', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 6,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "znm5ogd46g",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "RadioGroup1",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.ba2b2ee006e51a5c681d7964d7777481.svg",
+ "searchTags": ["choice"],
+ "topRow": 23,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "labelWidth": "6",
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "defaultOptionValue": "Y",
+ "animateLoading": true,
+ "parentColumnSpace": 17.625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 46,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Left",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "Y"
+ },
+ {
+ "label": "No",
+ "value": "N"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ekhr4wfb2d",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "tdeulieh26",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Catch block test",
+ "version": 1,
+ "parentId": "kk1k58hv9w",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxDynamicHeight": 9000,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "d713hjidlo",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "fprx0bu1rp",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 5,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 62,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "NOTE: Do not edit the app. But please feel free to export the app to your workspace to perform your testing",
+ "key": "40a0khhp6k",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "textAlign": "CENTER",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "5i9vixju2a",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 5,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }
+ ]
+ }
+ }],
+ "slug": "page-1",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfc"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "Page 5",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 5",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 60,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page-5",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page 5",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page 5",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 60,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 620,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page-5",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad02"
},
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "publishedPage": {
+ "name": "--Playground",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "--Playground",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "CurrencyInput1",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "topRow": 6,
+ "bottomRow": 13,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "resetOnSubmit": true,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "5h0zlsv95s",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "pimwlacvdq",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "Label",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 21,
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 14.109375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 4,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "isDefaultClickDisabled": true,
+ "widgetId": "asmby8goxw",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 17,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 4,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 0,
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 0,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 0,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "mobileRightColumn": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "axlwsd6sq8",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "xwedrxuzlu",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "u8xbxahcx3",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "qoqyr7yxrs",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "aawtdk0jxu",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button3",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ep9ahnwl95",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ehq8jidizb",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "34u4b3ypqt",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "er47h3pk7j",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "15nvw5u4z6",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "er47h3pk7j",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ }
+ ]
+ }
+ }],
+ "slug": "playground",
+ "isHidden": true
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "--Playground",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "--Playground",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "CurrencyInput1",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "topRow": 6,
+ "bottomRow": 13,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 17.9375,
+ "resetOnSubmit": true,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "5h0zlsv95s",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "dynamicHeight": "FIXED",
+ "widgetId": "pimwlacvdq",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "Label",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 21,
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 17,
+ "bottomRow": 21,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 14.109375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 4,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 20,
+ "isDefaultClickDisabled": true,
+ "widgetId": "asmby8goxw",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 17,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 4,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 0,
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 0,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 0,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "mobileRightColumn": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "axlwsd6sq8",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "xwedrxuzlu",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "u8xbxahcx3",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "qoqyr7yxrs",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "aawtdk0jxu",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button3",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "j0dry421av",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ep9ahnwl95",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "34u4b3ypqt",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "ehq8jidizb",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "34u4b3ypqt",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "er47h3pk7j",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "15nvw5u4z6",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "er47h3pk7j",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ }
+ ]
+ }
+ }],
+ "slug": "playground",
+ "isHidden": true
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bacfa"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "publishedPage": {
+ "name": "--Playground1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "name": "astronautsLog.ratings",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_astronautsLog.ratings",
+ "collectionId": "--Playground1_astronautsLog"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetch_astronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetch_astronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetchAstronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetchAstronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "name": "filteredAstronauts_really_long",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_filteredAstronauts_really_long"
+ }]
+ ],
+ "id": "--Playground1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1670,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 157,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "vn0hhhi9ah",
+ "containerStyle": "none",
+ "bottomRow": 1570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "h08lbuzxas",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "0b7bdj8klw",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "zw0q78h35r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
+ "labelText": "Pick an astronaut to display their information",
+ "searchTags": ["dropdown"],
+ "topRow": 8,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "23",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 22,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "sourceData"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{astronautsLog.astronautNames()}}",
+ "key": "phyziaanl1",
+ "labelTextSize": "",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "o7odcz8q5n",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "in_space",
+ "isVisible": true,
+ "label": "In Space",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "in_space",
+ "children": {},
+ "position": 20,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "agency": {
+ "labelTextSize": "0.875rem",
+ "identifier": "agency",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "agency",
+ "isVisible": false,
+ "label": "Agency",
+ "originalIdentifier": "agency",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "parent": {
+ "labelTextSize": "0.875rem",
+ "identifier": "parent",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "null",
+ "accessor": "parent",
+ "isVisible": true,
+ "label": "Parent",
+ "originalIdentifier": "parent",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "featured": {
+ "labelTextSize": "0.875rem",
+ "identifier": "featured",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "featured",
+ "isVisible": true,
+ "label": "Featured",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "featured",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "logo_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "logo_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "logo_url",
+ "isVisible": true,
+ "label": "Logo Url",
+ "originalIdentifier": "logo_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "fieldType": "Text Input"
+ },
+ "image_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image_url",
+ "isVisible": true,
+ "label": "Image Url",
+ "originalIdentifier": "image_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "type",
+ "isVisible": true,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "Multinational",
+ "fieldType": "Text Input"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": true,
+ "label": "Url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "fieldType": "Text Input"
+ },
+ "country_code": {
+ "labelTextSize": "0.875rem",
+ "identifier": "country_code",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "country_code",
+ "isVisible": true,
+ "label": "Country Code",
+ "originalIdentifier": "country_code",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "fieldType": "Text Input"
+ },
+ "launchers": {
+ "labelTextSize": "0.875rem",
+ "identifier": "launchers",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "launchers",
+ "isVisible": true,
+ "label": "Launchers",
+ "originalIdentifier": "launchers",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "spacecraft": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacecraft",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "spacecraft",
+ "isVisible": true,
+ "label": "Spacecraft",
+ "originalIdentifier": "spacecraft",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "administrator": {
+ "labelTextSize": "0.875rem",
+ "identifier": "administrator",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "administrator",
+ "isVisible": true,
+ "label": "Administrator",
+ "originalIdentifier": "administrator",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Director General: Josef Aschbacher",
+ "fieldType": "Text Input"
+ },
+ "founding_year": {
+ "labelTextSize": "0.875rem",
+ "identifier": "founding_year",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "founding_year",
+ "isVisible": true,
+ "label": "Founding Year",
+ "originalIdentifier": "founding_year",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "1975",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "European Space Agency",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 27,
+ "fieldType": "Number Input"
+ },
+ "abbrev": {
+ "labelTextSize": "0.875rem",
+ "identifier": "abbrev",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "abbrev",
+ "isVisible": true,
+ "label": "Abbrev",
+ "originalIdentifier": "abbrev",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": "ESA",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": 16,
+ "isDisabled": false,
+ "sourceData": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "profile_image_thumbnail": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image_thumbnail",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image_thumbnail",
+ "isVisible": false,
+ "label": "Profile Image Thumbnail",
+ "originalIdentifier": "profile_image_thumbnail",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_birth": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "date_of_birth",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "1978-02-27",
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_birth",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "born on",
+ "originalIdentifier": "date_of_birth",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 1,
+ "fieldType": "Datepicker"
+ },
+ "wiki": {
+ "labelTextSize": "0.875rem",
+ "identifier": "wiki",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "wiki",
+ "isVisible": false,
+ "label": "Wiki",
+ "originalIdentifier": "wiki",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "fieldType": "Text Input"
+ },
+ "bio": {
+ "labelTextSize": "0.875rem",
+ "identifier": "bio",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "bio",
+ "isVisible": false,
+ "label": "Bio",
+ "originalIdentifier": "bio",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "fieldType": "Text Input"
+ },
+ "instagram": {
+ "labelTextSize": "0.875rem",
+ "identifier": "instagram",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "instagram",
+ "isVisible": false,
+ "label": "Instagram",
+ "originalIdentifier": "instagram",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "https://instagram.com/thom_astro",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "type",
+ "isVisible": false,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Government",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 15,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Government",
+ "id": 2
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": false,
+ "label": "url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "fieldType": "Text Input"
+ },
+ "first_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "first_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2016-11-17T20:20:13Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "first_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "First Flight",
+ "originalIdentifier": "first_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 6,
+ "fieldType": "Datepicker"
+ },
+ "last_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "last_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2021-04-23T09:49:02Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "last_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "Last Flight",
+ "originalIdentifier": "last_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 7,
+ "fieldType": "Datepicker"
+ },
+ "eva_time": {
+ "labelTextSize": "0.875rem",
+ "identifier": "eva_time",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "eva_time",
+ "isVisible": true,
+ "label": "Eva Time",
+ "originalIdentifier": "eva_time",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 22,
+ "isDisabled": false,
+ "sourceData": "P1DT15H54M",
+ "fieldType": "Text Input"
+ },
+ "twitter": {
+ "labelTextSize": "0.875rem",
+ "identifier": "twitter",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "twitter",
+ "isVisible": true,
+ "label": "Twitter",
+ "originalIdentifier": "twitter",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "https://twitter.com/Thom_astro",
+ "fieldType": "Text Input"
+ },
+ "profile_image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image",
+ "isVisible": false,
+ "label": "Profile Image",
+ "originalIdentifier": "profile_image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_death": {
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_death",
+ "boxShadow": "none",
+ "isRequired": false,
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "isCustomField": false,
+ "dateFormat": "YYYY-MM-DD",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "date_of_death",
+ "shortcuts": false,
+ "isVisible": true,
+ "label": "Date Of Death",
+ "convertToISO": false,
+ "originalIdentifier": "date_of_death",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Datepicker"
+ },
+ "nationality": {
+ "labelTextSize": "0.875rem",
+ "identifier": "nationality",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "nationality",
+ "isVisible": true,
+ "label": "Nationality",
+ "originalIdentifier": "nationality",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "French",
+ "fieldType": "Text Input"
+ },
+ "spacewalks_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacewalks_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "spacewalks_count",
+ "isVisible": true,
+ "label": "Spacewalks Count",
+ "originalIdentifier": "spacewalks_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 23,
+ "isDisabled": false,
+ "sourceData": 6,
+ "fieldType": "Number Input"
+ },
+ "flights_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "flights_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "flights_count",
+ "isVisible": true,
+ "label": "Flights Count",
+ "originalIdentifier": "flights_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 18,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "time_in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "time_in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "time_in_space",
+ "isVisible": true,
+ "label": "Time In Space",
+ "originalIdentifier": "time_in_space",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 21,
+ "isDisabled": false,
+ "sourceData": "P396DT11H33M45S",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": false,
+ "label": "name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Thomas Pesquet",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ },
+ "landings_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "landings_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "landings_count",
+ "isVisible": true,
+ "label": "Landings Count",
+ "originalIdentifier": "landings_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 19,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "age": {
+ "labelTextSize": "0.875rem",
+ "identifier": "age",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "age",
+ "isVisible": true,
+ "label": "Age",
+ "originalIdentifier": "age",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 17,
+ "isDisabled": false,
+ "sourceData": 44,
+ "fieldType": "Number Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "status",
+ "isVisible": false,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Active",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Active",
+ "id": 1
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "agency": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "date_of_birth": "1978-02-27",
+ "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "instagram": "https://instagram.com/thom_astro",
+ "type": {
+ "name": "Government",
+ "id": 2
+ },
+ "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "first_flight": "2016-11-17T20:20:13Z",
+ "last_flight": "2021-04-23T09:49:02Z",
+ "twitter": "https://twitter.com/Thom_astro",
+ "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "nationality": "French",
+ "flights_count": 2,
+ "name": "Thomas Pesquet",
+ "id": 1,
+ "landings_count": 2,
+ "age": 44,
+ "status": {
+ "name": "Active",
+ "id": 1
+ }
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "JSONForm1",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "transparent",
+ "buttonVariant": "TERTIARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
+ "topRow": 37,
+ "bottomRow": 80,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_birth.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_birth.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_death.borderRadius"},
+ {"key": "schema.__root_schema__.children.nationality.defaultValue"},
+ {"key": "schema.__root_schema__.children.nationality.accentColor"},
+ {"key": "schema.__root_schema__.children.nationality.borderRadius"},
+ {"key": "schema.__root_schema__.children.bio.defaultValue"},
+ {"key": "schema.__root_schema__.children.bio.accentColor"},
+ {"key": "schema.__root_schema__.children.bio.borderRadius"},
+ {"key": "schema.__root_schema__.children.twitter.defaultValue"},
+ {"key": "schema.__root_schema__.children.twitter.accentColor"},
+ {"key": "schema.__root_schema__.children.twitter.borderRadius"},
+ {"key": "schema.__root_schema__.children.instagram.defaultValue"},
+ {"key": "schema.__root_schema__.children.instagram.accentColor"},
+ {"key": "schema.__root_schema__.children.instagram.borderRadius"},
+ {"key": "schema.__root_schema__.children.wiki.defaultValue"},
+ {"key": "schema.__root_schema__.children.wiki.accentColor"},
+ {"key": "schema.__root_schema__.children.wiki.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.last_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.first_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.type.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.age.defaultValue"},
+ {"key": "schema.__root_schema__.children.age.accentColor"},
+ {"key": "schema.__root_schema__.children.age.borderRadius"},
+ {"key": "schema.__root_schema__.children.flights_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.flights_count.accentColor"},
+ {"key": "schema.__root_schema__.children.flights_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.landings_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.landings_count.accentColor"},
+ {"key": "schema.__root_schema__.children.landings_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.time_in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.borderRadius"},
+ {"key": "schema.__root_schema__.children.eva_time.defaultValue"},
+ {"key": "schema.__root_schema__.children.eva_time.accentColor"},
+ {"key": "schema.__root_schema__.children.eva_time.borderRadius"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.accentColor"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.borderRadius"}
+ ],
+ "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
+ "showReset": false,
+ "resetButtonLabel": "",
+ "key": "mb10lpx0lx",
+ "backgroundColor": "transparent",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "rsugpn6p9u",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Iframe2",
+ "displayName": "Iframe",
+ "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
+ "searchTags": ["embed"],
+ "topRow": 17,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "source": "{{JSONForm1.sourceData.wiki}}",
+ "type": "IFRAME_WIDGET",
+ "hideCard": false,
+ "borderOpacity": 100,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "source"}
+ ],
+ "borderWidth": 1,
+ "key": "g8muw4zk94",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "widgetId": "mz6fhqu7a9",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 24,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.profile_image}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "xbvii1ix6y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 91,
+ "bottomRow": 115,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 24,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.agency.image_url}}",
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "objectFit": "contain",
+ "widgetId": "rqyzl6wlzr",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 17,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "Noto Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "backgroundColor"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.name}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "utlu5mh5r2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "lutbmumiav",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "rpasupm5h1",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "lutbmumiav",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "v7vpjo9wpz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "jr6l3jzyn8",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v7vpjo9wpz",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "25rem",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 75,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "Nunito Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "text"},
+ {"key": "backgroundColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6vq35sdbrv",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
+ "buttonColor": "#1e40af",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "w4kz23hasp",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "refresh",
+ "widgetId": "x1fkr3v9eo",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Progress1",
+ "progressType": "linear",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "progress"}],
+ "displayName": "Progress",
+ "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
+ "searchTags": ["percent"],
+ "topRow": 81,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "PROGRESS_WIDGET",
+ "isIndeterminate": false,
+ "hideCard": false,
+ "fillColor": "#1e40af",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "i0hq3tnqfi",
+ "showResult": true,
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "counterClosewise": false,
+ "widgetId": "i3o88akg85",
+ "isVisible": true,
+ "steps": "",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "progress": ""
+ },
+ {
+ "widgetName": "Rating1",
+ "displayName": "Rating",
+ "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
+ "searchTags": ["stars"],
+ "topRow": 86,
+ "bottomRow": 90,
+ "parentRowSpace": 10,
+ "type": "RATE_WIDGET",
+ "maxCount": "5",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [{"key": "defaultRate"}],
+ "isDisabled": false,
+ "key": "hv9pk8djb6",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 26,
+ "inactiveColor": "#D6D6D6",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fe0ylf714w",
+ "isVisible": true,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "defaultRate": "{{astronautsLog.ratings.data}}",
+ "activeColor": "#1e40af",
+ "size": "LARGE",
+ "maxDynamicHeight": 9000,
+ "isAllowHalf": false,
+ "minDynamicHeight": 4,
+ "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 91,
+ "bottomRow": 119,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text5",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.description}}",
+ "key": "s8x2nnrhnk",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "transparent",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pwie12lxwz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "e3t8svebdk",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "7jhkg61wuu",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "e3t8svebdk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "7cpcokj50b",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "j32coyaw4r",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "dynamicHeight": "FIXED",
+ "widgetId": "7cpcokj50b",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "topRow": 2,
+ "defaultCurrencyCode": "USD",
+ "labelWidth": 5,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "allowCurrencyChange": true,
+ "version": 1,
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetName": "CurrencyInput1",
+ "dynamicPropertyPathList": [{"key": "onBlur"}],
+ "displayName": "Currency Input",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "labelPosition": "Top",
+ "key": "56rrtkdl37",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 19,
+ "widgetId": "z1ayixhauq",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "vn0hhhi9ah",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "onBlur": "",
+ "responsiveBehavior": "fill",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 14,
+ "widgetName": "Button13",
+ "onClick": "{{filteredAstronauts_really_long.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 17,
+ "animateLoading": true,
+ "parentColumnSpace": 13.734375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "{{fetch_astronauts.data.data}}",
+ "isDisabled": false,
+ "key": "kfwc5ab4um",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "isDefaultClickDisabled": true,
+ "widgetId": "jjuqt1ifnb",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 10,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h08lbuzxas",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas5",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "nl8f1m7oav",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ko3kkb450m",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tb7gta7tfb",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "si6g5eoxgp",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "yhzhm228tu",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "g90ws31m93",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "g90ws31m93",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal2",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas6",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "t3qbm5y91f",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "w8ynayy73b",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xouwxo7b2m",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "up63zfuump",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qqi11sxegr",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "e52k9rhbo7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e52k9rhbo7",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal3",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas7",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton4",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "sug149rv39",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text8",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "r34bouucht",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button5",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "y8sdru05pv",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "l4nu1expuv",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "zvzi5jsd5u",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ljy0qzec2d",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ljy0qzec2d",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal4",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas8",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton5",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "9we1nw6waw",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "senfwwilkd",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "88f6rwgir5",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button8",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "oua6ex9wyf",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lyiz2yxss7",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sxmqnk89c",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sxmqnk89c",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal5",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "onClose"}],
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas9",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton6",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "57g8xip6m9",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "c1avbznl1f",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button9",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "cm40e67pym",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6vvcrt1z3t",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "sndkhe4bc2",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zlhoy988ce",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "zlhoy988ce",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal6",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas10",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton7",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "w88iattdtr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text11",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "d49q1jow18",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "4r2ie2z1iy",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "wy3sjg3y3r",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "76hhhkqi15",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sihk1i9j5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sihk1i9j5",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 160,
+ "bottomRow": 167,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
+ "dynamicTriggerPathList": [{"key": "onRecordingStart"}],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "ky6byinlri",
+ "isDeprecated": false,
+ "rightColumn": 18,
+ "widgetId": "1eppm1e2e6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "iconColor": "white"
+ }
+ ]
+ }
+ }],
+ "slug": "playground1",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "--Playground1",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [{
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n return Math.floor(Math.random() * 5) + 1;\n}"],
+ "name": "astronautsLog.ratings",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_astronautsLog.ratings",
+ "collectionId": "--Playground1_astronautsLog"
+ }],
+ [{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetch_astronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetch_astronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "fetchAstronauts",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_fetchAstronauts"
+ }],
+ [{
+ "pluginType": "API",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["Select1.selectedOptionLabel"],
+ "name": "filteredAstronauts_really_long",
+ "timeoutInMillisecond": 10000,
+ "id": "--Playground1_filteredAstronauts_really_long"
+ }]
+ ],
+ "id": "--Playground1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1670,
+ "containerStyle": "none",
+ "snapRows": 62,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 630,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "tabId": "",
+ "boxShadow": "NONE",
+ "widgetName": "Container4",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 157,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 9.02128928899765,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "rightColumn": 577.3625144958496,
+ "widgetName": "Canvas3Copy",
+ "detachFromLayout": true,
+ "widgetId": "vn0hhhi9ah",
+ "containerStyle": "none",
+ "bottomRow": 1570,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "parentId": "h08lbuzxas",
+ "props": {
+ "detachFromLayout": true,
+ "children": [],
+ "containerStyle": "none",
+ "canExtend": false
+ },
+ "isLoading": false,
+ "minHeight": 759.6875190734863,
+ "renderMode": "CANVAS",
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1CopyCopy",
+ "onClick": "{{navigateTo('https://github.com/appsmithorg/TestSmith/issues/1960', {})}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 39,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "5ujhucrgt5",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "iconName": "arrow-top-right",
+ "widgetId": "0b7bdj8klw",
+ "buttonStyle": "PRIMARY",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "widgetName": "Text3CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 1,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 14.062695503234863,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 21,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Automation TC5",
+ "key": "86ix69se60",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "zw0q78h35r",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba5853ad71e4b3d8daffacb3a2.svg",
+ "labelText": "Pick an astronaut to display their information",
+ "searchTags": ["dropdown"],
+ "topRow": 8,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "labelWidth": "23",
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [
+ {"key": "onOptionChange"},
+ {"key": "onDropdownOpen"}
+ ],
+ "leftColumn": 22,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "sourceData"}
+ ],
+ "labelPosition": "Top",
+ "labelStyle": "",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "{{astronautsLog.astronautNames()}}",
+ "key": "phyziaanl1",
+ "labelTextSize": "",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 40,
+ "dynamicHeight": "FIXED",
+ "widgetId": "o7odcz8q5n",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "onDropdownOpen": "",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{filteredAstronauts_really_long.run(() => astronautsLog.progressBar(), () => showAlert('error'))}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "in_space",
+ "isVisible": true,
+ "label": "In Space",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "in_space",
+ "children": {},
+ "position": 20,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "agency": {
+ "labelTextSize": "0.875rem",
+ "identifier": "agency",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "agency",
+ "isVisible": false,
+ "label": "Agency",
+ "originalIdentifier": "agency",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "parent": {
+ "labelTextSize": "0.875rem",
+ "identifier": "parent",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.parent))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "null",
+ "accessor": "parent",
+ "isVisible": true,
+ "label": "Parent",
+ "originalIdentifier": "parent",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "featured": {
+ "labelTextSize": "0.875rem",
+ "identifier": "featured",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.featured))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "boolean",
+ "accessor": "featured",
+ "isVisible": true,
+ "label": "Featured",
+ "alignWidget": "LEFT",
+ "originalIdentifier": "featured",
+ "children": {},
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": false,
+ "fieldType": "Switch"
+ },
+ "logo_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "logo_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.logo_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "logo_url",
+ "isVisible": true,
+ "label": "Logo Url",
+ "originalIdentifier": "logo_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "fieldType": "Text Input"
+ },
+ "image_url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image_url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.image_url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image_url",
+ "isVisible": true,
+ "label": "Image Url",
+ "originalIdentifier": "image_url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.description))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "type",
+ "isVisible": true,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "Multinational",
+ "fieldType": "Text Input"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": true,
+ "label": "Url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "fieldType": "Text Input"
+ },
+ "country_code": {
+ "labelTextSize": "0.875rem",
+ "identifier": "country_code",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.country_code))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "country_code",
+ "isVisible": true,
+ "label": "Country Code",
+ "originalIdentifier": "country_code",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "fieldType": "Text Input"
+ },
+ "launchers": {
+ "labelTextSize": "0.875rem",
+ "identifier": "launchers",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.launchers))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "launchers",
+ "isVisible": true,
+ "label": "Launchers",
+ "originalIdentifier": "launchers",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "spacecraft": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacecraft",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.spacecraft))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "spacecraft",
+ "isVisible": true,
+ "label": "Spacecraft",
+ "originalIdentifier": "spacecraft",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "",
+ "fieldType": "Text Input"
+ },
+ "administrator": {
+ "labelTextSize": "0.875rem",
+ "identifier": "administrator",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.administrator))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "administrator",
+ "isVisible": true,
+ "label": "Administrator",
+ "originalIdentifier": "administrator",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Director General: Josef Aschbacher",
+ "fieldType": "Text Input"
+ },
+ "founding_year": {
+ "labelTextSize": "0.875rem",
+ "identifier": "founding_year",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.founding_year))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "founding_year",
+ "isVisible": true,
+ "label": "Founding Year",
+ "originalIdentifier": "founding_year",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "1975",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "European Space Agency",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 27,
+ "fieldType": "Number Input"
+ },
+ "abbrev": {
+ "labelTextSize": "0.875rem",
+ "identifier": "abbrev",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.agency.abbrev))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "abbrev",
+ "isVisible": true,
+ "label": "Abbrev",
+ "originalIdentifier": "abbrev",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": "ESA",
+ "fieldType": "Text Input"
+ }
+ },
+ "position": 16,
+ "isDisabled": false,
+ "sourceData": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "profile_image_thumbnail": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image_thumbnail",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image_thumbnail))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image_thumbnail",
+ "isVisible": false,
+ "label": "Profile Image Thumbnail",
+ "originalIdentifier": "profile_image_thumbnail",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 13,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_birth": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.date_of_birth))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "date_of_birth",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "1978-02-27",
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_birth",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "born on",
+ "originalIdentifier": "date_of_birth",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 1,
+ "fieldType": "Datepicker"
+ },
+ "wiki": {
+ "labelTextSize": "0.875rem",
+ "identifier": "wiki",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.wiki))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "wiki",
+ "isVisible": false,
+ "label": "Wiki",
+ "originalIdentifier": "wiki",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "fieldType": "Text Input"
+ },
+ "bio": {
+ "labelTextSize": "0.875rem",
+ "identifier": "bio",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.bio))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "bio",
+ "isVisible": false,
+ "label": "Bio",
+ "originalIdentifier": "bio",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "fieldType": "Text Input"
+ },
+ "instagram": {
+ "labelTextSize": "0.875rem",
+ "identifier": "instagram",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.instagram))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "instagram",
+ "isVisible": false,
+ "label": "Instagram",
+ "originalIdentifier": "instagram",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": "https://instagram.com/thom_astro",
+ "fieldType": "Text Input"
+ },
+ "type": {
+ "labelTextSize": "0.875rem",
+ "identifier": "type",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "type",
+ "isVisible": false,
+ "label": "Type",
+ "originalIdentifier": "type",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Government",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.type.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 15,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Government",
+ "id": 2
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ },
+ "url": {
+ "labelTextSize": "0.875rem",
+ "identifier": "url",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "url",
+ "isVisible": false,
+ "label": "url",
+ "originalIdentifier": "url",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 3,
+ "isDisabled": false,
+ "sourceData": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "fieldType": "Text Input"
+ },
+ "first_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.first_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "first_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2016-11-17T20:20:13Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "first_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "First Flight",
+ "originalIdentifier": "first_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 6,
+ "fieldType": "Datepicker"
+ },
+ "last_flight": {
+ "boxShadow": "none",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "LL",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.last_flight))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "last_flight",
+ "shortcuts": false,
+ "convertToISO": false,
+ "children": {},
+ "isDisabled": false,
+ "sourceData": "2021-04-23T09:49:02Z",
+ "labelTextSize": "0.875rem",
+ "identifier": "last_flight",
+ "isRequired": false,
+ "isCustomField": false,
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "isVisible": true,
+ "label": "Last Flight",
+ "originalIdentifier": "last_flight",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 7,
+ "fieldType": "Datepicker"
+ },
+ "eva_time": {
+ "labelTextSize": "0.875rem",
+ "identifier": "eva_time",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.eva_time))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "eva_time",
+ "isVisible": true,
+ "label": "Eva Time",
+ "originalIdentifier": "eva_time",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 22,
+ "isDisabled": false,
+ "sourceData": "P1DT15H54M",
+ "fieldType": "Text Input"
+ },
+ "twitter": {
+ "labelTextSize": "0.875rem",
+ "identifier": "twitter",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.twitter))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "twitter",
+ "isVisible": true,
+ "label": "Twitter",
+ "originalIdentifier": "twitter",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "https://twitter.com/Thom_astro",
+ "fieldType": "Text Input"
+ },
+ "profile_image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "profile_image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.profile_image))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "profile_image",
+ "isVisible": false,
+ "label": "Profile Image",
+ "originalIdentifier": "profile_image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 12,
+ "isDisabled": false,
+ "sourceData": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "fieldType": "Text Input"
+ },
+ "date_of_death": {
+ "labelTextSize": "0.875rem",
+ "identifier": "date_of_death",
+ "boxShadow": "none",
+ "isRequired": false,
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "isCustomField": false,
+ "dateFormat": "YYYY-MM-DD",
+ "defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.date_of_death, \"YYYY-MM-DD\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "date_of_death",
+ "shortcuts": false,
+ "isVisible": true,
+ "label": "Date Of Death",
+ "convertToISO": false,
+ "originalIdentifier": "date_of_death",
+ "timePrecision": "minute",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "closeOnSelection": false,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "position": 4,
+ "isDisabled": false,
+ "fieldType": "Datepicker"
+ },
+ "nationality": {
+ "labelTextSize": "0.875rem",
+ "identifier": "nationality",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.nationality))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "nationality",
+ "isVisible": true,
+ "label": "Nationality",
+ "originalIdentifier": "nationality",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "sourceData": "French",
+ "fieldType": "Text Input"
+ },
+ "spacewalks_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "spacewalks_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.spacewalks_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "spacewalks_count",
+ "isVisible": true,
+ "label": "Spacewalks Count",
+ "originalIdentifier": "spacewalks_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 23,
+ "isDisabled": false,
+ "sourceData": 6,
+ "fieldType": "Number Input"
+ },
+ "flights_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "flights_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.flights_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "flights_count",
+ "isVisible": true,
+ "label": "Flights Count",
+ "originalIdentifier": "flights_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 18,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "time_in_space": {
+ "labelTextSize": "0.875rem",
+ "identifier": "time_in_space",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.time_in_space))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "time_in_space",
+ "isVisible": true,
+ "label": "Time In Space",
+ "originalIdentifier": "time_in_space",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 21,
+ "isDisabled": false,
+ "sourceData": "P396DT11H33M45S",
+ "fieldType": "Text Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": false,
+ "label": "name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": "Thomas Pesquet",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ },
+ "landings_count": {
+ "labelTextSize": "0.875rem",
+ "identifier": "landings_count",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.landings_count))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "landings_count",
+ "isVisible": true,
+ "label": "Landings Count",
+ "originalIdentifier": "landings_count",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 19,
+ "isDisabled": false,
+ "sourceData": 2,
+ "fieldType": "Number Input"
+ },
+ "age": {
+ "labelTextSize": "0.875rem",
+ "identifier": "age",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.age))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "age",
+ "isVisible": true,
+ "label": "Age",
+ "originalIdentifier": "age",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 17,
+ "isDisabled": false,
+ "sourceData": 44,
+ "fieldType": "Number Input"
+ },
+ "status": {
+ "labelTextSize": "0.875rem",
+ "identifier": "status",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accessor": "status",
+ "isVisible": false,
+ "label": "Status",
+ "originalIdentifier": "status",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Active",
+ "fieldType": "Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.status.id))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => (appsmith.theme.colors.primaryColor))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": true,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 1,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": 14,
+ "isDisabled": false,
+ "sourceData": {
+ "name": "Active",
+ "id": 1
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "agency": {
+ "featured": false,
+ "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png",
+ "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
+ "type": "Multinational",
+ "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/",
+ "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUZ,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
+ "launchers": "",
+ "spacecraft": "",
+ "administrator": "Director General: Josef Aschbacher",
+ "founding_year": "1975",
+ "name": "European Space Agency",
+ "id": 27,
+ "abbrev": "ESA"
+ },
+ "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas_pesquet_thumbnail_20220911033657.jpeg",
+ "date_of_birth": "1978-02-27",
+ "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
+ "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
+ "instagram": "https://instagram.com/thom_astro",
+ "type": {
+ "name": "Government",
+ "id": 2
+ },
+ "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/",
+ "first_flight": "2016-11-17T20:20:13Z",
+ "last_flight": "2021-04-23T09:49:02Z",
+ "twitter": "https://twitter.com/Thom_astro",
+ "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/astronaut_images/thomas2520pesquet_image_20200102120546.jpeg",
+ "nationality": "French",
+ "flights_count": 2,
+ "name": "Thomas Pesquet",
+ "id": 1,
+ "landings_count": 2,
+ "age": 44,
+ "status": {
+ "name": "Active",
+ "id": 1
+ }
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "JSONForm1",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "transparent",
+ "buttonVariant": "TERTIARY"
+ },
+ "dynamicPropertyPathList": [
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"}
+ ],
+ "displayName": "JSON Form",
+ "iconSVG": "/static/media/icon.5b428de12db9ad6a591955ead07f86e9.svg",
+ "topRow": 37,
+ "bottomRow": 80,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "type": "JSON_FORM_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_birth.defaultValue"},
+ {"key": "schema.__root_schema__.children.date_of_birth.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_birth.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.accentColor"},
+ {"key": "schema.__root_schema__.children.date_of_death.borderRadius"},
+ {"key": "schema.__root_schema__.children.nationality.defaultValue"},
+ {"key": "schema.__root_schema__.children.nationality.accentColor"},
+ {"key": "schema.__root_schema__.children.nationality.borderRadius"},
+ {"key": "schema.__root_schema__.children.bio.defaultValue"},
+ {"key": "schema.__root_schema__.children.bio.accentColor"},
+ {"key": "schema.__root_schema__.children.bio.borderRadius"},
+ {"key": "schema.__root_schema__.children.twitter.defaultValue"},
+ {"key": "schema.__root_schema__.children.twitter.accentColor"},
+ {"key": "schema.__root_schema__.children.twitter.borderRadius"},
+ {"key": "schema.__root_schema__.children.instagram.defaultValue"},
+ {"key": "schema.__root_schema__.children.instagram.accentColor"},
+ {"key": "schema.__root_schema__.children.instagram.borderRadius"},
+ {"key": "schema.__root_schema__.children.wiki.defaultValue"},
+ {"key": "schema.__root_schema__.children.wiki.accentColor"},
+ {"key": "schema.__root_schema__.children.wiki.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image.borderRadius"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.defaultValue"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.accentColor"},
+ {"key": "schema.__root_schema__.children.profile_image_thumbnail.borderRadius"},
+ {"key": "schema.__root_schema__.children.last_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.last_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.last_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.first_flight.defaultValue"},
+ {"key": "schema.__root_schema__.children.first_flight.accentColor"},
+ {"key": "schema.__root_schema__.children.first_flight.borderRadius"},
+ {"key": "schema.__root_schema__.children.date_of_death.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.status.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.defaultValue"},
+ {"key": "schema.__root_schema__.children.status.borderRadius"},
+ {"key": "schema.__root_schema__.children.status.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.type.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.type.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.featured.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.type.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.type.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.country_code.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.abbrev.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.administrator.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.founding_year.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.launchers.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.spacecraft.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.parent.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.image_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.cellBorderRadius"},
+ {"key": "schema.__root_schema__.children.age.defaultValue"},
+ {"key": "schema.__root_schema__.children.age.accentColor"},
+ {"key": "schema.__root_schema__.children.age.borderRadius"},
+ {"key": "schema.__root_schema__.children.flights_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.flights_count.accentColor"},
+ {"key": "schema.__root_schema__.children.flights_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.landings_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.landings_count.accentColor"},
+ {"key": "schema.__root_schema__.children.landings_count.borderRadius"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.defaultValue"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.accentColor"},
+ {"key": "schema.__root_schema__.children.agency.children.logo_url.borderRadius"},
+ {"key": "schema.__root_schema__.children.in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.defaultValue"},
+ {"key": "schema.__root_schema__.children.time_in_space.accentColor"},
+ {"key": "schema.__root_schema__.children.time_in_space.borderRadius"},
+ {"key": "schema.__root_schema__.children.eva_time.defaultValue"},
+ {"key": "schema.__root_schema__.children.eva_time.accentColor"},
+ {"key": "schema.__root_schema__.children.eva_time.borderRadius"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.defaultValue"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.accentColor"},
+ {"key": "schema.__root_schema__.children.spacewalks_count.borderRadius"}
+ ],
+ "sourceData": "{{filteredAstronauts_really_long.data.results[0]}}",
+ "showReset": false,
+ "resetButtonLabel": "",
+ "key": "mb10lpx0lx",
+ "backgroundColor": "transparent",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "dynamicHeight": "FIXED",
+ "autoGenerateForm": true,
+ "widgetId": "rsugpn6p9u",
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "scrollContents": true,
+ "fixedFooter": true,
+ "submitButtonLabel": "",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Iframe2",
+ "displayName": "Iframe",
+ "iconSVG": "/static/media/icon.34169b6acebc8ace125dd1f638974aae.svg",
+ "searchTags": ["embed"],
+ "topRow": 17,
+ "bottomRow": 37,
+ "parentRowSpace": 10,
+ "source": "{{JSONForm1.sourceData.wiki}}",
+ "type": "IFRAME_WIDGET",
+ "hideCard": false,
+ "borderOpacity": 100,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "source"}
+ ],
+ "borderWidth": 1,
+ "key": "g8muw4zk94",
+ "isDeprecated": false,
+ "rightColumn": 34,
+ "widgetId": "mz6fhqu7a9",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2",
+ "onClick": "{{showModal('Modal2').then(() => {\n showModal('Modal5');\n closeModal('Modal3');\n}).catch(() => {\n showModal('Modal2');\n showModal('Modal3');\n showModal('Modal4');\n});}}",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 24,
+ "bottomRow": 75,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.profile_image}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "xbvii1ix6y",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "onClick": "{{setInterval(() => {\n // add code here\n }, 5000, '')}}",
+ "dynamicPropertyPathList": [],
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 91,
+ "bottomRow": 115,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 24,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "36azjue6y9",
+ "image": "{{JSONForm1.sourceData.agency.image_url}}",
+ "isDeprecated": false,
+ "rightColumn": 43,
+ "objectFit": "contain",
+ "widgetId": "rqyzl6wlzr",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container6",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 17,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 70,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": false,
+ "overflow": "NONE",
+ "fontFamily": "Noto Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "backgroundColor"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.name}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}",
+ "textAlign": "CENTER",
+ "dynamicHeight": "FIXED",
+ "widgetId": "utlu5mh5r2",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "lutbmumiav",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "rpasupm5h1",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "lutbmumiav",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "v7vpjo9wpz",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "jr6l3jzyn8",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "v7vpjo9wpz",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "25rem",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 75,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "Nunito Sans",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "text"},
+ {"key": "backgroundColor"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{filteredAstronauts_really_long.data.results[0].bio}}",
+ "key": "wnk00lfwil",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "textAlign": "RIGHT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6vq35sdbrv",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton1",
+ "onClick": "{{storeValue(\"\", \"\").then(() => {\n removeValue(\"\");\n});}}",
+ "buttonColor": "#1e40af",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 9,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 40,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "w4kz23hasp",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "iconName": "refresh",
+ "widgetId": "x1fkr3v9eo",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Progress1",
+ "progressType": "linear",
+ "isCanvas": false,
+ "dynamicPropertyPathList": [{"key": "progress"}],
+ "displayName": "Progress",
+ "iconSVG": "/static/media/icon.9b0d7b96a0223e8120bf6f14aca4154a.svg",
+ "searchTags": ["percent"],
+ "topRow": 81,
+ "bottomRow": 85,
+ "parentRowSpace": 10,
+ "type": "PROGRESS_WIDGET",
+ "isIndeterminate": false,
+ "hideCard": false,
+ "fillColor": "#1e40af",
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "key": "i0hq3tnqfi",
+ "showResult": true,
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "counterClosewise": false,
+ "widgetId": "i3o88akg85",
+ "isVisible": true,
+ "steps": "",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "progress": ""
+ },
+ {
+ "widgetName": "Rating1",
+ "displayName": "Rating",
+ "iconSVG": "/static/media/icon.914eb943f3f3762263872a333aff727d.svg",
+ "searchTags": ["stars"],
+ "topRow": 86,
+ "bottomRow": 90,
+ "parentRowSpace": 10,
+ "type": "RATE_WIDGET",
+ "maxCount": "5",
+ "hideCard": false,
+ "animateLoading": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 6,
+ "dynamicBindingPathList": [{"key": "defaultRate"}],
+ "isDisabled": false,
+ "key": "hv9pk8djb6",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 26,
+ "inactiveColor": "#D6D6D6",
+ "dynamicHeight": "FIXED",
+ "widgetId": "fe0ylf714w",
+ "isVisible": true,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "defaultRate": "{{astronautsLog.ratings.data}}",
+ "activeColor": "#1e40af",
+ "size": "LARGE",
+ "maxDynamicHeight": 9000,
+ "isAllowHalf": false,
+ "minDynamicHeight": 4,
+ "tooltips": "[\n \"Terrible\",\n \"Bad\",\n \"Neutral\",\n \"Goods\",\n \"Great\"\n]"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container7",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 91,
+ "bottomRow": 119,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "backgroundColor"}
+ ],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 280,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "children": [{
+ "widgetName": "Text5",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.84375,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "fontFamily"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{JSONForm1.sourceData.agency.description}}",
+ "key": "s8x2nnrhnk",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "backgroundColor": "transparent",
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "pwie12lxwz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#1e40af",
+ "version": 1,
+ "parentId": "e3t8svebdk",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ }],
+ "key": "7jhkg61wuu",
+ "isDeprecated": false,
+ "rightColumn": 330,
+ "detachFromLayout": true,
+ "widgetId": "e3t8svebdk",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "7cpcokj50b",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "0",
+ "key": "j32coyaw4r",
+ "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "dynamicHeight": "FIXED",
+ "widgetId": "7cpcokj50b",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f312efcb48ce4dafb08c20291635b30b.svg",
+ "topRow": 2,
+ "defaultCurrencyCode": "USD",
+ "labelWidth": 5,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "allowCurrencyChange": true,
+ "version": 1,
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetName": "CurrencyInput1",
+ "dynamicPropertyPathList": [{"key": "onBlur"}],
+ "displayName": "Currency Input",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "parentColumnSpace": 13.75,
+ "dynamicTriggerPathList": [],
+ "labelPosition": "Top",
+ "key": "56rrtkdl37",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 19,
+ "widgetId": "z1ayixhauq",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "vn0hhhi9ah",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "onBlur": "",
+ "responsiveBehavior": "fill",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 14,
+ "widgetName": "Button13",
+ "onClick": "{{filteredAstronauts_really_long.run()}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 10,
+ "bottomRow": 14,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 17,
+ "animateLoading": true,
+ "parentColumnSpace": 13.734375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "text": "{{fetch_astronauts.data.data}}",
+ "isDisabled": false,
+ "key": "kfwc5ab4um",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "isDefaultClickDisabled": true,
+ "widgetId": "jjuqt1ifnb",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "vn0hhhi9ah",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 10,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
+ }],
+ "borderWidth": "0",
+ "key": "3dd12un8x8",
+ "backgroundColor": "#eff6ff",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "h08lbuzxas",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas5",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "nl8f1m7oav",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ko3kkb450m",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tb7gta7tfb",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "si6g5eoxgp",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "yhzhm228tu",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "yhzhm228tu",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "g90ws31m93",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "g90ws31m93",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal2",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas6",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "t3qbm5y91f",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "w8ynayy73b",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "xouwxo7b2m",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "up63zfuump",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qqi11sxegr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "qqi11sxegr",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "e52k9rhbo7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "e52k9rhbo7",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{closeModal('Modal4').then(() => {\n showModal('');\n}).catch(() => {\n storeValue('hihhi', \"\");\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal3",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas7",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton4",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "sug149rv39",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text8",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "r34bouucht",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button5",
+ "onClick": "{{closeModal('Modal3')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "y8sdru05pv",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button6",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "l4nu1expuv",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "zvzi5jsd5u",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "zvzi5jsd5u",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ljy0qzec2d",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ljy0qzec2d",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal4",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas8",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton5",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "9we1nw6waw",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "senfwwilkd",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button7",
+ "onClick": "{{closeModal('Modal4')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "88f6rwgir5",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button8",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "oua6ex9wyf",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "lyiz2yxss7",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "lyiz2yxss7",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sxmqnk89c",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sxmqnk89c",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal5",
+ "isCanvas": true,
+ "dynamicPropertyPathList": [{"key": "onClose"}],
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [{"key": "onClose"}],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas9",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton6",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "57g8xip6m9",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text10",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "c1avbznl1f",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button9",
+ "onClick": "{{closeModal('Modal5')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "cm40e67pym",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button10",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "6vvcrt1z3t",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "sndkhe4bc2",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "sndkhe4bc2",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "zlhoy988ce",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "zlhoy988ce",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "onClose": "{{storeValue(\"\", \"\").then(() => {\n showModal('Modal2');\n}).catch(() => {\n showModal('Modal6');\n});}}",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal6",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e9a961fb0bfb4e38de7ecc7c5.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "widgetName": "Canvas10",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 0,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton7",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "ydwblf3fgy",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "w88iattdtr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "widgetName": "Text11",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "momczp21fx",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "d49q1jow18",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button11",
+ "onClick": "{{closeModal('Modal6')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "4r2ie2z1iy",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button12",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "6u1n76ge7k",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "wy3sjg3y3r",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "76hhhkqi15",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "fn4g7s90bo",
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "widgetId": "76hhhkqi15",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "2sihk1i9j5",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "flexLayers": []
+ }],
+ "key": "sctstvvix5",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 0,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2sihk1i9j5",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "AudioRecorder1",
+ "dynamicPropertyPathList": [],
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.3cb03cd8ed8464c5725a5d89a8fa563f.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 160,
+ "bottomRow": 167,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 14.0625,
+ "onRecordingStart": "{{setInterval(() => {\n showAlert('hi');\n}, 5000, 'samesies');}}",
+ "dynamicTriggerPathList": [{"key": "onRecordingStart"}],
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "ky6byinlri",
+ "isDeprecated": false,
+ "rightColumn": 18,
+ "widgetId": "1eppm1e2e6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "iconColor": "white"
+ }
+ ]
+ }
+ }],
+ "slug": "playground1",
+ "isHidden": false
+ },
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad00"
+ }
+ ],
+ "actionCollectionList": [
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC4",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC4",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 2_TC4",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7f"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "myVar1",
+ "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC3",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "myVar1",
+ "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC3",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 2",
+ "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 2_TC3",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad81"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "locations",
+ "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC5",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "locations",
+ "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC5",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 3_TC5",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad83"
},
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 3",
+ "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 3_TC6",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad85"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad71"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 4",
+ "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC6",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 4",
+ "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 4_TC6",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad95"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "",
- "value": ""
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "id": "--Playground_JSObject1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad87"
},
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject14",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject14",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground_JSObject14",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad89"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject15",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "",
- "value": ""
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject15",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "body": "",
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "id": "--Playground_JSObject15",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8b"
},
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "filteredAstronauts_really_long",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject16",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject16",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground",
+ "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground_JSObject16",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8d"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "name",
- "value": "{{Select1.selectedOptionLabel}}"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC2",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC2",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
+ "actions": []
+ },
+ "id": "Page 1_TC2",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8f"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- },
- {
- "key": "queryParameters[0].value"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "filteredAstronauts_really_long",
- "datasource": {
- "name": "https://ll.thespacedevs.com",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://ll.thespacedevs.com"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "selectOptions",
+ "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
+ },
+ {
+ "name": "selected",
+ "value": "''"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "selectOptions",
+ "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
+ },
+ {
+ "name": "selected",
+ "value": "''"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "TC1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
+ "actions": []
+ },
+ "id": "Page 1_TC1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad91"
},
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/2.2.0/astronaut/",
- "headers": [
- {
- "key": "accept",
- "value": "application/json"
- }
- ],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "name",
- "value": "{{Select1.selectedOptionLabel}}"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": []
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Page 1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
+ "actions": []
+ },
+ "id": "Page 1_JSObject1",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad93"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [
- {
- "key": "path"
- },
- {
- "key": "queryParameters[0].value"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Select1.selectedOptionLabel"
+ {
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "astronautsLog",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": "[]"
+ },
+ {
+ "name": "myVar2",
+ "value": "{}"
+ }
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "astronautsLog",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "--Playground1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
+ "actions": []
+ },
+ "id": "--Playground1_astronautsLog",
+ "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad97"
+ }
+ ],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#FFEBFB",
+ "icon": "flight",
+ "unpublishedCustomJSLibs": [
+ {"uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"},
+ {"uidString": "jsonwebtoken_/libraries/jsonwebtoken@8.5.1.js"},
+ {"uidString": "AWS_https://sdk.amazonaws.com/js/aws-sdk-2.410.0.min.js"},
+ {"uidString": "UUID_https://cdn.jsdelivr.net/npm/uuidjs@4.2.12/src/uuid.min.js"},
+ {"uidString": "amplitude_https://cdn.jsdelivr.net/npm/@amplitude/analytics-browser@1.6.1/lib/scripts/amplitude-min.umd.js"}
],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_filteredAstronauts_really_long",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7b"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad2f"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "viewMode": false,
+ "isManualUpdate": false,
+ "pages": [
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api2",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 3"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_Api2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad5d"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "\n",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Navigated Page"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "Api3",
- "datasource": {
- "name": "JSON typicode API (1)",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "JSON typicode API (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 2",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "\n",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 4"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 2_Api3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad3d"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "fetch_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\";",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": true,
+ "id": "Page 2"
+ },
{
- "value": true
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "fetch_astronauts",
- "datasource": {
- "name": "TED postgres (1)",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "TED postgres (1)",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "--Playground1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM public.\"astronauts\";",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "Page 1"
+ },
{
- "value": true
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "--Playground1_fetch_astronauts",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad77"
- },
- {
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "--Playground1"
+ },
{
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "publishedAction": {
- "name": "failingQuery",
- "datasource": {
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "dummyTestApi"
- },
- "invalids": [],
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Page 1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "bodyFormData": [],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
+ "isDefault": false,
+ "id": "--Playground"
+ },
{
- "value": true
+ "isDefault": false,
+ "id": "Page 5"
}
- ],
- "formData": {
- "apiContentType": "none"
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-04-03T11:32:39Z"
- },
- "id": "Page 1_failingQuery",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad59"
- }
- ],
- "actionCollectionList": [
- {
- "unpublishedCollection": {
- "name": "TC4",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC4",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// setTimeout() and setInterval() scenarios\n\tboth: async function () {\n\t\tthis.cat()\n\t\tawait setTimeout(() => { \n\t\t\tconsole.log('executing code doggo')\n\t\t\tthis.dog()} ,12000, 'both')\n\t},\n\tdog: async function () {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://dog.ceo/api/breeds/image/random')\n\t\t//\tstoreValue('factsApi', 'https://dogapi.dog.com/api/facts') \n\t\t\t\tstoreValue('factsApi', 'https://dogapi.dog/api/facts') \n\t\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait petImages.run();\n\t\t\t\tawait petFacts.run()\n\t\t\t\tconsole.log('Attemping to find new dog pics')\n\t\t\t}).then( () => {\n\t\t\t\t(petImages.responseMeta.statusCode == '200 OK' ? storeValue('doggoImage', petImages.data.message) : appsmith.store.dogImage),\n\t\t\t\t(petFacts.responseMeta.statusCode === '200 OK' ? storeValue('dogFact', petFacts.data.facts[0]) : appsmith.store.dogFact)\n\t\t\t\tconsole.log('Found new doggo pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'doggo')\t\n\t},\n\tcat: () => {\n\t\tsetInterval(() => {\n\t\t\tstoreValue('imageApi','https://api.thecatapi.com/v1/images/search')\n\t\t\tstoreValue('factsApi', 'https://catfact.ninja/fact')\n\t\t\n\t\t\t\t.then(async () => {\n\t\t\t\tawait\tpetImages.run()\n\t\t\t\tawait\tpetFacts.run()\n\t\t\t\tconsole.log('Attemping to find new cat pics')\n\t\t\t}).then(async () => {\n\t\t\t\tstoreValue('kittyImage', petImages.data[0].url)\n\t\t\t\tstoreValue('kittyFact', petFacts.data.fact)\n\t\t\t\tconsole.log('Found new kitty pics and fun facts about them')\n\t\t\t})\n\t\t}, 15000, 'kitty')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 2_TC4",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad7f"
- },
- {
- "unpublishedCollection": {
- "name": "TC3",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC3",
- "pageId": "Page 2",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\t// navigateTo() scenarios - need to be modified\n\tmyVar1: [\n\t\t{\n\t\t\t\"label\": \"Page navigation\",\n\t\t\t\"value\": \"Page navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Widget navigation\",\n\t\t\t\"value\": \"Widget navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Tab navigation - WIP\",\n\t\t\t\"value\": \"Tab navigation\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"External navigation\",\n\t\t\t\"value\": \"External navigation\"\n\t\t}\n\t],\n\tmyFun1: async () => {\n\t\tif (Select2.selectedOptionValue == \"Page navigation\") {\n\t\t\tconsole.log(\"Navigating to a page\")\n\t\t\tawait Api1.clear()\n\t\t\tawait Api2.clear()\n\t\t\tawait Api3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait\tnavigateTo('Navigated Page', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Widget navigation\") {\n\t\t\tconsole.log(\"Navigating to a widget after API execution\")\n\t\t\tApi1.clear()\n\t\t\tApi2.clear()\n\t\t\tApi3.clear()\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async () => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t \tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-63d961ab4628c647b6101b45#0mi3h8zskd', {}, 'SAME_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(() => showAlert(\"Trouble executing API calls\")) //not executing from second call\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"Tab navigation\") {\n\t\t\tshowAlert(\"Navigating to Tab 2 of tab widget\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run() \n\t\t\t\t\tawait navigateTo('https://release.app.appsmith.com/app/automation-test-cases/page-2-62c6ba550721a64d32ce5ef5/edit#stu122x6ov', {}, 'SAME_WINDOW')\n\t\t\t\t}) .catch((e) => console.log(e.message)) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t\telse if (Select2.selectedOptionValue == \"External navigation\") {\n\t\t\tshowAlert(\"Navigating to Appsmith website\")\n\t\t\tApi1.run()\n\t\t\t\t.then(() => {\n\t\t\t\tApi2.run()\n\t\t\t\t\t.then(async() => {\n\t\t\t\t\tApi3.run()\n\t\t\t\t\tawait navigateTo('www.appsmith.com', {}, 'NEW_WINDOW')\n\t\t\t\t}) })\n\t\t\t\t.catch(\"Trouble executing API calls\")\n\t\t}\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[{\n \"label\": \"Page navigation\",\n \"value\": \"Page navigation\"\n}, {\n \"label\": \"Widget navigation\",\n \"value\": \"Widget navigation\"\n}, {\n \"label\": \"Tab navigation - WIP\",\n \"value\": \"Tab navigation\"\n}, {\n \"label\": \"External navigation\",\n \"value\": \"External navigation\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 2_TC3",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad81"
- },
- {
- "unpublishedCollection": {
- "name": "TC5",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
- "variables": [
- {
- "name": "locations",
- "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC5",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// display array of locations using storeValue() on map widget & access outer variable (improve outer variable scenarios)\n\tlocations: [\n\t\t{\n\t\t\t\"lat\": 28.644078,\n\t\t\t\"long\": 77.343284,\n\t\t\t\"title\": \"Vaishali\",\n\t\t\t\"color\": \"#8AA000\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6162195,\n\t\t\t\"long\": 77.1584105,\n\t\t\t\"title\": \"Tilak Nagar\",\n\t\t\t\"color\": \"#8AA001\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.5477725,\n\t\t\t\"long\": 77.27241599999999,\n\t\t\t\"title\": \"Vasant Kunj\",\n\t\t\t\"color\": \"#8AA002\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6842635,\n\t\t\t\"long\": 77.12194249999999,\n\t\t\t\"title\": \"Rohini\",\n\t\t\t\"color\": \"#8AA003\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.627524,\n\t\t\t\"long\": 77.26232999999999,\n\t\t\t\"title\": \"Mayur Vihar\",\n\t\t\t\"color\": \"#8AA004\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.723989,\n\t\t\t\"long\": 77.32631549999999,\n\t\t\t\"title\": \"New Friends Colony\",\n\t\t\t\"color\": \"#8AA005\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.533346,\n\t\t\t\"long\": 77.2608495,\n\t\t\t\"title\": \"Kalkaji\",\n\t\t\t\"color\": \"#8AA006\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6111395,\n\t\t\t\"long\": 77.0912565,\n\t\t\t\"title\": \"Dwarka\",\n\t\t\t\"color\": \"#8AA007\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.607106,\n\t\t\t\"long\": 77.0939745,\n\t\t\t\"title\": \"Paschim Vihar\",\n\t\t\t\"color\": \"#8AA008\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7238,\n\t\t\t\"long\": 77.04109700000001,\n\t\t\t\"title\": \"Janakpuri\",\n\t\t\t\"color\": \"#8AA009\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6004265,\n\t\t\t\"long\": 77.13923650000001,\n\t\t\t\"title\": \"Uttam Nagar\",\n\t\t\t\"color\": \"#8AA00A\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.662347500000003,\n\t\t\t\"long\": 77.293808,\n\t\t\t\"title\": \"Preet Vihar\",\n\t\t\t\"color\": \"#8AA00B\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.548065,\n\t\t\t\"long\": 77.238924,\n\t\t\t\"title\": \"Nehru Place\",\n\t\t\t\"color\": \"#8AA00C\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.698132,\n\t\t\t\"long\": 77.1752135,\n\t\t\t\"title\": \"Pitampura\",\n\t\t\t\"color\": \"#8AA00D\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.649233000000002,\n\t\t\t\"long\": 77.37527349999999,\n\t\t\t\"title\": \"Ghaziabad\",\n\t\t\t\"color\": \"#8AA00E\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.669881500000002,\n\t\t\t\"long\": 77.1325635,\n\t\t\t\"title\": \"Punjabi Bagh\",\n\t\t\t\"color\": \"#8AA00F\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.995054000000003,\n\t\t\t\"long\": 77.1732235,\n\t\t\t\"title\": \"Patel Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.7234325,\n\t\t\t\"long\": 77.202831,\n\t\t\t\"title\": \"Shalimar Bagh\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.6362485,\n\t\t\t\"long\": 77.229872,\n\t\t\t\"title\": \"Greater Kailash (1/ 2/ 3)\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.641876500000002,\n\t\t\t\"long\": 77.204572,\n\t\t\t\"title\": \"Krishna Nagar\"\n\t\t},\n\t\t{\n\t\t\t\"lat\": 28.596356,\n\t\t\t\"long\": 77.2121875,\n\t\t\t\"title\": \"Connaught Place\"\n\t\t},\n\t\t{\n\t\t\"lat\": 28.5450065,\n\t\t\"long\": 77.279852,\n\t\t\"title\": \"Okhla\"\n\t\t},\n\t{\n\t\"lat\": 28.637442999999998,\n\t\"long\": 77.1791195,\n\t\"title\": \"Rajendra Nagar\"\n},\n\t{\n\t\"lat\": 28.65356,\n\t\"long\": 77.2749285,\n\t\"title\": \"Shahdara\"\n},\n\t{\n\t\"lat\": 28.574506,\n\t\"long\": 77.1907595,\n\t\"title\": \"Ashok Vihar\"\n},\n\t{\n\t\"lat\": 28.658746,\n\t\"long\": 77.1803415,\n\t\"title\": \"Kamla Nagar\"\n},\n\t{\n\t\"lat\": 28.575978499999998,\n\t\"long\": 77.159367,\n\t\"title\": \"Hauz Khas/Safdarjung/Green Park\"\n},\n\t{\n\t\"lat\": 28.607501499999998,\n\t\"long\": 77.22935749999999,\n\t\"title\": \"Karol Bagh\"\n},\n\t{\n\t\"lat\": 28.509921499999997,\n\t\"long\": 77.2065825,\n\t\"title\": \"Anand Vihar / Chander Nagar\"\n},\n\t{\n\t\"lat\": 28.5873275,\n\t\"long\": 77.22194250000001,\n\t\"title\": \"Saket/Malviya Nagar/Adchini\"\n},\n\t{\n\t\"lat\": 28.6872405,\n\t\"long\": 77.114919,\n\t\"title\": \"Rajouri/ Kirti\"\n},\n\t{\n\t\"lat\": 28.7819535,\n\t\"long\": 77.3001775,\n\t\"title\": \"East of Kailash/Lajpat Nagar\"\n},\n\t{\n\t\"lat\": 28.61948,\n\t\"long\": 77.1274255,\n\t\"title\": \"Hari Nagar / Mayapuri\"\n},\n\t{\n\t\"lat\": 28.529919,\n\t\"long\": 77.0723435,\n\t\"title\": \"South ex / 1/ 2/ DC\"\n},\n\t{\n\t\"lat\": 28.77791,\n\t\"long\": 77.05407650000001,\n\t\"title\": \"Vasant Vihar/ MB/ RKP\"\n},\n\t{\n\t\"lat\": 28.614067,\n\t\"long\": 77.0558015,\n\t\"title\": \"Vikaspuri\"\n},\n\t{\n\t\"lat\": 28.67888,\n\t\"long\": 77.3584895,\n\t\"title\": \"Dilshad Garden\"\n},\n\t{\n\t\"lat\": 28.718331499999998,\n\t\"long\": 77.1691395,\n\t\"title\": \"Model Town (1/ 2)\"\n},\n\t{\n\t\"lat\": 28.722808,\n\t\"long\": 77.12085400000001,\n\t\"title\": \"Aerocity\"\n},\n\t{\n\t\"lat\": 28.586436499999998,\n\t\"long\": 77.300185,\n\t\"title\": \"Jangpura\"\n},\n\t{\n\t\"lat\": 28.487882499999998,\n\t\"long\": 77.198639,\n\t\"title\": \"Sainik Farms\"\n},\n\t{\n\t\"lat\": 28.653709,\n\t\"long\": 77.12888749999999,\n\t\"title\": \"Ramesh Nagar\"\n}\n],\n\tstoreLocation: function () {\n\t\tstoreValue('mapPins', this.locations)\n\t\treturn appsmith.store.mapPins\n\t},\n\tcountdown: () => {\n\t\tstoreValue('count', NumberSlider1.value)\n\t\tvar interval = setInterval(() => {\n\t\t\tstoreValue('count', appsmith.store.count - 1)\n\t\t\t// showAlert(appsmith.store.count.toString())\n\t\t\tif(appsmith.store.count < 1 )\n\t\t\t\tclearInterval(interval)\n\t\t}, NumberSlider2.value)\n\t}\n}",
- "variables": [
- {
- "name": "locations",
- "value": "[{\n \"lat\": 28.644078,\n \"long\": 77.343284,\n \"title\": \"Vaishali\",\n \"color\": \"#8AA000\"\n}, {\n \"lat\": 28.6162195,\n \"long\": 77.1584105,\n \"title\": \"Tilak Nagar\",\n \"color\": \"#8AA001\"\n}, {\n \"lat\": 28.5477725,\n \"long\": 77.27241599999999,\n \"title\": \"Vasant Kunj\",\n \"color\": \"#8AA002\"\n}, {\n \"lat\": 28.6842635,\n \"long\": 77.12194249999999,\n \"title\": \"Rohini\",\n \"color\": \"#8AA003\"\n}, {\n \"lat\": 28.627524,\n \"long\": 77.26232999999999,\n \"title\": \"Mayur Vihar\",\n \"color\": \"#8AA004\"\n}, {\n \"lat\": 28.723989,\n \"long\": 77.32631549999999,\n \"title\": \"New Friends Colony\",\n \"color\": \"#8AA005\"\n}, {\n \"lat\": 28.533346,\n \"long\": 77.2608495,\n \"title\": \"Kalkaji\",\n \"color\": \"#8AA006\"\n}, {\n \"lat\": 28.6111395,\n \"long\": 77.0912565,\n \"title\": \"Dwarka\",\n \"color\": \"#8AA007\"\n}, {\n \"lat\": 28.607106,\n \"long\": 77.0939745,\n \"title\": \"Paschim Vihar\",\n \"color\": \"#8AA008\"\n}, {\n \"lat\": 28.7238,\n \"long\": 77.04109700000001,\n \"title\": \"Janakpuri\",\n \"color\": \"#8AA009\"\n}, {\n \"lat\": 28.6004265,\n \"long\": 77.13923650000001,\n \"title\": \"Uttam Nagar\",\n \"color\": \"#8AA00A\"\n}, {\n \"lat\": 28.662347500000003,\n \"long\": 77.293808,\n \"title\": \"Preet Vihar\",\n \"color\": \"#8AA00B\"\n}, {\n \"lat\": 28.548065,\n \"long\": 77.238924,\n \"title\": \"Nehru Place\",\n \"color\": \"#8AA00C\"\n}, {\n \"lat\": 28.698132,\n \"long\": 77.1752135,\n \"title\": \"Pitampura\",\n \"color\": \"#8AA00D\"\n}, {\n \"lat\": 28.649233000000002,\n \"long\": 77.37527349999999,\n \"title\": \"Ghaziabad\",\n \"color\": \"#8AA00E\"\n}, {\n \"lat\": 28.669881500000002,\n \"long\": 77.1325635,\n \"title\": \"Punjabi Bagh\",\n \"color\": \"#8AA00F\"\n}, {\n \"lat\": 28.995054000000003,\n \"long\": 77.1732235,\n \"title\": \"Patel Nagar\"\n}, {\n \"lat\": 28.7234325,\n \"long\": 77.202831,\n \"title\": \"Shalimar Bagh\"\n}, {\n \"lat\": 28.6362485,\n \"long\": 77.229872,\n \"title\": \"Greater Kailash (1/ 2/ 3)\"\n}, {\n \"lat\": 28.641876500000002,\n \"long\": 77.204572,\n \"title\": \"Krishna Nagar\"\n}, {\n \"lat\": 28.596356,\n \"long\": 77.2121875,\n \"title\": \"Connaught Place\"\n}, {\n \"lat\": 28.5450065,\n \"long\": 77.279852,\n \"title\": \"Okhla\"\n}, {\n \"lat\": 28.637442999999998,\n \"long\": 77.1791195,\n \"title\": \"Rajendra Nagar\"\n}, {\n \"lat\": 28.65356,\n \"long\": 77.2749285,\n \"title\": \"Shahdara\"\n}, {\n \"lat\": 28.574506,\n \"long\": 77.1907595,\n \"title\": \"Ashok Vihar\"\n}, {\n \"lat\": 28.658746,\n \"long\": 77.1803415,\n \"title\": \"Kamla Nagar\"\n}, {\n \"lat\": 28.575978499999998,\n \"long\": 77.159367,\n \"title\": \"Hauz Khas/Safdarjung/Green Park\"\n}, {\n \"lat\": 28.607501499999998,\n \"long\": 77.22935749999999,\n \"title\": \"Karol Bagh\"\n}, {\n \"lat\": 28.509921499999997,\n \"long\": 77.2065825,\n \"title\": \"Anand Vihar / Chander Nagar\"\n}, {\n \"lat\": 28.5873275,\n \"long\": 77.22194250000001,\n \"title\": \"Saket/Malviya Nagar/Adchini\"\n}, {\n \"lat\": 28.6872405,\n \"long\": 77.114919,\n \"title\": \"Rajouri/ Kirti\"\n}, {\n \"lat\": 28.7819535,\n \"long\": 77.3001775,\n \"title\": \"East of Kailash/Lajpat Nagar\"\n}, {\n \"lat\": 28.61948,\n \"long\": 77.1274255,\n \"title\": \"Hari Nagar / Mayapuri\"\n}, {\n \"lat\": 28.529919,\n \"long\": 77.0723435,\n \"title\": \"South ex / 1/ 2/ DC\"\n}, {\n \"lat\": 28.77791,\n \"long\": 77.05407650000001,\n \"title\": \"Vasant Vihar/ MB/ RKP\"\n}, {\n \"lat\": 28.614067,\n \"long\": 77.0558015,\n \"title\": \"Vikaspuri\"\n}, {\n \"lat\": 28.67888,\n \"long\": 77.3584895,\n \"title\": \"Dilshad Garden\"\n}, {\n \"lat\": 28.718331499999998,\n \"long\": 77.1691395,\n \"title\": \"Model Town (1/ 2)\"\n}, {\n \"lat\": 28.722808,\n \"long\": 77.12085400000001,\n \"title\": \"Aerocity\"\n}, {\n \"lat\": 28.586436499999998,\n \"long\": 77.300185,\n \"title\": \"Jangpura\"\n}, {\n \"lat\": 28.487882499999998,\n \"long\": 77.198639,\n \"title\": \"Sainik Farms\"\n}, {\n \"lat\": 28.653709,\n \"long\": 77.12888749999999,\n \"title\": \"Ramesh Nagar\"\n}]"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 3_TC5",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad83"
- },
- {
- "unpublishedCollection": {
- "name": "TC6",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC6",
- "pageId": "Page 3",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n//installed library check on page load\n\tmyFun1: () => {\n\t\tamplitude.Identify()\n\t},\n\tmyFun2: async () => {\n\t\tthis.myFun1()\n\t\ttypeof jsonwebtoken === \"object\" \n\t\t\t&& typeof jsonwebtoken.decode === \"function\" \n\t\t\t&& showAlert(\"Success\");\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 3_TC6",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad85"
- },
- {
- "unpublishedCollection": {
- "name": "TC6",
- "pageId": "Page 4",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC6",
- "pageId": "Page 4",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// using storeValue() to dynamically modify values - update code using mutations \n\tblue: () => {\n\t\tstoreValue('background', '#606ebd')\n\t\tstoreValue('highlight', '#0e23c2')\n\t\tstoreValue('text', '#09171f')\n\t\tstoreValue('contrast', '#a9ab43')\n\t},\n\torange: () => {\n\t\tstoreValue('background', '#ba9a99')\n\t\tstoreValue('highlight', '#990f0b')\n\t\tstoreValue('text', '#b30a05')\n\t\tstoreValue('contrast', '#76948b')\n\t\t},\n\tgreen: () => {\n\t\tstoreValue('background', '#9fb39b')\n\t\tstoreValue('highlight', '#205717')\n\t\tstoreValue('text', '#3b5237')\n\t\tstoreValue('contrast', '#d13681')\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 4_TC6",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad95"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject1",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun: ()=>{\n\t\tconst byteArray = new Uint8Array(1);\n\t\tconst randomValue = crypto.getRandomValues(byteArray);\n\t\tconsole.log(randomValue)\n\t\treturn randomValue;\n\t},\n\t\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "--Playground_JSObject1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad87"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject14",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject14",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\tshowAlert('namaskara')\n\t},\n\tmyFun2: () => {\n\t\tshowAlert('namaste')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground_JSObject14",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad89"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject15",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject15",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground_JSObject15",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8b"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject16",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject16",
- "pageId": "--Playground",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyFun1: () => {\n\t\tpetFacts.run()\n\t\tresetWidget('Select1')\n\t\t\t.then(() => storeValue('select', Select1.selectedOptionLabel))\n\t\t\t.then(() => showAlert(appsmith.store.select))\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "--Playground_JSObject16",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8d"
- },
- {
- "unpublishedCollection": {
- "name": "TC2",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC2",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive store value actions using Promise.all() and .then/.catch\n\tmyFun1: async () => { \n\t\t// TC1.clearStore()\n\t\trandomUserGenerator.run()\n\t\t\t.then((res) => {\n\t\t\tlet values =\n\t\t\t\t\t[\n\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t]\n\t\t\treturn Promise.all(values)\n\t\t\t\t.then(() => {\t\n\t\t\t\tshowAlert(\"completed storing all values and now displaying fetched data on appropriate widgets\") \n\t\t\t\tconsole.log(appsmith.store) \n\t\t\t\tconsole.log(values)\n\t\t\t})\n\t\t\t\t.catch((err) => { \n\t\t\t\tconsole.log(\"Could not store values \", err.toString())\n\t\t\t\tshowAlert('Could not store values ', err.toString())\t\t\n\t\t\t}) })\n\t\tawait console.warn(\"2\");\n\t},\n\tmyFun2: async () => {\n\t\tfailingQuery.run()\n\t\t\t.then(() => showAlert(\"Query run was successful\"))\n\t\t\t.catch(() => {\n\t\t\trandomUserGenerator.run()\n\t\t\t\t.then((res) => {\n\t\t\t\tlet values =\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\tstoreValue('pic', res.results[0].picture.large),\n\t\t\t\t\t\t\tstoreValue('dob', res.results[0].dob.date),\n\t\t\t\t\t\t\tstoreValue('phone', res.results[0].phone),\n\t\t\t\t\t\t\tstoreValue('cell', res.results[0].cell),\n\t\t\t\t\t\t\tstoreValue('email', res.results[0].email),\n\t\t\t\t\t\t\tstoreValue('password', res.results[0].login.password),\n\t\t\t\t\t\t\tstoreValue('lat', res.results[0].location.coordinates.latitude),\n\t\t\t\t\t\t\tstoreValue('long', res.results[0].location.coordinates.longitude),\n\t\t\t\t\t\t\tstoreValue('title', res.results[0].name.title),\n\t\t\t\t\t\t\tstoreValue('first', res.results[0].name.first),\n\t\t\t\t\t\t\tstoreValue('last', res.results[0].name.last),\n\t\t\t\t\t\t\tstoreValue('gender', res.results[0].gender)\n\t\t\t\t\t\t]\n\t\t\t\treturn Promise.all(values)\n\t\t\t\t\t.then(() => {\t\n\t\t\t\t\tshowAlert(\"completed storing all values and now displaying all values on appropriate widgets\") })\n\t\t\t\t\t.catch((err) => { \n\t\t\t\t\tconsole.log(\"Could not store value in store \", err.toString())\n\t\t\t\t\tshowAlert('Could not store values in store ', err.toString())\t\t\n\t\t\t\t}) \n\t\t\t})\n\t\t})\n\t}, \n}",
- "variables": [],
- "userPermissions": []
- },
- "id": "Page 1_TC2",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad8f"
- },
- {
- "unpublishedCollection": {
- "name": "TC1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
- "variables": [
- {
- "name": "selectOptions",
- "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
- },
- {
- "name": "selected",
- "value": "''"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "TC1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n// consecutive resetWidget() function scenarios within .then/.catch - scenarios can be improved\n\tselectOptions: [\n\t\t{\n\t\t\t\"label\": \"Blue\",\n\t\t\t\"value\": \"#7e98c2\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Green\",\n\t\t\t\"value\": \"#96b080\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Red\",\n\t\t\t\"value\": \"#ba5059\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Yellow\",\n\t\t\t\"value\": \"#ebe58f\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"Grey\",\n\t\t\t\"value\": \"#a6aeba\"\n\t\t}\n\t],\n\n\tselected: '',\n\tmyFun1: async function () {\n\t\tclearStore()\n\t\tawait resetWidget('Switch1')\n\t\t\t.then(() => {\n\t\t\tresetWidget('Select1')\n\t\t\tresetWidget('Table1')\n\t\t\tthis.myFun2() \t\t//return a message\n\t\t\t\t.then(async () => {\n\t\t\t\tthis.selected = Select1.selectedOptionLabel\n\t\t\t\tawait showAlert('background colour is now ' + this.selected) }) \n\t\t}) \t\t//return a second toast message\n\t\t\t.catch((e) => {\n\t\t\tresetWidget('RadioGroup1')\n\t\t\tshowAlert(\"Couldn't execute all success call steps, hence now in the catch block\") })\n\t},\n\tmyFun2: async () => {\n\t\tApi1.run()\n\t\t\t.then(() => showAlert(\"Ran the API\"))\n\t\t\t.catch(() => showAlert(\"Nested call failed\"))\n\t},\n}",
- "variables": [
- {
- "name": "selectOptions",
- "value": "[{\n \"label\": \"Blue\",\n \"value\": \"#7e98c2\"\n}, {\n \"label\": \"Green\",\n \"value\": \"#96b080\"\n}, {\n \"label\": \"Red\",\n \"value\": \"#ba5059\"\n}, {\n \"label\": \"Yellow\",\n \"value\": \"#ebe58f\"\n}, {\n \"label\": \"Grey\",\n \"value\": \"#a6aeba\"\n}]"
- },
- {
- "name": "selected",
- "value": "''"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 1_TC1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad91"
- },
- {
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject1",
- "pageId": "Page 1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tButton2\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "Page 1_JSObject1",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad93"
- },
- {
- "unpublishedCollection": {
- "name": "astronautsLog",
- "pageId": "--Playground1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "astronautsLog",
- "pageId": "--Playground1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tastronautNames: () => {\n\t\tfetch\n\t\treturn fetchAstronauts.data.results.map((n) => {\n\t\t\treturn {\n\t\t\t\tlabel: n.name,\n\t\t\t\tvalue: n.name\n\t\t}})\n\t},\n\tdisplayAstronaut: () => Object.keys(this.astronautNames).map(a => ({ label: a + `${this.astronautNames[a] ? ' ' + this.astronautNames[a] : ''}`, value: a })),\n\ttextColour: () => {\n\t\tstoreValue('formTextColour', '#b91c1c')\n\t},\n\tprogressBar: () => {\n\t\treturn Math.floor(Math.random() * 100) + 1\n\t},\n\tratings: () => {\n\t\treturn Math.floor(Math.random() * 5) + 1\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": "[]"
- },
- {
- "name": "myVar2",
- "value": "{}"
- }
- ],
- "userPermissions": []
- },
- "id": "--Playground1_astronautsLog",
- "deleted": false,
- "gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad97"
- }
- ],
- "editModeTheme": {
- "name": "Sharp",
- "displayName": "Sharp",
- "config": {
- "colors": {
- "primaryColor": "#3B7DDD",
- "backgroundColor": "#fff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "md": "0.375rem",
- "lg": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#F4ECDD",
- "backgroundColor": ""
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Roboto"
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
+ "deleted": false,
+ "embedSetting": {
+ "width": "1024px",
+ "showNavigationBar": true,
+ "height": "720px"
},
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "isSystemTheme": false,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Sharp",
- "displayName": "Sharp",
- "config": {
- "colors": {
- "primaryColor": "#3B7DDD",
- "backgroundColor": "#fff"
- },
- "borderRadius": {
- "appBorderRadius": {
- "none": "0px",
- "md": "0.375rem",
- "lg": "1.5rem"
- }
- },
- "boxShadow": {
- "appBoxShadow": {
- "none": "none",
- "sm": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
- "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
- "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)"
- }
- },
- "fontFamily": {
- "appFont": [
- "System Default",
- "Nunito Sans",
- "Poppins",
- "Inter",
- "Montserrat",
- "Noto Sans",
- "Open Sans",
- "Roboto",
- "Rubik",
- "Ubuntu"
- ]
- }
- },
- "properties": {
- "colors": {
- "primaryColor": "#F4ECDD",
- "backgroundColor": ""
- },
- "borderRadius": {
- "appBorderRadius": "0.375rem"
- },
- "boxShadow": {
- "appBoxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
- },
- "fontFamily": {
- "appFont": "Roboto"
- }
- },
- "stylesheet": {
- "AUDIO_RECORDER_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "BUTTON_GROUP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- }
- },
- "CAMERA_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CHECKBOX_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CHECKBOX_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CONTAINER_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "CIRCULAR_PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATE_PICKER_WIDGET2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FILE_PICKER_WIDGET_V2": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "FORM_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "ICON_BUTTON_WIDGET": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "IFRAME_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "IMAGE_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "INPUT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "JSON_FORM_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "LIST_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MAP_CHART_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "MENU_BUTTON_WIDGET": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MODAL_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTI_SELECT_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DROP_DOWN_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PROGRESSBAR_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "PROGRESS_WIDGET": {
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "RATE_WIDGET": {
- "activeColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "RADIO_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "RICH_TEXT_EDITOR_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "STATBOX_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SWITCH_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SWITCH_GROUP_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "SELECT_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "TABLE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- }
- },
- "TABLE_WIDGET_V2": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- }
- },
- "TABS_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "TEXT_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}"
- },
- "VIDEO_WIDGET": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}"
- },
- "SINGLE_SELECT_TREE_WIDGET": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "isSystemTheme": false,
- "deleted": false
- }
+ "name": "CE-automation-test",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [],
+ "unreadCommentThreads": 0,
+ "slug": "ce-automation-test",
+ "evaluationVersion": 2
+ }
}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/imports/internal/faulty-dsl.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/imports/internal/faulty-dsl.json
index 68f2e5e599fb..d1385d9e63b4 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/imports/internal/faulty-dsl.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/imports/internal/faulty-dsl.json
@@ -1,4713 +1,4740 @@
{
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1.0,
- "serverSchemaVersion": 7.0,
- "exportedApplication": {
- "name": "faultDSL",
- "isPublic": false,
- "pages": [{ "id": "Admin", "isDefault": true }],
- "publishedPages": [{ "isDefault": true }],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "unpublishedApplicationDetail": { "appPositioning": { "type": "FIXED" } },
- "publishedApplicationDetail": { "appPositioning": { "type": "FIXED" } },
- "color": "#C7F3F0",
- "icon": "website",
- "slug": "faultdsl",
- "unpublishedCustomJSLibs": [
- {
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
- }
- ],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [
- {
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "ssl": { "authType": "DEFAULT" }
+ "customJSLibList": [{
+ "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "deleted": false,
+ "name": "xmlParser",
+ "accessor": ["xmlParser"],
+ "policies": [],
+ "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
+ "userPermissions": [],
+ "version": "3.17.5",
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
+ }],
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
+ },
+ "serverSchemaVersion": 7,
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
+ },
+ "datasourceList": [{
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "isTemplate": true,
+ "name": "Mock_DB",
+ "messages": [],
+ "datasourceConfiguration": {
+ "endpoints": [{
+ "port": 5432,
+ "host": "mockdb.internal.appsmith.com"
+ }],
+ "connection": {
+ "mode": "READ_WRITE",
+ "ssl": {"authType": "DEFAULT"}
+ }
},
- "endpoints": [
- { "host": "mockdb.internal.appsmith.com", "port": 5432.0 }
- ]
- },
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "isTemplate": true,
- "deleted": false,
- "gitSyncId": "61b6d49e33c6ae6163af2716_62a720d884b913372519bc5e"
- }
- ],
- "customJSLibList": [
- {
- "name": "xmlParser",
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "accessor": ["xmlParser"],
- "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "version": "3.17.5",
- "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Admin",
- "slug": "admin",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1160.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 1080.0,
- "containerStyle": "none",
- "snapRows": 66.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89.0,
- "minHeight": 670.0,
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Container2CopyCopy1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": ["div", "parent", "group"],
- "topRow": 27.0,
- "bottomRow": 42.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 15.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas2CopyCopy",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 150.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 150.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Image4CopyCopy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 0.0,
- "bottomRow": 5.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-1000004181.svg",
- "key": "6j28hyj8ew",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 13.0,
- "objectFit": "contain",
- "widgetId": "qfjwgwe05v",
- "isVisible": true,
- "version": 1.0,
- "parentId": "w0jg0594ue",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
+ "isAutoGenerated": false,
+ "gitSyncId": "61b6d49e33c6ae6163af2716_62a720d884b913372519bc5e"
+ }],
+ "actionList": [
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT SUM(hours) FROM work_orders where agent={{selectAgent.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "total_hours",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_total_hours",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT SUM(hours) FROM work_orders where agent={{selectAgent.selectedOptionLabel}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionLabel"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "total_hours",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f3"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.search",
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"],
+ "datasource": {
+ "organizationId": "61b6d49e33c6ae6163af2716",
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "search",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_JSObject1.search",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": false,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.search",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"],
+ "datasource": {
+ "organizationId": "61b6d49e33c6ae6163af2716",
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "search",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542ed"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from agent",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_agent",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_select_agent",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from agent",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_agent",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f5"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.totalHoursCalc",
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "totalHoursCalc",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_JSObject1.totalHoursCalc",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.totalHoursCalc",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "totalHoursCalc",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654311"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT equipment, COUNT(*) FROM work_orders GROUP BY equipment;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "agent_stats",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_agent_stats",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT equipment, COUNT(*) FROM work_orders GROUP BY equipment;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "agent_stats",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f7"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE work_orders\nSET request_date= {{editRequestedDate.formattedDate}}, \n\t\tagent={{editOrderAgent.selectedOptionValue}},\n\t\tmaintenance_notes= {{editNotes.text}},\n\t\tcompleted= {{editCompleted.selectedOptionValue}},\n\t\ttotal_cost= {{editTC.value}},\n\t\tmat_cost= {{editMC.value}},\n\t\thours= {{editHoursUsed.text}}\nWHERE work_id={{workOrdersTable.triggeredRow.work_id}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "editHoursUsed.text",
+ "editTC.value",
+ "editRequestedDate.formattedDate",
+ "editMC.value",
+ "editCompleted.selectedOptionValue",
+ "editNotes.text",
+ "workOrdersTable.triggeredRow.work_id",
+ "editOrderAgent.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "update_work_orders1",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_update_work_orders1",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE work_orders\nSET request_date= {{editRequestedDate.formattedDate}}, \n\t\tagent={{editOrderAgent.selectedOptionValue}},\n\t\tmaintenance_notes= {{editNotes.text}},\n\t\tcompleted= {{editCompleted.selectedOptionValue}},\n\t\ttotal_cost= {{editTC.value}},\n\t\tmat_cost= {{editMC.value}},\n\t\thours= {{editHoursUsed.text}}\nWHERE work_id={{workOrdersTable.triggeredRow.work_id}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "editHoursUsed.text",
+ "editTC.value",
+ "editRequestedDate.formattedDate",
+ "editMC.value",
+ "editCompleted.selectedOptionValue",
+ "editNotes.text",
+ "workOrdersTable.triggeredRow.work_id",
+ "editOrderAgent.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "update_work_orders1",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542fb"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.completedCalc",
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "completedCalc",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_JSObject1.completedCalc",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.completedCalc",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "completedCalc",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654319"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.clear",
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "clear",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_JSObject1.clear",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.clear",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "clear",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431f"
+ },
+ {
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.equipChart",
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "equipChart",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "id": "Admin_JSObject1.equipChart",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "selfReferencingDataPaths": [],
+ "isAsync": true,
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"
+ },
+ "policies": [],
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.equipChart",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "js-plugin",
+ "name": "UNUSED_DATASOURCE",
+ "policies": [],
+ "messages": [],
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "equipChart",
+ "messages": [],
+ "collectionId": "Admin_JSObject1"
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431d"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} and completed ='Yes';",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "completed_orders",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_completed_orders",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} and completed ='Yes';",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "completed_orders",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665430f"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}} limit {{ workOrdersTable.pageSize }} offset {{ (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " workOrdersTable.pageSize ",
+ " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ "selectAgent.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersAgent",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_select_work_ordersAgent",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}} limit {{ workOrdersTable.pageSize }} offset {{ (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " workOrdersTable.pageSize ",
+ " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ "selectAgent.selectedOptionValue"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersAgent",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654313"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders limit {{ workOrdersTable.pageSize }} offset {{(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ " workOrdersTable.pageSize "
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_orders",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_select_work_orders",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders limit {{ workOrdersTable.pageSize }} offset {{(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ " workOrdersTable.pageSize "
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_orders",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654305"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersPage",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_select_work_ordersPage",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersPage",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654315"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT equipment, COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} GROUP BY equipment;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "agent_statsAgent",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_agent_statsAgent",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT equipment, COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} GROUP BY equipment;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "agent_statsAgent",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431b"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersAgentPage",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Admin_select_work_ordersAgentPage",
+ "publishedAction": {
+ "userSetOnLoad": true,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}};",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "createdAt": "2024-03-11T05:56:19Z",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "select_work_ordersAgentPage",
+ "messages": []
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654317"
+ }
+ ],
+ "pageList": [{
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Admin",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [
+ [
{
- "widgetName": "Text1CopyCopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": ["typography", "paragraph", "label"],
- "topRow": 9.0,
- "bottomRow": 13.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.3310546875,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- { "key": "text" },
- { "key": "fontFamily" }
- ],
- "shouldTruncate": false,
- "text": "{{appsmith.store.completedCount}}",
- "key": "8ao8442ejy",
- "isDeprecated": false,
- "rightColumn": 47.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "6fvp0cwnnf",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "w0jg0594ue",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4.0
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "agent_stats",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_agent_stats"
},
{
- "widgetName": "Text1Copy1Copy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": ["typography", "paragraph", "label"],
- "topRow": 5.0,
- "bottomRow": 9.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.3310546875,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [{ "key": "fontFamily" }],
- "shouldTruncate": false,
- "text": "Completed",
- "key": "8ao8442ejy",
- "isDeprecated": false,
- "rightColumn": 47.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "h7p3oz17ig",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "w0jg0594ue",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4.0
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "select_work_ordersPage",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_select_work_ordersPage"
}
- ],
- "key": "iv16tz47h6",
- "isDeprecated": false,
- "rightColumn": 475.5,
- "detachFromLayout": true,
- "widgetId": "w0jg0594ue",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1.0,
- "parentId": "aryazglzwa",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "1",
- "key": "i2gkdaesc8",
- "backgroundColor": "#E6E9F5",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "dynamicHeight": "FIXED",
- "widgetId": "aryazglzwa",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Container2Copy",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": ["div", "parent", "group"],
- "topRow": 10.0,
- "bottomRow": 25.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 15.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas2Copy",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 150.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 150.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
+ ],
+ [
+ {
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"],
+ "name": "JSObject1.completedCalc",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_JSObject1.completedCalc",
+ "collectionId": "Admin_JSObject1"
+ },
{
- "boxShadow": "none",
- "widgetName": "Image4Copy",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 0.0,
- "bottomRow": 5.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-1000004180.svg",
- "key": "6j28hyj8ew",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 11.0,
- "objectFit": "contain",
- "widgetId": "sy10nyyznt",
- "isVisible": true,
- "version": 1.0,
- "parentId": "ijzsvhm730",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"],
+ "name": "JSObject1.equipChart",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_JSObject1.equipChart",
+ "collectionId": "Admin_JSObject1"
},
{
- "widgetName": "Text1CopyCopy",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": ["typography", "paragraph", "label"],
- "topRow": 9.0,
- "bottomRow": 13.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.3310546875,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- { "key": "text" },
- { "key": "fontFamily" }
- ],
- "shouldTruncate": false,
- "text": "{{appsmith.store.hoursSum}}",
- "key": "8ao8442ejy",
- "isDeprecated": false,
- "rightColumn": 47.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "hcxltom53y",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "ijzsvhm730",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4.0
+ "pluginType": "JS",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"],
+ "name": "JSObject1.totalHoursCalc",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_JSObject1.totalHoursCalc",
+ "collectionId": "Admin_JSObject1"
},
{
- "widgetName": "Text1Copy1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": ["typography", "paragraph", "label"],
- "topRow": 5.0,
- "bottomRow": 9.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 4.3310546875,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [{ "key": "fontFamily" }],
- "shouldTruncate": false,
- "text": "Total Hours",
- "key": "8ao8442ejy",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "eie7hl9s3v",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "ijzsvhm730",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4.0
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ " workOrdersTable.pageSize ",
+ " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ "selectAgent.selectedOptionValue"
+ ],
+ "name": "select_work_ordersAgent",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_select_work_ordersAgent"
}
- ],
- "key": "iv16tz47h6",
- "isDeprecated": false,
- "rightColumn": 475.5,
- "detachFromLayout": true,
- "widgetId": "ijzsvhm730",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1.0,
- "parentId": "5m9lcia6q3",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "1",
- "key": "i2gkdaesc8",
- "backgroundColor": "#E6E9F5",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "dynamicHeight": "FIXED",
- "widgetId": "5m9lcia6q3",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "HeadingCopy",
- "dynamicPropertyPathList": [{ "key": "fontSize" }],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 2.0,
- "bottomRow": 6.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 16.62109375,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "leftColumn": 15.0,
- "dynamicBindingPathList": [],
- "truncateButtonColor": "#FFC13D",
- "text": "Work Orders",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 52.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "cxkv9q70wz",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#003B4A",
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.7rem",
- "minDynamicHeight": 4.0
- },
- {
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
- "searchTags": ["typography", "paragraph", "label"],
- "topRow": 6.0,
- "bottomRow": 10.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 15.0,
- "dynamicBindingPathList": [{ "key": "fontFamily" }],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Add and manage work orders",
- "key": "p0uhc3c013",
- "isDeprecated": false,
- "rightColumn": 45.0,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "jify2p8j5i",
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "originalTopRow": 6.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 10.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "selectAgent",
- "isFilterable": false,
- "dynamicPropertyPathList": [
- { "key": "onOptionChange" },
- { "key": "sourceData" }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "",
- "topRow": 46.0,
- "bottomRow": 50.0,
- "parentRowSpace": 10.0,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "",
- "animateLoading": true,
- "parentColumnSpace": 12.688995361328125,
- "dynamicTriggerPathList": [{ "key": "onOptionChange" }],
- "leftColumn": 17.0,
- "dynamicBindingPathList": [
- { "key": "options" },
- { "key": "accentColor" }
- ],
- "placeholderText": "Agent",
- "isDisabled": false,
- "key": "fj5c87ojig",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 31.0,
- "dynamicHeight": "FIXED",
- "widgetId": "g84nip1mxz",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0.375rem",
- "maxDynamicHeight": 9000.0,
- "onOptionChange": "{{ \nselectAgent.selectedOptionValue.length > 0 ? select_work_ordersAgent.run().then(() => {\nJSObject1.totalHoursCalc();\nJSObject1.completedCalc();\nJSObject1.equipChart()\t\n}) : select_work_orders.run().then(() => {\nJSObject1.totalHoursCalc();\nJSObject1.completedCalc();\nJSObject1.equipChart()\t\n}) \n}}\n\n",
- "minDynamicHeight": 4.0,
- "sourceData": "[\n {\n \"label\": {{select_agent.data[0].agent}},\n \"value\": {{select_agent.data[0].agent}}\n },\n\t {\n \"label\": {{select_agent.data[2].agent}},\n \"value\": {{select_agent.data[2].agent}}\n },\n\t {\n \"label\": {{select_agent.data[3].agent}},\n \"value\": {{select_agent.data[3].agent}}\n },\n\t {\n \"label\": {{select_agent.data[4].agent}},\n \"value\": {{select_agent.data[4].agent}}\n },\n\t {\n \"label\": {{select_agent.data[1].agent}},\n \"value\": {{select_agent.data[1].agent}}\n }\n]",
- "optionLabel": "label",
- "optionValue": "value"
- },
- {
- "boxShadow": "none",
- "isVisibleDownload": false,
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 51.0,
- "isSortable": true,
- "onPageChange": "{{selectAgent.selectedOptionValue ? select_work_ordersAgent.run() : select_work_orders.run()}}",
- "type": "TABLE_WIDGET",
- "animateLoading": true,
- "dynamicBindingPathList": [
- { "key": "tableData" },
- { "key": "primaryColumns.customColumn1.boxShadow" },
- { "key": "primaryColumns.customColumn1.buttonColor" },
- { "key": "primaryColumns.customColumn1.buttonLabel" },
- { "key": "primaryColumns.mat_cost.computedValue" },
- { "key": "primaryColumns.total_cost.computedValue" },
- { "key": "primaryColumns.work_id.computedValue" },
- { "key": "primaryColumns.customer_email.computedValue" },
- { "key": "primaryColumns.customer_name.computedValue" },
- { "key": "primaryColumns.hours.computedValue" },
- { "key": "primaryColumns.completed.computedValue" },
- { "key": "primaryColumns.maintenance_notes.computedValue" },
- { "key": "primaryColumns.agent.computedValue" },
- { "key": "primaryColumns.request_date.computedValue" },
- { "key": "primaryColumns.description.computedValue" },
- { "key": "primaryColumns.category.computedValue" },
- { "key": "primaryColumns.equipment.computedValue" },
- { "key": "accentColor" },
- { "key": "derivedColumns.customColumn1.buttonLabel" },
- { "key": "derivedColumns.customColumn1.menuColor" },
- { "key": "primaryColumns.customColumn1.menuColor" },
- { "key": "derivedColumns.customColumn1.borderRadius" },
- { "key": "primaryColumns.customColumn1.borderRadius" },
- { "key": "derivedColumns.customColumn1.boxShadow" },
- { "key": "totalRecordsCount" }
- ],
- "leftColumn": 15.0,
- "delimiter": ",",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": false,
- "version": 3.0,
- "totalRecordsCount": "{{selectAgent.selectedOptionValue ? select_work_ordersAgentPage.data.length : select_work_ordersPage.data.length}}",
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "borderRadius": "0px",
- "columnSizeMap": {
- "task": 245.0,
- "step": 62.0,
- "status": 75.0,
- "customColumn1": 82.0,
- "work_id": 85.0,
- "category": 198.0,
- "equipment": 124.0,
- "completed": 124.0
- },
- "widgetName": "workOrdersTable",
- "defaultPageSize": 0.0,
- "columnOrder": [
- "work_id",
- "equipment",
- "category",
- "description",
- "request_date",
- "agent",
- "maintenance_notes",
- "completed",
- "hours",
- "customer_name",
- "customer_email",
- "total_cost",
- "mat_cost",
- "customColumn1"
- ],
- "dynamicPropertyPathList": [
- { "key": "onPageChange" },
- { "key": "onRowSelected" }
- ],
- "displayName": "Table",
- "bottomRow": 107.0,
- "parentRowSpace": 10.0,
- "defaultSelectedRow": "0",
- "hideCard": false,
- "parentColumnSpace": 6.4609375,
- "dynamicTriggerPathList": [
- { "key": "onRowSelected" },
- { "key": "onPageChange" },
- { "key": "primaryColumns.customColumn1.onClick" }
- ],
- "primaryColumns": {
- "equipment": {
- "index": 0.0,
- "width": 150.0,
- "id": "equipment",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Equipment",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.equipment))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "category": {
- "index": 1.0,
- "width": 150.0,
- "id": "category",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Category",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.category))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "description": {
- "index": 2.0,
- "width": 150.0,
- "id": "description",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "description",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.description))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "request_date": {
- "index": 3.0,
- "width": 150.0,
- "id": "request_date",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "date",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Date",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.request_date))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none",
- "iconName": "",
- "outputFormat": "DD/MM/YYYY"
- },
- "agent": {
- "index": 4.0,
- "width": 150.0,
- "id": "agent",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Agent",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.agent))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "maintenance_notes": {
- "index": 5.0,
- "width": 150.0,
- "id": "maintenance_notes",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "maintenance_notes",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.maintenance_notes))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "completed": {
- "index": 6.0,
- "width": 150.0,
- "id": "completed",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Completed?",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.completed))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "hours": {
- "index": 7.0,
- "width": 150.0,
- "id": "hours",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Hours spent",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.hours))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "customer_name": {
- "index": 8.0,
- "width": 150.0,
- "id": "customer_name",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Customer Name",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.customer_name))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "customer_email": {
- "index": 9.0,
- "width": 150.0,
- "id": "customer_email",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Customer Email",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.customer_email))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "work_id": {
- "index": 0.0,
- "width": 150.0,
- "id": "work_id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Work ID",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.work_id))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "total_cost": {
- "index": 11.0,
- "width": 150.0,
- "id": "total_cost",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Total Cost",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.total_cost))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "mat_cost": {
- "index": 12.0,
- "width": 150.0,
- "id": "mat_cost",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "Material Cost",
- "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.mat_cost))}}",
- "cellBackground": "transparent",
- "borderRadius": "0px",
- "boxShadow": "none"
- },
- "customColumn1": {
- "index": 13.0,
- "width": 150.0,
- "id": "customColumn1",
- "columnType": "iconButton",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": true,
- "label": "Edit",
- "computedValue": "",
- "buttonStyle": "rgb(3, 179, 101)",
- "labelColor": "#FFFFFF",
- "buttonColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
- "borderRadius": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'none'))}}",
- "iconName": "edit",
- "buttonLabel": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'Edit'))}}",
- "buttonVariant": "TERTIARY",
- "menuColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
- "onClick": "{{showModal('Modal1')}}",
- "cellBackground": "transparent"
- }
- },
- "onRowSelected": "",
- "key": "56eiocmwj5",
- "derivedColumns": {
- "customColumn1": {
- "index": 13.0,
- "width": 150.0,
- "id": "customColumn1",
- "columnType": "iconButton",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellVisible": true,
- "isDerived": true,
- "label": "Edit",
- "computedValue": "",
- "buttonStyle": "rgb(3, 179, 101)",
- "labelColor": "#FFFFFF",
- "buttonColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
- "borderRadius": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'none'))}}",
- "iconName": "edit",
- "buttonLabel": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'Edit'))}}",
- "buttonVariant": "TERTIARY",
- "menuColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
- "onClick": "{{showModal('Modal1')}}",
- "cellBackground": "transparent"
- }
- },
- "labelTextSize": "0.875rem",
- "rightColumn": 63.0,
- "textSize": "0.875rem",
- "widgetId": "ijijwwgerq",
- "tableData": "{{selectAgent.selectedOptionValue.length != 0 ? select_work_ordersAgent.data : select_work_orders.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "serverSidePaginationEnabled": true,
- "renderMode": "CANVAS",
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "cellBackground": "transparent",
- "verticalAlignment": "CENTER"
- },
- {
- "boxShadow": "none",
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
- "searchTags": ["div", "parent", "group"],
- "topRow": 0.0,
- "bottomRow": 108.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 1080.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
+ ],
+ [
{
- "boxShadow": "none",
- "widgetName": "Image2Copy2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 28.0,
- "bottomRow": 32.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 4.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4394.svg",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 13.0,
- "objectFit": "contain",
- "widgetId": "3hphbu1n4x",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "name": "agent_statsAgent",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_agent_statsAgent"
},
{
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2Copy2",
- "onClick": "{{navigateTo('Admin', {}, 'SAME_WINDOW')}}",
- "buttonColor": "transparent",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": ["click", "submit"],
- "topRow": 28.0,
- "bottomRow": 32.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [{ "key": "onClick" }],
- "leftColumn": 13.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "text": "Admin",
- "isDisabled": false,
- "key": "ea7apjwric",
- "isDeprecated": false,
- "rightColumn": 61.0,
- "isDefaultClickDisabled": true,
- "widgetId": "jspaw0xf26",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "START"
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "name": "completed_orders",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_completed_orders"
},
{
- "boxShadow": "none",
- "widgetName": "Image2Copy1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 23.0,
- "bottomRow": 27.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 4.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/files.svg",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 13.0,
- "objectFit": "contain",
- "widgetId": "b9qc3b3ueh",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "select_agent",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_select_agent"
},
{
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2Copy1",
- "onClick": "{{navigateTo('My orders', {}, 'SAME_WINDOW')}}",
- "buttonColor": "transparent",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": ["click", "submit"],
- "topRow": 23.0,
- "bottomRow": 27.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [{ "key": "onClick" }],
- "leftColumn": 13.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "text": "My Work Orders",
- "isDisabled": false,
- "key": "ea7apjwric",
- "isDeprecated": false,
- "rightColumn": 60.0,
- "isDefaultClickDisabled": true,
- "widgetId": "7qi044xx0w",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "START"
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
+ " workOrdersTable.pageSize "
+ ],
+ "name": "select_work_orders",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_select_work_orders"
},
{
- "boxShadow": "none",
- "widgetName": "Image2Copy3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 18.0,
- "bottomRow": 22.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 4.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/listplus.svg",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 13.0,
- "objectFit": "contain",
- "widgetId": "z2rj62mi7h",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
- },
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["selectAgent.selectedOptionValue"],
+ "name": "select_work_ordersAgentPage",
+ "timeoutInMillisecond": 10000,
+ "id": "Admin_select_work_ordersAgentPage"
+ }
+ ]
+ ],
+ "id": "Admin",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1160,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1080,
+ "containerStyle": "none",
+ "snapRows": 66,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 670,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
{
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2Copy3",
- "onClick": "{{navigateTo('Submit new order', {}, 'SAME_WINDOW')}}",
- "buttonColor": "transparent",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": ["click", "submit"],
- "topRow": 18.0,
- "bottomRow": 22.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [{ "key": "onClick" }],
- "leftColumn": 13.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "text": "New Work Request",
- "isDisabled": false,
- "key": "ea7apjwric",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "isDefaultClickDisabled": true,
- "widgetId": "exs2k6maug",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "START"
+ "boxShadow": "none",
+ "widgetName": "Container2CopyCopy1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 27,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 15,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas2CopyCopy",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 150,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 150,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Image4CopyCopy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-1000004181.svg",
+ "key": "6j28hyj8ew",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "objectFit": "contain",
+ "widgetId": "qfjwgwe05v",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "w0jg0594ue",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text1CopyCopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.3310546875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "text": "{{appsmith.store.completedCount}}",
+ "key": "8ao8442ejy",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6fvp0cwnnf",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "w0jg0594ue",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy1Copy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.3310546875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "text": "Completed",
+ "key": "8ao8442ejy",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "h7p3oz17ig",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "w0jg0594ue",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "key": "iv16tz47h6",
+ "isDeprecated": false,
+ "rightColumn": 475.5,
+ "detachFromLayout": true,
+ "widgetId": "w0jg0594ue",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "aryazglzwa",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "1",
+ "key": "i2gkdaesc8",
+ "backgroundColor": "#E6E9F5",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "dynamicHeight": "FIXED",
+ "widgetId": "aryazglzwa",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
},
{
- "boxShadow": "none",
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 1.0,
- "bottomRow": 6.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.7119140625,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 2.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4465.svg",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 39.0,
- "objectFit": "contain",
- "widgetId": "cccyinonx7",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
+ "boxShadow": "none",
+ "widgetName": "Container2Copy",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 10,
+ "bottomRow": 25,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 15,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas2Copy",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 150,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 150,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Image4Copy",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 0,
+ "bottomRow": 5,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-1000004180.svg",
+ "key": "6j28hyj8ew",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 11,
+ "objectFit": "contain",
+ "widgetId": "sy10nyyznt",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ijzsvhm730",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "widgetName": "Text1CopyCopy",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 9,
+ "bottomRow": 13,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.3310546875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"}
+ ],
+ "shouldTruncate": false,
+ "text": "{{appsmith.store.hoursSum}}",
+ "key": "8ao8442ejy",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "hcxltom53y",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijzsvhm730",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "widgetName": "Text1Copy1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 5,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 4.3310546875,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "text": "Total Hours",
+ "key": "8ao8442ejy",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "eie7hl9s3v",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "ijzsvhm730",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "key": "iv16tz47h6",
+ "isDeprecated": false,
+ "rightColumn": 475.5,
+ "detachFromLayout": true,
+ "widgetId": "ijzsvhm730",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "5m9lcia6q3",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "1",
+ "key": "i2gkdaesc8",
+ "backgroundColor": "#E6E9F5",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "dynamicHeight": "FIXED",
+ "widgetId": "5m9lcia6q3",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
},
{
- "boxShadow": "none",
- "widgetName": "Divider1",
- "thickness": 2.0,
- "displayName": "Divider",
- "iconSVG": "/static/media/icon.cbe8f608ca868e1eb44607e5fbd4a9e5.svg",
- "searchTags": ["line"],
- "topRow": 6.0,
- "bottomRow": 10.0,
- "parentRowSpace": 10.0,
- "type": "DIVIDER_WIDGET",
- "capType": "nc",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 3.7119140625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "key": "c3xzqeinqm",
- "dividerColor": "#5E6C9E",
- "orientation": "horizontal",
- "strokeStyle": "solid",
- "isDeprecated": false,
- "rightColumn": 64.0,
- "widgetId": "00rr0od1st",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "capSide": 0.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ "boxShadow": "none",
+ "widgetName": "HeadingCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 2,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 16.62109375,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 15,
+ "dynamicBindingPathList": [],
+ "truncateButtonColor": "#FFC13D",
+ "text": "Work Orders",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 52,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "cxkv9q70wz",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#003B4A",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.7rem",
+ "minDynamicHeight": 4
},
{
- "boxShadow": "none",
- "widgetName": "Image2Copy4",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 13.0,
- "bottomRow": 17.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 4.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4405.svg",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 13.0,
- "objectFit": "contain",
- "widgetId": "ynyek2ui5b",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "enableRotation": false
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b523e6f70ba6f40a10fc2c7c5b5.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 15,
+ "dynamicBindingPathList": [{"key": "fontFamily"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Add and manage work orders",
+ "key": "p0uhc3c013",
+ "isDeprecated": false,
+ "rightColumn": 45,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "jify2p8j5i",
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "originalTopRow": 6,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 10,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
},
{
- "resetFormOnClick": false,
- "boxShadow": "none",
- "widgetName": "Button2",
- "onClick": "{{navigateTo('Home Page', {}, 'SAME_WINDOW')}}",
- "buttonColor": "transparent",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
- "searchTags": ["click", "submit"],
- "topRow": 13.0,
- "bottomRow": 17.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [{ "key": "onClick" }],
- "leftColumn": 13.0,
- "dynamicBindingPathList": [{ "key": "borderRadius" }],
- "text": "Dashboard",
- "isDisabled": false,
- "key": "ea7apjwric",
- "isDeprecated": false,
- "rightColumn": 60.0,
- "isDefaultClickDisabled": true,
- "widgetId": "us1rl2o7qy",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "PRIMARY",
- "placement": "START"
+ "boxShadow": "none",
+ "widgetName": "selectAgent",
+ "isFilterable": false,
+ "dynamicPropertyPathList": [
+ {"key": "onOptionChange"},
+ {"key": "sourceData"}
+ ],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "",
+ "topRow": 46,
+ "bottomRow": 50,
+ "parentRowSpace": 10,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "",
+ "animateLoading": true,
+ "parentColumnSpace": 12.688995361328125,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 17,
+ "dynamicBindingPathList": [
+ {"key": "options"},
+ {"key": "accentColor"}
+ ],
+ "placeholderText": "Agent",
+ "isDisabled": false,
+ "sourceData": "[\n {\n \"label\": {{select_agent.data[0].agent}},\n \"value\": {{select_agent.data[0].agent}}\n },\n\t {\n \"label\": {{select_agent.data[2].agent}},\n \"value\": {{select_agent.data[2].agent}}\n },\n\t {\n \"label\": {{select_agent.data[3].agent}},\n \"value\": {{select_agent.data[3].agent}}\n },\n\t {\n \"label\": {{select_agent.data[4].agent}},\n \"value\": {{select_agent.data[4].agent}}\n },\n\t {\n \"label\": {{select_agent.data[1].agent}},\n \"value\": {{select_agent.data[1].agent}}\n }\n]",
+ "key": "fj5c87ojig",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 31,
+ "dynamicHeight": "FIXED",
+ "widgetId": "g84nip1mxz",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "0.375rem",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "{{ \nselectAgent.selectedOptionValue.length > 0 ? select_work_ordersAgent.run().then(() => {\nJSObject1.totalHoursCalc();\nJSObject1.completedCalc();\nJSObject1.equipChart()\t\n}) : select_work_orders.run().then(() => {\nJSObject1.totalHoursCalc();\nJSObject1.completedCalc();\nJSObject1.equipChart()\t\n}) \n}}\n\n",
+ "minDynamicHeight": 4
},
{
- "boxShadow": "none",
- "widgetName": "Image3",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
- "topRow": 83.0,
- "bottomRow": 105.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 4.021484375,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/bdd.png",
- "key": "20b6vlid8h",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 64.0,
- "objectFit": "contain",
- "widgetId": "z3k3214q31",
- "isVisible": true,
- "version": 1.0,
- "parentId": "syjkq3pgjy",
- "renderMode": "CANVAS",
- "isLoading": false,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "borderRadius": "0px",
- "enableRotation": false
- }
- ],
- "key": "ok1ci5kt2b",
- "isDeprecated": false,
- "rightColumn": 475.5,
- "detachFromLayout": true,
- "widgetId": "syjkq3pgjy",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1.0,
- "parentId": "umf2cog74w",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "borderWidth": "1",
- "key": "7jawjh2cqc",
- "backgroundColor": "#324479",
- "isDeprecated": false,
- "rightColumn": 14.0,
- "dynamicHeight": "FIXED",
- "widgetId": "umf2cog74w",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.4975978e.svg",
- "topRow": 10.0,
- "bottomRow": 34.0,
- "parentRowSpace": 10.0,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "animateLoading": true,
- "parentColumnSpace": 11.3314208984375,
- "leftColumn": 20.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas10",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 770.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 778.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Container2CopyCopyCopy",
- "borderColor": "",
- "isCanvas": true,
- "dynamicPropertyPathList": [
- { "key": "borderRadius" }
- ],
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 0.0,
- "bottomRow": 74.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 18.0625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Canvas2CopyCopyCopyCopy",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 730.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 740.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "widgetName": "Button1",
- "onClick": "{{update_work_orders1.run(() => select_work_orders.run(), () => {})}}",
- "buttonColor": "#2356A1",
- "dynamicPropertyPathList": [
- { "key": "onClick" }
- ],
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "topRow": 67.0,
- "bottomRow": 72.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 6.1787109375,
- "dynamicTriggerPathList": [
- { "key": "onClick" }
- ],
- "leftColumn": 44.0,
- "dynamicBindingPathList": [],
- "text": "Update",
- "isDisabled": false,
- "key": "fu5cfw8tbj",
- "labelTextSize": "0.875rem",
- "rightColumn": 63.0,
- "isDefaultClickDisabled": true,
- "widgetId": "ucz1joszft",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0.375rem",
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
+ "boxShadow": "none",
+ "isVisibleDownload": false,
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 51,
+ "isSortable": true,
+ "onPageChange": "{{selectAgent.selectedOptionValue ? select_work_ordersAgent.run() : select_work_orders.run()}}",
+ "type": "TABLE_WIDGET",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns.customColumn1.boxShadow"},
+ {"key": "primaryColumns.customColumn1.buttonColor"},
+ {"key": "primaryColumns.customColumn1.buttonLabel"},
+ {"key": "primaryColumns.mat_cost.computedValue"},
+ {"key": "primaryColumns.total_cost.computedValue"},
+ {"key": "primaryColumns.work_id.computedValue"},
+ {"key": "primaryColumns.customer_email.computedValue"},
+ {"key": "primaryColumns.customer_name.computedValue"},
+ {"key": "primaryColumns.hours.computedValue"},
+ {"key": "primaryColumns.completed.computedValue"},
+ {"key": "primaryColumns.maintenance_notes.computedValue"},
+ {"key": "primaryColumns.agent.computedValue"},
+ {"key": "primaryColumns.request_date.computedValue"},
+ {"key": "primaryColumns.description.computedValue"},
+ {"key": "primaryColumns.category.computedValue"},
+ {"key": "primaryColumns.equipment.computedValue"},
+ {"key": "accentColor"},
+ {"key": "derivedColumns.customColumn1.buttonLabel"},
+ {"key": "derivedColumns.customColumn1.menuColor"},
+ {"key": "primaryColumns.customColumn1.menuColor"},
+ {"key": "derivedColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "derivedColumns.customColumn1.boxShadow"},
+ {"key": "totalRecordsCount"}
+ ],
+ "leftColumn": 15,
+ "delimiter": ",",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": false,
+ "version": 3,
+ "totalRecordsCount": "{{selectAgent.selectedOptionValue ? select_work_ordersAgentPage.data.length : select_work_ordersPage.data.length}}",
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopyCopyCopy1CopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 11.0,
- "bottomRow": 15.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Customer Email",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "bfhd5kcsiq",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "editcustEmail",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 11.0,
- "bottomRow": 15.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "parentColumnSpace": 5.6962890625,
- "dynamicTriggerPathList": [],
- "fontFamily": "System Default",
- "leftColumn": 32.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{workOrdersTable.triggeredRow.customer_email}}",
- "key": "sf3h3c9rxg",
- "labelTextSize": "0.875rem",
- "rightColumn": 60.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "6l5jntr587",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldTruncate": true,
- "overflow": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopyCopyCopy1Copy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7.0,
- "bottomRow": 11.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Customer Name",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "k6m249v6fn",
- "logBlackList": {
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "0px",
+ "columnSizeMap": {
+ "work_id": 85,
+ "task": 245,
+ "equipment": 124,
+ "step": 62,
+ "customColumn1": 82,
+ "completed": 124,
+ "category": 198,
+ "status": 75
+ },
+ "widgetName": "workOrdersTable",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "work_id",
+ "equipment",
+ "category",
+ "description",
+ "request_date",
+ "agent",
+ "maintenance_notes",
+ "completed",
+ "hours",
+ "customer_name",
+ "customer_email",
+ "total_cost",
+ "mat_cost",
+ "customColumn1"
+ ],
+ "dynamicPropertyPathList": [
+ {"key": "onPageChange"},
+ {"key": "onRowSelected"}
+ ],
+ "displayName": "Table",
+ "bottomRow": 107,
+ "parentRowSpace": 10,
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "parentColumnSpace": 6.4609375,
+ "dynamicTriggerPathList": [
+ {"key": "onRowSelected"},
+ {"key": "onPageChange"},
+ {"key": "primaryColumns.customColumn1.onClick"}
+ ],
+ "primaryColumns": {
+ "work_id": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.work_id))}}",
+ "textSize": "0.875rem",
+ "index": 0,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "label": "Work ID",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "work_id",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editcustName",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 7.0,
- "bottomRow": 11.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "parentColumnSpace": 5.6962890625,
- "dynamicTriggerPathList": [],
- "fontFamily": "System Default",
- "leftColumn": 32.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{workOrdersTable.triggeredRow.customer_name}}",
- "key": "sf3h3c9rxg",
- "labelTextSize": "0.875rem",
- "rightColumn": 60.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "n5bu6y8d2w",
- "logBlackList": {
+ "agent": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.agent))}}",
+ "textSize": "0.875rem",
+ "index": 4,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldTruncate": true,
- "overflow": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
+ "label": "Agent",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "agent",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editCompleted",
- "isFilterable": true,
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "",
- "topRow": 49.0,
- "bottomRow": 53.0,
- "parentRowSpace": 10.0,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( workOrdersTable.triggeredRow.completed|| ''))(editCompleted.options, editCompleted.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 5.853515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 33.0,
- "dynamicBindingPathList": [
- { "key": "defaultOptionValue" },
- { "key": "accentColor" }
- ],
- "placeholderText": "Select option",
- "isDisabled": false,
- "key": "o6darbc32i",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 63.0,
- "dynamicHeight": "FIXED",
- "widgetId": "26sfdw8ffd",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0,
- "sourceData": "[\n {\n \"label\": \"Yes\",\n \"value\": \"Yes\"\n },\n {\n \"label\": \"No\",\n \"value\": \"No\"\n }\n]",
- "optionLabel": "label",
- "optionValue": "value",
- "dynamicPropertyPathList": [
- { "key": "sourceData" }
- ]
+ "hours": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.hours))}}",
+ "textSize": "0.875rem",
+ "index": 7,
+ "isVisible": false,
+ "label": "Hours spent",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "hours",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editHoursUsed",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595.svg",
- "topRow": 53.0,
- "bottomRow": 57.0,
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.853515625,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 33.0,
- "dynamicBindingPathList": [
- { "key": "defaultText" },
- { "key": "accentColor" }
- ],
- "labelStyle": "",
- "inputType": "NUMBER",
- "isDisabled": false,
- "key": "frh9e8lhpg",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 63.0,
- "dynamicHeight": "FIXED",
- "widgetId": "6e5isq741m",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "",
- "version": 2.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "{{workOrdersTable.triggeredRow.hours || ''}}",
- "minDynamicHeight": 4.0
+ "total_cost": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.total_cost))}}",
+ "textSize": "0.875rem",
+ "index": 11,
+ "isVisible": false,
+ "label": "Total Cost",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "total_cost",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editMC",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb.svg",
- "topRow": 57.0,
- "bottomRow": 61.0,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.853515625,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 33.0,
- "dynamicBindingPathList": [
- { "key": "defaultText" },
- { "key": "accentColor" }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3g9dnqeeie",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 63.0,
- "dynamicHeight": "FIXED",
- "widgetId": "k59tc507ay",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "",
- "allowCurrencyChange": false,
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "decimals": 0.0,
- "iconAlign": "left",
- "defaultText": "{{\nworkOrdersTable.triggeredRow.mat_cost ? workOrdersTable.triggeredRow.mat_cost : 0}}",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "editTC",
- "displayName": "Currency Input",
- "iconSVG": "/static/media/icon.f312efcb.svg",
- "topRow": 61.0,
- "bottomRow": 65.0,
- "defaultCurrencyCode": "USD",
- "parentRowSpace": 10.0,
- "autoFocus": false,
- "type": "CURRENCY_INPUT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.853515625,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 33.0,
- "dynamicBindingPathList": [
- { "key": "defaultText" },
- { "key": "accentColor" }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "isDisabled": false,
- "key": "3g9dnqeeie",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 63.0,
- "dynamicHeight": "FIXED",
- "widgetId": "09gy1q8fof",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": true,
- "isVisible": true,
- "label": "",
- "allowCurrencyChange": false,
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "decimals": 0.0,
- "iconAlign": "left",
- "defaultText": "{{\nworkOrdersTable.triggeredRow.total_cost ? workOrdersTable.triggeredRow.total_cost : 0}}",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "editEquipment",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 15.0,
- "bottomRow": 19.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "parentColumnSpace": 5.6962890625,
- "dynamicTriggerPathList": [],
- "fontFamily": "System Default",
- "leftColumn": 32.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{workOrdersTable.triggeredRow.equipment}}",
- "key": "sf3h3c9rxg",
- "labelTextSize": "0.875rem",
- "rightColumn": 48.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "2tpeti2iys",
- "logBlackList": {
+ "equipment": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.equipment))}}",
+ "textSize": "0.875rem",
+ "index": 0,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldTruncate": true,
- "overflow": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
+ "label": "Equipment",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "equipment",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editorderCategory",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 19.0,
- "bottomRow": 23.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "NONE",
- "parentColumnSpace": 5.6962890625,
- "dynamicTriggerPathList": [],
- "fontFamily": "System Default",
- "leftColumn": 32.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{workOrdersTable.triggeredRow.category}}",
- "key": "sf3h3c9rxg",
- "labelTextSize": "0.875rem",
- "rightColumn": 64.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "kxgtej06ta",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldTruncate": true,
- "overflow": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
+ "description": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.description))}}",
+ "textSize": "0.875rem",
+ "index": 2,
+ "isVisible": false,
+ "label": "description",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "description",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "editorderDesc",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 23.0,
- "bottomRow": 27.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "overflow": "TRUNCATE",
- "parentColumnSpace": 5.6962890625,
- "dynamicTriggerPathList": [],
- "fontFamily": "System Default",
- "leftColumn": 32.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "shouldTruncate": false,
- "truncateButtonColor": "#FFC13D",
- "text": "{{workOrdersTable.triggeredRow.description}}",
- "key": "sf3h3c9rxg",
- "labelTextSize": "0.875rem",
- "rightColumn": 64.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "mp159xsz1c",
- "logBlackList": {
+ "customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'none'))}}",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Modal1')}}",
+ "buttonColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
+ "iconName": "edit",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 13,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldTruncate": true,
- "overflow": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1rem",
- "minDynamicHeight": 4.0
+ "label": "Edit",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'Edit'))}}",
+ "columnType": "iconButton",
+ "borderRadius": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
+ "buttonVariant": "TERTIARY",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "cellBackground": "transparent"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopy1CopyCopyCopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 57.0,
- "bottomRow": 61.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Material costs",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "7vj1eoncah",
- "logBlackList": {
+ "completed": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.completed))}}",
+ "textSize": "0.875rem",
+ "index": 6,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "label": "Completed?",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "completed",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopyCopyCopyCopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 61.0,
- "bottomRow": 65.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Total costs",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9qfaoghg82",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "maintenance_notes": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.maintenance_notes))}}",
+ "textSize": "0.875rem",
+ "index": 5,
+ "isVisible": false,
+ "label": "maintenance_notes",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "maintenance_notes",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopy2CopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 31.0,
- "bottomRow": 35.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Agent",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "790vfcz8wc",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "mat_cost": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.mat_cost))}}",
+ "textSize": "0.875rem",
+ "index": 12,
+ "isVisible": false,
+ "label": "Material Cost",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "mat_cost",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopy1CopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 35.0,
- "bottomRow": 39.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Maintenance Notes",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "lv643q4grv",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "customer_email": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.customer_email))}}",
+ "textSize": "0.875rem",
+ "index": 9,
+ "isVisible": false,
+ "label": "Customer Email",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customer_email",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopy1CopyCopyCopy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 49.0,
- "bottomRow": 53.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Completed",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "365wjz96s9",
- "logBlackList": {
+ "request_date": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.request_date))}}",
+ "textSize": "0.875rem",
+ "iconName": "",
+ "index": 3,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "label": "Date",
+ "columnType": "date",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "request_date",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "outputFormat": "DD/MM/YYYY",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopyCopyCopyCopy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 53.0,
- "bottomRow": 57.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Hours used",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "kqp5yxv9q7",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
+ "customer_name": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.customer_name))}}",
+ "textSize": "0.875rem",
+ "index": 8,
+ "isVisible": false,
+ "label": "Customer Name",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customer_name",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
},
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopy2Copy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 15.0,
- "bottomRow": 19.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Equipment",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "u5bsq2tcyh",
- "logBlackList": {
+ "category": {
+ "isCellVisible": true,
+ "boxShadow": "none",
+ "isDerived": false,
+ "computedValue": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( currentRow.category))}}",
+ "textSize": "0.875rem",
+ "index": 1,
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
+ "label": "Category",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "borderRadius": "0px",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "category",
+ "isDisabled": false,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "onRowSelected": "",
+ "key": "56eiocmwj5",
+ "derivedColumns": {"customColumn1": {
+ "isCellVisible": true,
+ "boxShadow": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'none'))}}",
+ "isDerived": true,
+ "computedValue": "",
+ "onClick": "{{showModal('Modal1')}}",
+ "buttonColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
+ "iconName": "edit",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "index": 13,
+ "isVisible": true,
+ "label": "Edit",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( 'Edit'))}}",
+ "columnType": "iconButton",
+ "borderRadius": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "menuColor": "{{workOrdersTable.sanitizedTableData.map((currentRow) => ( appsmith.theme.colors.primaryColor))}}",
+ "buttonVariant": "TERTIARY",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "cellBackground": "transparent"
+ }},
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "ijijwwgerq",
+ "tableData": "{{selectAgent.selectedOptionValue.length != 0 ? select_work_ordersAgent.data : select_work_orders.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "serverSidePaginationEnabled": true,
+ "renderMode": "CANVAS",
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "cellBackground": "transparent",
+ "verticalAlignment": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3370505e2db3a8e44cfd54907.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 0,
+ "bottomRow": 108,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 1080,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2Copy2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 28,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 4,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4394.svg",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "objectFit": "contain",
+ "widgetId": "3hphbu1n4x",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2Copy2",
+ "onClick": "{{navigateTo('Admin', {}, 'SAME_WINDOW')}}",
+ "buttonColor": "transparent",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 28,
+ "bottomRow": 32,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 13,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Admin",
+ "isDisabled": false,
+ "key": "ea7apjwric",
+ "isDeprecated": false,
+ "rightColumn": 61,
+ "isDefaultClickDisabled": true,
+ "widgetId": "jspaw0xf26",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "START"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2Copy1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 23,
+ "bottomRow": 27,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 4,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/files.svg",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "objectFit": "contain",
+ "widgetId": "b9qc3b3ueh",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2Copy1",
+ "onClick": "{{navigateTo('My orders', {}, 'SAME_WINDOW')}}",
+ "buttonColor": "transparent",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 23,
+ "bottomRow": 27,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 13,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "My Work Orders",
+ "isDisabled": false,
+ "key": "ea7apjwric",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "isDefaultClickDisabled": true,
+ "widgetId": "7qi044xx0w",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "START"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2Copy3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 18,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 4,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/listplus.svg",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "objectFit": "contain",
+ "widgetId": "z2rj62mi7h",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2Copy3",
+ "onClick": "{{navigateTo('Submit new order', {}, 'SAME_WINDOW')}}",
+ "buttonColor": "transparent",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 13,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "New Work Request",
+ "isDisabled": false,
+ "key": "ea7apjwric",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "exs2k6maug",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "START"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 1,
+ "bottomRow": 6,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.7119140625,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4465.svg",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 39,
+ "objectFit": "contain",
+ "widgetId": "cccyinonx7",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Divider1",
+ "thickness": 2,
+ "displayName": "Divider",
+ "iconSVG": "/static/media/icon.cbe8f608ca868e1eb44607e5fbd4a9e5.svg",
+ "searchTags": ["line"],
+ "topRow": 6,
+ "bottomRow": 10,
+ "parentRowSpace": 10,
+ "type": "DIVIDER_WIDGET",
+ "capType": "nc",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 3.7119140625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "key": "c3xzqeinqm",
+ "dividerColor": "#5E6C9E",
+ "orientation": "horizontal",
+ "strokeStyle": "solid",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "00rr0od1st",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "capSide": 0,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image2Copy4",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 13,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 4,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/group-4405.svg",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 13,
+ "objectFit": "contain",
+ "widgetId": "ynyek2ui5b",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "enableRotation": false
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "widgetName": "Button2",
+ "onClick": "{{navigateTo('Home Page', {}, 'SAME_WINDOW')}}",
+ "buttonColor": "transparent",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca026338f1c8eb6df8ba03d084c2fca.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 13,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 13,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "text": "Dashboard",
+ "isDisabled": false,
+ "key": "ea7apjwric",
+ "isDeprecated": false,
+ "rightColumn": 60,
+ "isDefaultClickDisabled": true,
+ "widgetId": "us1rl2o7qy",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "PRIMARY",
+ "placement": "START"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Image3",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.52d8fb963abcb95c79b10f1553389f22.svg",
+ "topRow": 83,
+ "bottomRow": 105,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 4.021484375,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "defaultImage": "https://s3.us-east-2.amazonaws.com/template.appsmith.com/bdd.png",
+ "key": "20b6vlid8h",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "objectFit": "contain",
+ "widgetId": "z3k3214q31",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "syjkq3pgjy",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "0px",
+ "enableRotation": false
+ }
+ ],
+ "key": "ok1ci5kt2b",
+ "isDeprecated": false,
+ "rightColumn": 475.5,
+ "detachFromLayout": true,
+ "widgetId": "syjkq3pgjy",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "umf2cog74w",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ }],
+ "borderWidth": "1",
+ "key": "7jawjh2cqc",
+ "backgroundColor": "#324479",
+ "isDeprecated": false,
+ "rightColumn": 14,
+ "dynamicHeight": "FIXED",
+ "widgetId": "umf2cog74w",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.4975978e.svg",
+ "topRow": 10,
+ "bottomRow": 34,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "animateLoading": true,
+ "parentColumnSpace": 11.3314208984375,
+ "leftColumn": 20,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas10",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 770,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 778,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Container2CopyCopyCopy",
+ "borderColor": "",
"isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopy1Copy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 19.0,
- "bottomRow": 23.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Category",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "5elxnkbnz3",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
+ "dynamicPropertyPathList": [{"key": "borderRadius"}],
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 0,
+ "bottomRow": 74,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
"animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopy1CopyCopy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 23.0,
- "bottomRow": 27.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Description",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "9nbm9qanpb",
- "logBlackList": {
+ "parentColumnSpace": 18.0625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "none",
+ "widgetName": "Canvas2CopyCopyCopyCopy",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 730,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 740,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "widgetName": "Button1",
+ "onClick": "{{update_work_orders1.run(() => select_work_orders.run(), () => {})}}",
+ "buttonColor": "#2356A1",
+ "dynamicPropertyPathList": [{"key": "onClick"}],
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 67,
+ "bottomRow": 72,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 6.1787109375,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 44,
+ "dynamicBindingPathList": [],
+ "text": "Update",
+ "isDisabled": false,
+ "key": "fu5cfw8tbj",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ucz1joszft",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0.375rem",
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopyCopyCopy1CopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Customer Email",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "bfhd5kcsiq",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editcustEmail",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 11,
+ "bottomRow": 15,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 5.6962890625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{workOrdersTable.triggeredRow.customer_email}}",
+ "key": "sf3h3c9rxg",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 60,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "6l5jntr587",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "overflow": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopyCopyCopy1Copy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 11,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Customer Name",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "k6m249v6fn",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editcustName",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 7,
+ "bottomRow": 11,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 5.6962890625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{workOrdersTable.triggeredRow.customer_name}}",
+ "key": "sf3h3c9rxg",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 60,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "n5bu6y8d2w",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "overflow": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editCompleted",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "",
+ "topRow": 49,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( workOrdersTable.triggeredRow.completed|| ''))(editCompleted.options, editCompleted.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 5.853515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 33,
+ "dynamicBindingPathList": [
+ {"key": "defaultOptionValue"},
+ {"key": "accentColor"}
+ ],
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "[\n {\n \"label\": \"Yes\",\n \"value\": \"Yes\"\n },\n {\n \"label\": \"No\",\n \"value\": \"No\"\n }\n]",
+ "key": "o6darbc32i",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "26sfdw8ffd",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editHoursUsed",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 53,
+ "bottomRow": 57,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.853515625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 33,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelStyle": "",
+ "inputType": "NUMBER",
+ "isDisabled": false,
+ "key": "frh9e8lhpg",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "6e5isq741m",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{workOrdersTable.triggeredRow.hours || ''}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editMC",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb.svg",
+ "topRow": 57,
+ "bottomRow": 61,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.853515625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 33,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3g9dnqeeie",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "k59tc507ay",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "{{\nworkOrdersTable.triggeredRow.mat_cost ? workOrdersTable.triggeredRow.mat_cost : 0}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editTC",
+ "displayName": "Currency Input",
+ "iconSVG": "/static/media/icon.f312efcb.svg",
+ "topRow": 61,
+ "bottomRow": 65,
+ "defaultCurrencyCode": "USD",
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.853515625,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 33,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "isDisabled": false,
+ "key": "3g9dnqeeie",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "09gy1q8fof",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": true,
+ "isVisible": true,
+ "label": "",
+ "allowCurrencyChange": false,
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "{{\nworkOrdersTable.triggeredRow.total_cost ? workOrdersTable.triggeredRow.total_cost : 0}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editEquipment",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 5.6962890625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{workOrdersTable.triggeredRow.equipment}}",
+ "key": "sf3h3c9rxg",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 48,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "2tpeti2iys",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "overflow": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editorderCategory",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "parentColumnSpace": 5.6962890625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{workOrdersTable.triggeredRow.category}}",
+ "key": "sf3h3c9rxg",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kxgtej06ta",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "overflow": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editorderDesc",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 23,
+ "bottomRow": 27,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "overflow": "TRUNCATE",
+ "parentColumnSpace": 5.6962890625,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "System Default",
+ "leftColumn": 32,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "shouldTruncate": false,
+ "truncateButtonColor": "#FFC13D",
+ "text": "{{workOrdersTable.triggeredRow.description}}",
+ "key": "sf3h3c9rxg",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 64,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "mp159xsz1c",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "overflow": true,
+ "parentColumnSpace": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true
+ },
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopy1CopyCopyCopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 57,
+ "bottomRow": 61,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Material costs",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "7vj1eoncah",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopyCopyCopyCopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 61,
+ "bottomRow": 65,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Total costs",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9qfaoghg82",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopy2CopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 31,
+ "bottomRow": 35,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Agent",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "790vfcz8wc",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopy1CopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 35,
+ "bottomRow": 39,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Maintenance Notes",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lv643q4grv",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopy1CopyCopyCopy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 49,
+ "bottomRow": 53,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Completed",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "365wjz96s9",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopyCopyCopyCopy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 53,
+ "bottomRow": 57,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Hours used",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "kqp5yxv9q7",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopy2Copy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 15,
+ "bottomRow": 19,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Equipment",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "u5bsq2tcyh",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopy1Copy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 19,
+ "bottomRow": 23,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Category",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "5elxnkbnz3",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopy1CopyCopy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 23,
+ "bottomRow": 27,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Description",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "9nbm9qanpb",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text2CopyCopyCopyCopyCopyCopy1",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 27,
+ "bottomRow": 31,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "dynamicBindingPathList": [],
+ "leftColumn": 1,
+ "truncateButtonColor": "#FFC13D",
+ "text": "Requested Date",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 32,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "x3pmvgu1ei",
+ "logBlackList": {
+ "widgetName": true,
+ "isCanvas": true,
+ "displayName": true,
+ "iconSVG": true,
+ "topRow": true,
+ "bottomRow": true,
+ "parentRowSpace": true,
+ "type": true,
+ "hideCard": true,
+ "minHeight": true,
+ "animateLoading": true,
+ "dynamicTriggerPathList": true,
+ "parentColumnSpace": true,
+ "dynamicBindingPathList": true,
+ "leftColumn": true,
+ "shouldTruncate": true,
+ "truncateButtonColor": true,
+ "text": true,
+ "key": true,
+ "rightColumn": true,
+ "textAlign": true,
+ "widgetId": true,
+ "isVisible": true,
+ "fontStyle": true,
+ "textColor": true,
+ "shouldScroll": true,
+ "version": true,
+ "parentId": true,
+ "renderMode": true,
+ "isLoading": true,
+ "fontSize": true,
+ "textStyle": true
+ },
+ "isVisible": true,
+ "fontStyle": "",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.125rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "Text4CopyCopyCopyCopy",
+ "dynamicPropertyPathList": [{"key": "fontSize"}],
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.97c59b52.svg",
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 10.1298828125,
+ "dynamicTriggerPathList": [],
+ "overflow": "NONE",
+ "fontFamily": "System Default",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "truncateButtonColor": "#FFC13D",
+ "text": "Work Order ID: {{workOrdersTable.triggeredRow.work_id}}",
+ "key": "czyq0gtp0e",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 40,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "lk7gi111se",
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.5rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editRequestedDate",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "dateFormat": "YYYY-MM-DD",
+ "dynamicPropertyPathList": [{"key": "defaultDate"}],
+ "displayName": "DatePicker",
+ "iconSVG": "/static/media/icon.300e5ab8.svg",
+ "topRow": 27,
+ "bottomRow": 31,
+ "shortcuts": false,
+ "parentRowSpace": 10,
+ "type": "DATE_PICKER_WIDGET2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 5.853515625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "defaultDate"},
+ {"key": "accentColor"}
+ ],
+ "isDisabled": false,
+ "key": "g6ypr5b6bx",
+ "labelTextSize": "1rem",
+ "isRequired": false,
+ "rightColumn": 53,
+ "defaultDate": "{{\nworkOrdersTable.triggeredRow.request_date ? \nmoment(workOrdersTable.triggeredRow.request_date, \"YYYY-MM-DD\") : new Date().toISOString() }}",
+ "dynamicHeight": "FIXED",
+ "widgetId": "ougwj8lmur",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "label": "",
+ "version": 2,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "timePrecision": "None",
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "closeOnSelection": true,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "#2E3D49",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634a.svg",
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "leftColumn": 55,
+ "dynamicBindingPathList": [],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "he5p9ovxh4",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "iconName": "cross",
+ "widgetId": "c5tlnajq5j",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editNotes",
+ "displayName": "Input",
+ "iconSVG": "/static/media/icon.9f505595.svg",
+ "topRow": 39,
+ "bottomRow": 49,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "autoFocus": false,
+ "type": "INPUT_WIDGET_V2",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 7.193359375,
+ "dynamicTriggerPathList": [],
+ "resetOnSubmit": true,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "defaultText"},
+ {"key": "accentColor"}
+ ],
+ "labelPosition": "Left",
+ "labelStyle": "",
+ "inputType": "MULTI_LINE_TEXT",
+ "isDisabled": false,
+ "key": "8caqtpfmrx",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "rightColumn": 62,
+ "dynamicHeight": "FIXED",
+ "widgetId": "oixrmpekwv",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "",
+ "version": 2,
+ "parentId": "cryduleyoi",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "{{workOrdersTable.triggeredRow.maintenance_notes}}",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "editOrderAgent",
+ "isFilterable": true,
+ "dynamicPropertyPathList": [{"key": "sourceData"}],
+ "displayName": "Select",
+ "iconSVG": "/static/media/icon.bd99caba.svg",
+ "labelText": "",
+ "topRow": 31,
+ "bottomRow": 35,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "hideCard": false,
+ "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( workOrdersTable.triggeredRow.agent || ''))(editOrderAgent.options, editOrderAgent.serverSideFiltering) }}",
+ "animateLoading": true,
+ "parentColumnSpace": 7.193359375,
+ "dynamicTriggerPathList": [{"key": "onOptionChange"}],
+ "leftColumn": 32,
+ "dynamicBindingPathList": [
+ {"key": "options"},
+ {"key": "defaultOptionValue"},
+ {"key": "accentColor"}
+ ],
+ "labelPosition": "Left",
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "sourceData": "[\n {\n \"label\": {{select_agent.data[0].agent}},\n \"value\": {{select_agent.data[0].agent}}\n },\n\t {\n \"label\": {{select_agent.data[2].agent}},\n \"value\": {{select_agent.data[2].agent}}\n },\n\t {\n \"label\": {{select_agent.data[3].agent}},\n \"value\": {{select_agent.data[3].agent}}\n },\n\t {\n \"label\": {{select_agent.data[4].agent}},\n \"value\": {{select_agent.data[4].agent}}\n },\n\t {\n \"label\": {{select_agent.data[1].agent}},\n \"value\": {{select_agent.data[1].agent}}\n }\n]",
+ "key": "vpduhjc9fo",
+ "labelTextSize": "1rem",
+ "isRequired": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "n1di761cbl",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "optionValue": "value",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "cryduleyoi",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "optionLabel": "label",
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "onOptionChange": "",
+ "minDynamicHeight": 4
+ }
+ ],
+ "key": "ffadum178l",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 433.5,
+ "detachFromLayout": true,
+ "widgetId": "cryduleyoi",
+ "containerStyle": "none",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "oyphk6wrsq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "borderWidth": "2",
+ "key": "6bzu8mpizb",
+ "labelTextSize": "0.875rem",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 63,
+ "dynamicHeight": "FIXED",
+ "widgetId": "oyphk6wrsq",
+ "containerStyle": "card",
"isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Text2CopyCopyCopyCopyCopyCopy1",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 27.0,
- "bottomRow": 31.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "dynamicBindingPathList": [],
- "leftColumn": 1.0,
- "truncateButtonColor": "#FFC13D",
- "text": "Requested Date",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 32.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "x3pmvgu1ei",
- "logBlackList": {
- "isVisible": true,
- "text": true,
- "fontSize": true,
- "fontStyle": true,
- "textAlign": true,
- "textColor": true,
- "truncateButtonColor": true,
- "widgetName": true,
- "shouldScroll": true,
- "shouldTruncate": true,
- "version": true,
- "animateLoading": true,
- "type": true,
- "hideCard": true,
- "displayName": true,
- "key": true,
- "iconSVG": true,
- "isCanvas": true,
- "textStyle": true,
- "dynamicBindingPathList": true,
- "dynamicTriggerPathList": true,
- "minHeight": true,
- "widgetId": true,
- "renderMode": true,
- "isLoading": true,
- "parentColumnSpace": true,
- "parentRowSpace": true,
- "leftColumn": true,
- "rightColumn": true,
- "topRow": true,
- "bottomRow": true,
- "parentId": true
- },
- "isVisible": true,
- "fontStyle": "",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.125rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "widgetName": "Text4CopyCopyCopyCopy",
- "dynamicPropertyPathList": [
- { "key": "fontSize" }
- ],
- "displayName": "Text",
- "iconSVG": "/static/media/icon.97c59b52.svg",
- "topRow": 0.0,
- "bottomRow": 4.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 10.1298828125,
- "dynamicTriggerPathList": [],
- "overflow": "NONE",
- "fontFamily": "System Default",
- "leftColumn": 1.0,
- "dynamicBindingPathList": [{ "key": "text" }],
- "truncateButtonColor": "#FFC13D",
- "text": "Work Order ID: {{workOrdersTable.triggeredRow.work_id}}",
- "key": "czyq0gtp0e",
- "labelTextSize": "0.875rem",
- "rightColumn": 40.0,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "lk7gi111se",
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "fontSize": "1.5rem",
- "minDynamicHeight": 4.0
+ "version": 1,
+ "parentId": "tewt2qrngx",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "15px",
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ }],
+ "isDisabled": false,
+ "key": "b8t0kybjms",
+ "labelTextSize": "0.875rem",
+ "rightColumn": 271.9541015625,
+ "detachFromLayout": true,
+ "widgetId": "tewt2qrngx",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "77pbwrchpt",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px"
+ }],
+ "key": "ykhy01l1u0",
+ "height": 778,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 44,
+ "detachFromLayout": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "77pbwrchpt",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0px",
+ "maxDynamicHeight": 9000,
+ "width": 684,
+ "minDynamicHeight": 4
+ },
+ {
+ "setAdaptiveYMin": false,
+ "boxShadow": "none",
+ "widgetName": "equipmentPieChart",
+ "allowScroll": false,
+ "dynamicPropertyPathList": [{"key": "isVisible"}],
+ "displayName": "Chart",
+ "iconSVG": "/static/media/icon.6adbe31e.svg",
+ "topRow": 10,
+ "bottomRow": 42,
+ "parentRowSpace": 10,
+ "type": "CHART_WIDGET",
+ "hideCard": false,
+ "chartData": {"ofl8b3apgp": {
+ "data": "{{appsmith.store.equipmentStats ? appsmith.store.equipmentStats : [] }}",
+ "seriesName": ""
+ }},
+ "animateLoading": true,
+ "parentColumnSpace": 11.70703125,
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 31,
+ "dynamicBindingPathList": [{"key": "chartData.ofl8b3apgp.data"}],
+ "customFusionChartConfig": {
+ "type": "column2d",
+ "dataSource": {
+ "data": [
+ {
+ "label": "Product1",
+ "value": 20000
+ },
+ {
+ "label": "Product2",
+ "value": 22000
+ },
+ {
+ "label": "Product3",
+ "value": 32000
+ }
+ ],
+ "chart": {
+ "yAxisName": "Revenue($)",
+ "xAxisName": "Product Line",
+ "caption": "Sales Report",
+ "theme": "fusion"
+ }
+ }
+ },
+ "customEChartConfig": {
+ "yAxis": [{"type": "value"}],
+ "xAxis": [{"type": "category"}],
+ "legend": {
+ "top": 40,
+ "type": "scroll"
},
- {
- "boxShadow": "none",
- "widgetName": "editRequestedDate",
- "minDate": "1920-12-31T18:30:00.000Z",
- "dateFormat": "YYYY-MM-DD",
- "dynamicPropertyPathList": [
- { "key": "defaultDate" }
- ],
- "displayName": "DatePicker",
- "iconSVG": "/static/media/icon.300e5ab8.svg",
- "topRow": 27.0,
- "bottomRow": 31.0,
- "shortcuts": false,
- "parentRowSpace": 10.0,
- "type": "DATE_PICKER_WIDGET2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 5.853515625,
- "dynamicTriggerPathList": [],
- "leftColumn": 32.0,
- "dynamicBindingPathList": [
- { "key": "defaultDate" },
- { "key": "accentColor" }
- ],
- "isDisabled": false,
- "key": "g6ypr5b6bx",
- "labelTextSize": "1rem",
- "isRequired": false,
- "rightColumn": 53.0,
- "defaultDate": "{{\nworkOrdersTable.triggeredRow.request_date ? \nmoment(workOrdersTable.triggeredRow.request_date, \"YYYY-MM-DD\") : new Date().toISOString() }}",
- "dynamicHeight": "FIXED",
- "widgetId": "ougwj8lmur",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "label": "",
- "version": 2.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "timePrecision": "None",
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "firstDayOfWeek": 0.0,
- "closeOnSelection": true,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4.0
+ "grid": {
+ "top": 100,
+ "left": 15,
+ "bottom": 30,
+ "right": 15,
+ "containLabel": true
},
- {
- "boxShadow": "none",
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "#2E3D49",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634a.svg",
- "topRow": 0.0,
- "bottomRow": 4.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "leftColumn": 55.0,
- "dynamicBindingPathList": [],
- "iconSize": 24.0,
- "isDisabled": false,
- "key": "he5p9ovxh4",
- "labelTextSize": "0.875rem",
- "rightColumn": 63.0,
- "iconName": "cross",
- "widgetId": "c5tlnajq5j",
- "isVisible": true,
- "version": 1.0,
- "parentId": "cryduleyoi",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "buttonVariant": "TERTIARY"
+ "series": [
+ {
+ "stack": "Search Engine",
+ "type": "bar"
+ },
+ {
+ "stack": "Search Engine",
+ "type": "bar"
+ },
+ {
+ "stack": "Search Engine",
+ "type": "bar"
+ }
+ ],
+ "tooltip": {
+ "axisPointer": {"type": "shadow"},
+ "trigger": "axis"
},
- {
- "boxShadow": "none",
- "widgetName": "editNotes",
- "displayName": "Input",
- "iconSVG": "/static/media/icon.9f505595.svg",
- "topRow": 39.0,
- "bottomRow": 49.0,
- "parentRowSpace": 10.0,
- "labelWidth": 5.0,
- "autoFocus": false,
- "type": "INPUT_WIDGET_V2",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 7.193359375,
- "dynamicTriggerPathList": [],
- "resetOnSubmit": true,
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- { "key": "defaultText" },
- { "key": "accentColor" }
- ],
- "labelPosition": "Left",
- "labelStyle": "",
- "inputType": "MULTI_LINE_TEXT",
- "isDisabled": false,
- "key": "8caqtpfmrx",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "rightColumn": 62.0,
- "dynamicHeight": "FIXED",
- "widgetId": "oixrmpekwv",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "",
- "version": 2.0,
- "parentId": "cryduleyoi",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "iconAlign": "left",
- "defaultText": "{{workOrdersTable.triggeredRow.maintenance_notes}}",
- "minDynamicHeight": 4.0
+ "title": {
+ "left": "center",
+ "text": "Search Engine Usage",
+ "textStyle": {
+ "overflow": "truncate",
+ "width": 200
+ }
},
- {
- "boxShadow": "none",
- "widgetName": "editOrderAgent",
- "isFilterable": true,
- "dynamicPropertyPathList": [
- { "key": "sourceData" }
- ],
- "displayName": "Select",
- "iconSVG": "/static/media/icon.bd99caba.svg",
- "labelText": "",
- "topRow": 31.0,
- "bottomRow": 35.0,
- "parentRowSpace": 10.0,
- "labelWidth": 5.0,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "hideCard": false,
- "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( workOrdersTable.triggeredRow.agent || ''))(editOrderAgent.options, editOrderAgent.serverSideFiltering) }}",
- "animateLoading": true,
- "parentColumnSpace": 7.193359375,
- "dynamicTriggerPathList": [
- { "key": "onOptionChange" }
- ],
- "leftColumn": 32.0,
- "dynamicBindingPathList": [
- { "key": "options" },
- { "key": "defaultOptionValue" },
- { "key": "accentColor" }
- ],
- "labelPosition": "Left",
- "placeholderText": "Select option",
- "isDisabled": false,
- "key": "vpduhjc9fo",
- "labelTextSize": "1rem",
- "isRequired": false,
- "rightColumn": 64.0,
- "dynamicHeight": "FIXED",
- "widgetId": "n1di761cbl",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1.0,
- "parentId": "cryduleyoi",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "onOptionChange": "",
- "minDynamicHeight": 4.0,
- "sourceData": "[\n {\n \"label\": {{select_agent.data[0].agent}},\n \"value\": {{select_agent.data[0].agent}}\n },\n\t {\n \"label\": {{select_agent.data[2].agent}},\n \"value\": {{select_agent.data[2].agent}}\n },\n\t {\n \"label\": {{select_agent.data[3].agent}},\n \"value\": {{select_agent.data[3].agent}}\n },\n\t {\n \"label\": {{select_agent.data[4].agent}},\n \"value\": {{select_agent.data[4].agent}}\n },\n\t {\n \"label\": {{select_agent.data[1].agent}},\n \"value\": {{select_agent.data[1].agent}}\n }\n]",
- "optionLabel": "label",
- "optionValue": "value"
- }
- ],
- "key": "ffadum178l",
- "labelTextSize": "0.875rem",
- "rightColumn": 433.5,
- "detachFromLayout": true,
- "widgetId": "cryduleyoi",
- "containerStyle": "none",
- "isVisible": true,
- "version": 1.0,
- "parentId": "oyphk6wrsq",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px"
- }
- ],
- "borderWidth": "2",
- "key": "6bzu8mpizb",
- "labelTextSize": "0.875rem",
- "backgroundColor": "#FFFFFF",
- "rightColumn": 63.0,
- "dynamicHeight": "FIXED",
- "widgetId": "oyphk6wrsq",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "tewt2qrngx",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "15px",
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
+ "dataset": {"source": [
+ [
+ "Day",
+ "Baidu",
+ "Google",
+ "Bing"
+ ],
+ [
+ "Mon",
+ 620,
+ 120,
+ 60
+ ],
+ [
+ "Tue",
+ 732,
+ 132,
+ 72
+ ],
+ [
+ "Wed",
+ 701,
+ 101,
+ 71
+ ],
+ [
+ "Thu",
+ 734,
+ 134,
+ 74
+ ],
+ [
+ "Fri",
+ 1090,
+ 290,
+ 190
+ ],
+ [
+ "Sat",
+ 1130,
+ 230,
+ 130
+ ],
+ [
+ "Sun",
+ 1120,
+ 220,
+ 110
+ ]
+ ]}
+ },
+ "key": "yzaa8q6whh",
+ "showDataPointLabel": false,
+ "labelTextSize": "0.875rem",
+ "rightColumn": 63,
+ "widgetId": "v0qy4koas9",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": "true",
+ "version": 1,
+ "parentId": "0",
+ "labelOrientation": "auto",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "yAxisName": "",
+ "chartName": "Equipment",
+ "borderRadius": "0px",
+ "xAxisName": "",
+ "chartType": "PIE_CHART"
+ },
+ {
+ "boxShadow": "none",
+ "widgetName": "IconButton4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon Button",
+ "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 46,
+ "bottomRow": 50,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 19.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 15,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "qyezan59pn",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "iconName": "filter-list",
+ "widgetId": "6cy6b27i6c",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonVariant": "TERTIARY"
}
- ],
- "isDisabled": false,
- "key": "b8t0kybjms",
- "labelTextSize": "0.875rem",
- "rightColumn": 271.9541015625,
- "detachFromLayout": true,
- "widgetId": "tewt2qrngx",
- "isVisible": true,
- "version": 1.0,
- "parentId": "77pbwrchpt",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px"
- }
- ],
- "key": "ykhy01l1u0",
- "height": 778.0,
- "labelTextSize": "0.875rem",
- "rightColumn": 44.0,
- "detachFromLayout": true,
- "dynamicHeight": "FIXED",
- "widgetId": "77pbwrchpt",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0px",
- "maxDynamicHeight": 9000.0,
- "width": 684.0,
- "minDynamicHeight": 4.0
- },
- {
- "setAdaptiveYMin": false,
- "boxShadow": "none",
- "widgetName": "equipmentPieChart",
- "allowScroll": false,
- "dynamicPropertyPathList": [{ "key": "isVisible" }],
- "displayName": "Chart",
- "iconSVG": "/static/media/icon.6adbe31e.svg",
- "topRow": 10.0,
- "bottomRow": 42.0,
- "parentRowSpace": 10.0,
- "type": "CHART_WIDGET",
- "hideCard": false,
- "chartData": {
- "ofl8b3apgp": {
- "seriesName": "",
- "data": "{{appsmith.store.equipmentStats ? appsmith.store.equipmentStats : [] }}"
- }
- },
- "animateLoading": true,
- "parentColumnSpace": 11.70703125,
- "dynamicTriggerPathList": [],
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 31.0,
- "dynamicBindingPathList": [
- { "key": "chartData.ofl8b3apgp.data" }
- ],
- "customFusionChartConfig": {
- "type": "column2d",
- "dataSource": {
- "chart": {
- "caption": "Sales Report",
- "xAxisName": "Product Line",
- "yAxisName": "Revenue($)",
- "theme": "fusion"
- },
- "data": [
- { "label": "Product1", "value": 20000.0 },
- { "label": "Product2", "value": 22000.0 },
- { "label": "Product3", "value": 32000.0 }
- ]
- }
- },
- "key": "yzaa8q6whh",
- "labelTextSize": "0.875rem",
- "rightColumn": 63.0,
- "widgetId": "v0qy4koas9",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": "true",
- "version": 1.0,
- "parentId": "0",
- "labelOrientation": "auto",
- "renderMode": "CANVAS",
- "isLoading": false,
- "yAxisName": "",
- "chartName": "Equipment",
- "borderRadius": "0px",
- "xAxisName": "",
- "chartType": "PIE_CHART",
- "showDataPointLabel": false,
- "customEChartConfig": {
- "dataset": {
- "source": [
- ["Day", "Baidu", "Google", "Bing"],
- ["Mon", 620.0, 120.0, 60.0],
- ["Tue", 732.0, 132.0, 72.0],
- ["Wed", 701.0, 101.0, 71.0],
- ["Thu", 734.0, 134.0, 74.0],
- ["Fri", 1090.0, 290.0, 190.0],
- ["Sat", 1130.0, 230.0, 130.0],
- ["Sun", 1120.0, 220.0, 110.0]
- ]
- },
- "tooltip": {
- "trigger": "axis",
- "axisPointer": { "type": "shadow" }
- },
- "title": {
- "text": "Search Engine Usage",
- "left": "center",
- "textStyle": { "width": 200.0, "overflow": "truncate" }
- },
- "legend": { "top": 40.0, "type": "scroll" },
- "grid": {
- "left": 15.0,
- "right": 15.0,
- "bottom": 30.0,
- "top": 100.0,
- "containLabel": true
- },
- "xAxis": [{ "type": "category" }],
- "yAxis": [{ "type": "value" }],
- "series": [
- { "type": "bar", "stack": "Search Engine" },
- { "type": "bar", "stack": "Search Engine" },
- { "type": "bar", "stack": "Search Engine" }
]
- }
- },
- {
- "boxShadow": "none",
- "widgetName": "IconButton4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon Button",
- "iconSVG": "/static/media/icon.1a0c634ac75f9fa6b6ae7a8df882a3ba.svg",
- "searchTags": ["click", "submit"],
- "topRow": 46.0,
- "bottomRow": 50.0,
- "parentRowSpace": 10.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 19.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 15.0,
- "dynamicBindingPathList": [
- { "key": "buttonColor" },
- { "key": "borderRadius" }
- ],
- "isDisabled": false,
- "key": "qyezan59pn",
- "isDeprecated": false,
- "rightColumn": 17.0,
- "iconName": "filter-list",
- "widgetId": "6cy6b27i6c",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "buttonVariant": "TERTIARY"
}
- ]
- },
- "layoutOnLoadActions": [
- [
+ }],
+ "slug": "admin",
+ "isHidden": true
+ },
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542e4"
+ }],
+ "actionCollectionList": [{
+ "deleted": false,
+ "publishedCollection": {
+ "variables": [
{
- "id": "Admin_agent_stats",
- "name": "agent_stats",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
+ "name": "myVar1",
+ "value": "[]"
},
{
- "id": "Admin_select_work_ordersPage",
- "name": "select_work_ordersPage",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
+ "name": "myVar2",
+ "value": "{}"
}
- ],
- [
- {
- "id": "Admin_JSObject1.completedCalc",
- "name": "JSObject1.completedCalc",
- "collectionId": "Admin_JSObject1",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"
- ],
- "timeoutInMillisecond": 10000.0
- },
- {
- "id": "Admin_JSObject1.equipChart",
- "name": "JSObject1.equipChart",
- "collectionId": "Admin_JSObject1",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"
- ],
- "timeoutInMillisecond": 10000.0
- },
- {
- "id": "Admin_JSObject1.totalHoursCalc",
- "name": "JSObject1.totalHoursCalc",
- "collectionId": "Admin_JSObject1",
- "confirmBeforeExecute": false,
- "pluginType": "JS",
- "jsonPathKeys": [
- "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"
- ],
- "timeoutInMillisecond": 10000.0
- },
- {
- "id": "Admin_select_work_ordersAgent",
- "name": "select_work_ordersAgent",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [
- " workOrdersTable.pageSize ",
- " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- "selectAgent.selectedOptionValue"
- ],
- "timeoutInMillisecond": 10000.0
- }
- ],
- [
- {
- "id": "Admin_agent_statsAgent",
- "name": "agent_statsAgent",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "timeoutInMillisecond": 10000.0
- },
- {
- "id": "Admin_completed_orders",
- "name": "completed_orders",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "timeoutInMillisecond": 10000.0
- },
- {
- "id": "Admin_select_agent",
- "name": "select_agent",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
- },
+ ],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\t\n\tclear: () => {\n\t\tstoreValue('hoursSum',null);\n\t\tstoreValue('completedCount',null);\n\t\tstoreValue('equipmentStats',null);\n\t},\n\t\n\tsearch: () => {\n\t\tif(selectAgent.selectedOptionValue.length==0){\n\t\t\treturn select_work_orders.data\n\t\t}\n\t\telse{\n\t\t\treturn(select_work_orders.data.filter(user => user.agent==(selectAgent.selectedOptionLabel)))\n\t\t}\n\t},\n\t\n\ttotalHoursCalc: async() => {\n\t\tlet sum = 0\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\telse \n\t\t\tsum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\t\t storeValue('hoursSum',sum);\n\n\t},\n\n\tcompletedCalc: async() => {\t\n\t\tawait select_work_ordersPage.run()\n\t\tawait select_work_ordersAgentPage.run()\n\t\tlet count = 0\n\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t count = (select_work_ordersPage.data.filter((item) => item.completed == \"Yes\")).length;\n\t\telse \n\t\tcount = (select_work_ordersAgentPage.data.filter((item) => item.completed == \"Yes\")).length;\n\n storeValue('completedCount',count);\n\t},\n\t\n\tequipChart: async() => {\n\t\tawait agent_stats.run()\n\t\tawait agent_statsAgent.run()\n\t\tlet chartData\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t chartData = agent_stats.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n\t\telse \n\t\tchartData = agent_statsAgent.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n storeValue('equipmentStats',chartData);\n\t\tconsole.log(appsmith.store.equipmentStats)\n\t}\n\t\n}",
+ "actions": []
+ },
+ "unpublishedCollection": {
+ "variables": [
{
- "id": "Admin_select_work_orders",
- "name": "select_work_orders",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [
- "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- " workOrdersTable.pageSize "
- ],
- "timeoutInMillisecond": 10000.0
+ "name": "myVar1",
+ "value": "[]"
},
{
- "id": "Admin_select_work_ordersAgentPage",
- "name": "select_work_ordersAgentPage",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "timeoutInMillisecond": 10000.0
+ "name": "myVar2",
+ "value": "{}"
}
- ]
],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Admin",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": true
- },
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542e4"
- }
- ],
- "actionList": [
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "total_hours",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT SUM(hours) FROM work_orders where agent={{selectAgent.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionLabel"],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "total_hours",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT SUM(hours) FROM work_orders where agent={{selectAgent.selectedOptionLabel}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionLabel"],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_total_hours",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f3"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "search",
- "fullyQualifiedName": "JSObject1.search",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "61b6d49e33c6ae6163af2716",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "search",
- "fullyQualifiedName": "JSObject1.search",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "organizationId": "61b6d49e33c6ae6163af2716",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": false
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n if (selectAgent.selectedOptionValue.length == 0) {\n return select_work_orders.data;\n } else {\n return select_work_orders.data.filter(user => user.agent == selectAgent.selectedOptionLabel);\n }\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_JSObject1.search",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542ed"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "select_agent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from agent",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "select_agent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from agent",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_select_agent",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f5"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "totalHoursCalc",
- "fullyQualifiedName": "JSObject1.totalHoursCalc",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "totalHoursCalc",
- "fullyQualifiedName": "JSObject1.totalHoursCalc",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n let sum = 0;\n if (selectAgent.selectedOptionValue.length == 0) sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0); else sum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n }, 0);\n storeValue('hoursSum', sum);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_JSObject1.totalHoursCalc",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654311"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "agent_stats",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT equipment, COUNT(*) FROM work_orders GROUP BY equipment;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "agent_stats",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT equipment, COUNT(*) FROM work_orders GROUP BY equipment;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_agent_stats",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542f7"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "update_work_orders1",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE work_orders\nSET request_date= {{editRequestedDate.formattedDate}}, \n\t\tagent={{editOrderAgent.selectedOptionValue}},\n\t\tmaintenance_notes= {{editNotes.text}},\n\t\tcompleted= {{editCompleted.selectedOptionValue}},\n\t\ttotal_cost= {{editTC.value}},\n\t\tmat_cost= {{editMC.value}},\n\t\thours= {{editHoursUsed.text}}\nWHERE work_id={{workOrdersTable.triggeredRow.work_id}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "editHoursUsed.text",
- "editTC.value",
- "editRequestedDate.formattedDate",
- "editMC.value",
- "editCompleted.selectedOptionValue",
- "editNotes.text",
- "workOrdersTable.triggeredRow.work_id",
- "editOrderAgent.selectedOptionValue"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "update_work_orders1",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Admin",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\t\n\tclear: () => {\n\t\tstoreValue('hoursSum',null);\n\t\tstoreValue('completedCount',null);\n\t\tstoreValue('equipmentStats',null);\n\t},\n\t\n\tsearch: () => {\n\t\tif(selectAgent.selectedOptionValue.length==0){\n\t\t\treturn select_work_orders.data\n\t\t}\n\t\telse{\n\t\t\treturn(select_work_orders.data.filter(user => user.agent==(selectAgent.selectedOptionLabel)))\n\t\t}\n\t},\n\t\n\ttotalHoursCalc: async() => {\n\t\tlet sum = 0\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\telse \n\t\t\tsum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\t\t storeValue('hoursSum',sum);\n\n\t},\n\n\tcompletedCalc: async() => {\t\n\t\tawait select_work_ordersPage.run()\n\t\tawait select_work_ordersAgentPage.run()\n\t\tlet count = 0\n\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t count = (select_work_ordersPage.data.filter((item) => item.completed == \"Yes\")).length;\n\t\telse \n\t\tcount = (select_work_ordersAgentPage.data.filter((item) => item.completed == \"Yes\")).length;\n\n storeValue('completedCount',count);\n\t},\n\t\n\tequipChart: async() => {\n\t\tawait agent_stats.run()\n\t\tawait agent_statsAgent.run()\n\t\tlet chartData\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t chartData = agent_stats.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n\t\telse \n\t\tchartData = agent_statsAgent.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n storeValue('equipmentStats',chartData);\n\t\tconsole.log(appsmith.store.equipmentStats)\n\t}\n\t\n}",
+ "actions": []
},
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE work_orders\nSET request_date= {{editRequestedDate.formattedDate}}, \n\t\tagent={{editOrderAgent.selectedOptionValue}},\n\t\tmaintenance_notes= {{editNotes.text}},\n\t\tcompleted= {{editCompleted.selectedOptionValue}},\n\t\ttotal_cost= {{editTC.value}},\n\t\tmat_cost= {{editMC.value}},\n\t\thours= {{editHoursUsed.text}}\nWHERE work_id={{workOrdersTable.triggeredRow.work_id}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "editHoursUsed.text",
- "editTC.value",
- "editRequestedDate.formattedDate",
- "editMC.value",
- "editCompleted.selectedOptionValue",
- "editNotes.text",
- "workOrdersTable.triggeredRow.work_id",
- "editOrderAgent.selectedOptionValue"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_update_work_orders1",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a963066542fb"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "completedCalc",
- "fullyQualifiedName": "JSObject1.completedCalc",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "completedCalc",
- "fullyQualifiedName": "JSObject1.completedCalc",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n await select_work_ordersPage.run();\n await select_work_ordersAgentPage.run();\n let count = 0;\n if (selectAgent.selectedOptionValue.length == 0) count = select_work_ordersPage.data.filter(item => item.completed == \"Yes\").length; else count = select_work_ordersAgentPage.data.filter(item => item.completed == \"Yes\").length;\n storeValue('completedCount', count);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_JSObject1.completedCalc",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654319"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "clear",
- "fullyQualifiedName": "JSObject1.clear",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "clear",
- "fullyQualifiedName": "JSObject1.clear",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "() => {\n storeValue('hoursSum', null);\n storeValue('completedCount', null);\n storeValue('equipmentStats', null);\n}"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_JSObject1.clear",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431f"
- },
- {
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "equipChart",
- "fullyQualifiedName": "JSObject1.equipChart",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "equipChart",
- "fullyQualifiedName": "JSObject1.equipChart",
- "datasource": {
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "collectionId": "Admin_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}",
- "selfReferencingDataPaths": [],
- "jsArguments": [],
- "isAsync": true
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n await agent_stats.run();\n await agent_statsAgent.run();\n let chartData;\n if (selectAgent.selectedOptionValue.length == 0) chartData = agent_stats.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n }); else chartData = agent_statsAgent.data.map(gen => {\n return {\n x: gen.equipment,\n y: gen.count\n };\n });\n storeValue('equipmentStats', chartData);\n console.log(appsmith.store.equipmentStats);\n}"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_JSObject1.equipChart",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431d"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "completed_orders",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} and completed ='Yes';",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "completed_orders",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} and completed ='Yes';",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_completed_orders",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665430f"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "select_work_ordersAgent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}} limit {{ workOrdersTable.pageSize }} offset {{ (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- " workOrdersTable.pageSize ",
- " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- "selectAgent.selectedOptionValue"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "select_work_ordersAgent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}} limit {{ workOrdersTable.pageSize }} offset {{ (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- " workOrdersTable.pageSize ",
- " (workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- "selectAgent.selectedOptionValue"
- ],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_select_work_ordersAgent",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654313"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "select_work_orders",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders limit {{ workOrdersTable.pageSize }} offset {{(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- " workOrdersTable.pageSize "
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "select_work_orders",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders limit {{ workOrdersTable.pageSize }} offset {{(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize }};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(workOrdersTable.pageNo - 1) * workOrdersTable.pageSize ",
- " workOrdersTable.pageSize "
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_select_work_orders",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654305"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "select_work_ordersPage",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "select_work_ordersPage",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_select_work_ordersPage",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654315"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "agent_statsAgent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT equipment, COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} GROUP BY equipment;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "agent_statsAgent",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT equipment, COUNT(*) FROM work_orders WHERE agent= {{selectAgent.selectedOptionValue}} GROUP BY equipment;",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_agent_statsAgent",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a9630665431b"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "select_work_ordersAgentPage",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Admin",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "publishedAction": {
- "name": "select_work_ordersAgentPage",
- "datasource": {
- "name": "Mock_DB",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "select * from work_orders where agent = {{selectAgent.selectedOptionValue}};",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [{ "value": true }]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [{ "key": "body" }],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["selectAgent.selectedOptionValue"],
- "userSetOnLoad": true,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-11T05:56:19Z"
- },
- "id": "Admin_select_work_ordersAgentPage",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654317"
- }
- ],
- "actionCollectionList": [
- {
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Admin",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\t\n\tclear: () => {\n\t\tstoreValue('hoursSum',null);\n\t\tstoreValue('completedCount',null);\n\t\tstoreValue('equipmentStats',null);\n\t},\n\t\n\tsearch: () => {\n\t\tif(selectAgent.selectedOptionValue.length==0){\n\t\t\treturn select_work_orders.data\n\t\t}\n\t\telse{\n\t\t\treturn(select_work_orders.data.filter(user => user.agent==(selectAgent.selectedOptionLabel)))\n\t\t}\n\t},\n\t\n\ttotalHoursCalc: async() => {\n\t\tlet sum = 0\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\telse \n\t\t\tsum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\t\t storeValue('hoursSum',sum);\n\n\t},\n\n\tcompletedCalc: async() => {\t\n\t\tawait select_work_ordersPage.run()\n\t\tawait select_work_ordersAgentPage.run()\n\t\tlet count = 0\n\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t count = (select_work_ordersPage.data.filter((item) => item.completed == \"Yes\")).length;\n\t\telse \n\t\tcount = (select_work_ordersAgentPage.data.filter((item) => item.completed == \"Yes\")).length;\n\n storeValue('completedCount',count);\n\t},\n\t\n\tequipChart: async() => {\n\t\tawait agent_stats.run()\n\t\tawait agent_statsAgent.run()\n\t\tlet chartData\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t chartData = agent_stats.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n\t\telse \n\t\tchartData = agent_statsAgent.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n storeValue('equipmentStats',chartData);\n\t\tconsole.log(appsmith.store.equipmentStats)\n\t}\n\t\n}",
- "variables": [
- { "name": "myVar1", "value": "[]" },
- { "name": "myVar2", "value": "{}" }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "JSObject1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\t\n\tclear: () => {\n\t\tstoreValue('hoursSum',null);\n\t\tstoreValue('completedCount',null);\n\t\tstoreValue('equipmentStats',null);\n\t},\n\t\n\tsearch: () => {\n\t\tif(selectAgent.selectedOptionValue.length==0){\n\t\t\treturn select_work_orders.data\n\t\t}\n\t\telse{\n\t\t\treturn(select_work_orders.data.filter(user => user.agent==(selectAgent.selectedOptionLabel)))\n\t\t}\n\t},\n\t\n\ttotalHoursCalc: async() => {\n\t\tlet sum = 0\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t sum = select_work_ordersPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\telse \n\t\t\tsum = select_work_ordersAgentPage.data.reduce((accumulator, object) => {\n return accumulator + object.hours;\n}, 0);\n\t\t\t storeValue('hoursSum',sum);\n\n\t},\n\n\tcompletedCalc: async() => {\t\n\t\tawait select_work_ordersPage.run()\n\t\tawait select_work_ordersAgentPage.run()\n\t\tlet count = 0\n\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t count = (select_work_ordersPage.data.filter((item) => item.completed == \"Yes\")).length;\n\t\telse \n\t\tcount = (select_work_ordersAgentPage.data.filter((item) => item.completed == \"Yes\")).length;\n\n storeValue('completedCount',count);\n\t},\n\t\n\tequipChart: async() => {\n\t\tawait agent_stats.run()\n\t\tawait agent_statsAgent.run()\n\t\tlet chartData\n\t\tif(selectAgent.selectedOptionValue.length == 0)\n\t chartData = agent_stats.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n\t\telse \n\t\tchartData = agent_statsAgent.data.map((gen) => {return {x: gen.equipment, y: gen.count }})\n\n storeValue('equipmentStats',chartData);\n\t\tconsole.log(appsmith.store.equipmentStats)\n\t}\n\t\n}",
- "variables": [
- { "name": "myVar1", "value": "[]" },
- { "name": "myVar2", "value": "{}" }
- ],
- "userPermissions": []
- },
- "id": "Admin_JSObject1",
- "deleted": false,
- "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654325"
+ "id": "Admin_JSObject1",
+ "gitSyncId": "65ee9ce9a207a963066542c7_65ee9d03a207a96306654325"
+ }],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#C7F3F0",
+ "icon": "website",
+ "unpublishedCustomJSLibs": [{"uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"}],
+ "viewMode": false,
+ "unpublishedApplicationDetail": {"appPositioning": {"type": "FIXED"}},
+ "isManualUpdate": false,
+ "publishedApplicationDetail": {"appPositioning": {"type": "FIXED"}},
+ "pages": [{
+ "isDefault": true,
+ "id": "Admin"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "faultDSL",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [{"isDefault": true}],
+ "unreadCommentThreads": 0,
+ "slug": "faultdsl",
+ "evaluationVersion": 2
}
- ],
- "editModeTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/migrations/application.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/migrations/application.json
index def16682e2bc..94d913f61043 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/migrations/application.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/migrations/application.json
@@ -1,144 +1,130 @@
{
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1.0,
- "serverSchemaVersion": 7.0,
- "exportedApplication": {
- "name": "json-schema-migration",
- "isPublic": false,
- "pages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "publishedPages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "unpublishedApplicationDetail": {
- "appPositioning": {
- "type": "FIXED"
- },
- "navigationSetting": {}
+ "customJSLibList": [],
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "publishedApplicationDetail": {
- "appPositioning": {
- "type": "FIXED"
- },
- "navigationSetting": {}
+ "serverSchemaVersion": 7,
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "color": "#C2DAF0",
- "icon": "bicycle",
- "slug": "json-schema-migration",
- "unpublishedCustomJSLibs": [],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [],
- "customJSLibList": [],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 5000.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "datasourceList": [],
+ "actionList": [],
+ "pageList": [{
+ "publishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 16.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 1250.0,
- "containerStyle": "none",
- "snapRows": 33.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "userPermissions": [],
+ "layouts": [{
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1250,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "66696d2a56058477333bde6d_c547bd78-3732-4ef1-9f5b-ef1809056f4a"
+ "userPermissions": [],
+ "layouts": [{
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5000,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "gitSyncId": "66696d2a56058477333bde6d_c547bd78-3732-4ef1-9f5b-ef1809056f4a"
+ }],
+ "actionCollectionList": [],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#C2DAF0",
+ "icon": "bicycle",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "unpublishedApplicationDetail": {
+ "appPositioning": {"type": "FIXED"},
+ "navigationSetting": {}
+ },
+ "isManualUpdate": false,
+ "publishedApplicationDetail": {
+ "appPositioning": {"type": "FIXED"},
+ "navigationSetting": {}
+ },
+ "pages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "json-schema-migration",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "unreadCommentThreads": 0,
+ "slug": "json-schema-migration",
+ "evaluationVersion": 2
}
- ],
- "actionList": [],
- "actionCollectionList": [],
- "editModeTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgets.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgets.json
index f40b37733dfe..0c73468b8334 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgets.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgets.json
@@ -1,374 +1,258 @@
{
- "widgetName": "MainContainer",
- "widgetId": "0",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Label",
- "key": "3pqpn28ba4",
- "widgetId": "wemfst2t7m",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text2",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "2bensj901c",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "template": {
- "Image1": {
- "image": "{{List1.listData.map((currentItem) => currentItem.img)}}",
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "key": "e0c7wcn17q",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "Text": {
- "text": "{{List1.listData.map((currentItem) => currentItem.name)}}",
- "widgetName": "Text",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "6ox4ujv63y",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "Text4": {
- "text": "{{List1.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "rtlyvpkvhc",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "List1",
- "type": "LIST_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "template.Image1.image"
- },
- {
- "key": "template.Text.text"
- },
- {
- "key": "template.Text4.text"
- }
- ],
- "dynamicTriggerPathList": [
- {
- "key": "onListItemClick"
- }
- ],
- "onListItemClick": "{{Text.text}}",
- "children": [
- {
- "widgetName": "Canvas1",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "widgetName": "MainContainer",
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "wemfst2t7m",
+ "text": "Label",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text2",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "2bensj901c",
+ "text": "{{Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "template": {
+ "Text4": {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{List1.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ "Image1": {
+ "image": "{{List1.listData.map((currentItem) => currentItem.img)}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ },
+ "Text": {
+ "widgetName": "Text",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{List1.listData.map((currentItem) => currentItem.name)}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ }
},
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container1",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "List1",
+ "onListItemClick": "{{Text.text}}",
+ "dynamicTriggerPathList": [{"key": "onListItemClick"}],
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "template.Image1.image"},
+ {"key": "template.Text.text"},
+ {"key": "template.Text4.text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas2",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [
+ {
+ "image": "{{currentItem.img}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ },
+ {
+ "widgetName": "Text",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{currentItem.name}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{currentItem.id + Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ }
+ ],
+ "widgetId": "zdz4f503fm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "vt8i2g9u5r",
+ "key": "sca9shlkpb"
+ }],
+ "widgetId": "ki75z4pfxm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "bunz1f076j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "LIST_WIDGET",
+ "key": "t35n4gddpu"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1",
+ "childStylesheet": {
+ "button": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "boxShadow"
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "children": [
- {
- "widgetName": "Canvas2",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "e0c7wcn17q",
- "image": "{{currentItem.img}}",
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.name}}",
- "key": "3pqpn28ba4",
- "widgetId": "6ox4ujv63y",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.id + Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "rtlyvpkvhc",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "zdz4f503fm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.step.computedValue"},
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "childStylesheet.button.buttonColor"},
+ {"key": "childStylesheet.button.borderRadius"},
+ {"key": "childStylesheet.menuButton.menuColor"},
+ {"key": "childStylesheet.menuButton.borderRadius"},
+ {"key": "childStylesheet.iconButton.buttonColor"},
+ {"key": "childStylesheet.iconButton.borderRadius"},
+ {"key": "childStylesheet.editActions.saveButtonColor"},
+ {"key": "childStylesheet.editActions.saveBorderRadius"},
+ {"key": "childStylesheet.editActions.discardButtonColor"},
+ {"key": "childStylesheet.editActions.discardBorderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "primaryColumns": {
+ "task": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}",
+ "alias": "task",
+ "id": "task",
+ "originalId": "task",
+ "label": "task"
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
+ "alias": "action",
+ "id": "action",
+ "originalId": "action",
+ "label": "action"
+ },
+ "step": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}",
+ "alias": "step",
+ "id": "step",
+ "originalId": "step",
+ "label": "step"
+ },
+ "status": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "alias": "status",
+ "id": "status",
+ "originalId": "status",
+ "label": "status"
}
- ],
- "key": "sca9shlkpb",
- "widgetId": "vt8i2g9u5r",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "ki75z4pfxm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "t35n4gddpu",
- "widgetId": "bunz1f076j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "type": "TABLE_WIDGET_V2",
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.step.computedValue"
- },
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "childStylesheet.button.buttonColor"
- },
- {
- "key": "childStylesheet.button.borderRadius"
- },
- {
- "key": "childStylesheet.menuButton.menuColor"
- },
- {
- "key": "childStylesheet.menuButton.borderRadius"
- },
- {
- "key": "childStylesheet.iconButton.buttonColor"
- },
- {
- "key": "childStylesheet.iconButton.borderRadius"
- },
- {
- "key": "childStylesheet.editActions.saveButtonColor"
- },
- {
- "key": "childStylesheet.editActions.saveBorderRadius"
- },
- {
- "key": "childStylesheet.editActions.discardButtonColor"
- },
- {
- "key": "childStylesheet.editActions.discardBorderRadius"
- }
- ],
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "Table1",
- "primaryColumns": {
- "step": {
- "id": "step",
- "originalId": "step",
- "alias": "step",
- "label": "step",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}"
- },
- "task": {
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}"
- },
- "status": {
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}"
- },
- "action": {
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}"
+ },
+ "widgetId": "vrcp6kbiz8",
+ "type": "TABLE_WIDGET_V2",
+ "key": "ouqfcjyuwa"
}
- },
- "key": "ouqfcjyuwa",
- "widgetId": "vrcp6kbiz8"
- }
- ]
-}
\ No newline at end of file
+ ],
+ "widgetId": "0",
+ "type": "CANVAS_WIDGET"
+}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewList.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewList.json
index 96bf05b94e94..f22e16d8614f 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewList.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewList.json
@@ -1,374 +1,258 @@
{
- "widgetName": "MainContainer",
- "widgetId": "0",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Label",
- "key": "3pqpn28ba4",
- "widgetId": "wemfst2t7m",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text2",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "2bensj901c",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "template": {
- "Image1": {
- "image": "{{newList.listData.map((currentItem) => currentItem.img)}}",
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "key": "e0c7wcn17q",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "Text": {
- "text": "{{newList.listData.map((currentItem) => currentItem.name)}}",
- "widgetName": "Text",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "6ox4ujv63y",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "Text4": {
- "text": "{{newList.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "rtlyvpkvhc",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "newList",
- "type": "LIST_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "template.Image1.image"
- },
- {
- "key": "template.Text.text"
- },
- {
- "key": "template.Text4.text"
- }
- ],
- "dynamicTriggerPathList": [
- {
- "key": "onListItemClick"
- }
- ],
- "onListItemClick": "{{Text.text}}",
- "children": [
- {
- "widgetName": "Canvas1",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "widgetName": "MainContainer",
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "wemfst2t7m",
+ "text": "Label",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text2",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "2bensj901c",
+ "text": "{{Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "template": {
+ "Text4": {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{newList.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ "Image1": {
+ "image": "{{newList.listData.map((currentItem) => currentItem.img)}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ },
+ "Text": {
+ "widgetName": "Text",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{newList.listData.map((currentItem) => currentItem.name)}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ }
},
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container1",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "newList",
+ "onListItemClick": "{{Text.text}}",
+ "dynamicTriggerPathList": [{"key": "onListItemClick"}],
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "template.Image1.image"},
+ {"key": "template.Text.text"},
+ {"key": "template.Text4.text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas2",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [
+ {
+ "image": "{{currentItem.img}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ },
+ {
+ "widgetName": "Text",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{currentItem.name}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{currentItem.id + Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ }
+ ],
+ "widgetId": "zdz4f503fm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "vt8i2g9u5r",
+ "key": "sca9shlkpb"
+ }],
+ "widgetId": "ki75z4pfxm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "bunz1f076j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "LIST_WIDGET",
+ "key": "t35n4gddpu"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1",
+ "childStylesheet": {
+ "button": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "boxShadow"
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "children": [
- {
- "widgetName": "Canvas2",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "e0c7wcn17q",
- "image": "{{currentItem.img}}",
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.name}}",
- "key": "3pqpn28ba4",
- "widgetId": "6ox4ujv63y",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.id + Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "rtlyvpkvhc",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "zdz4f503fm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.step.computedValue"},
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "childStylesheet.button.buttonColor"},
+ {"key": "childStylesheet.button.borderRadius"},
+ {"key": "childStylesheet.menuButton.menuColor"},
+ {"key": "childStylesheet.menuButton.borderRadius"},
+ {"key": "childStylesheet.iconButton.buttonColor"},
+ {"key": "childStylesheet.iconButton.borderRadius"},
+ {"key": "childStylesheet.editActions.saveButtonColor"},
+ {"key": "childStylesheet.editActions.saveBorderRadius"},
+ {"key": "childStylesheet.editActions.discardButtonColor"},
+ {"key": "childStylesheet.editActions.discardBorderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "primaryColumns": {
+ "task": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}",
+ "alias": "task",
+ "id": "task",
+ "originalId": "task",
+ "label": "task"
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
+ "alias": "action",
+ "id": "action",
+ "originalId": "action",
+ "label": "action"
+ },
+ "step": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}",
+ "alias": "step",
+ "id": "step",
+ "originalId": "step",
+ "label": "step"
+ },
+ "status": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "alias": "status",
+ "id": "status",
+ "originalId": "status",
+ "label": "status"
}
- ],
- "key": "sca9shlkpb",
- "widgetId": "vt8i2g9u5r",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "ki75z4pfxm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "t35n4gddpu",
- "widgetId": "bunz1f076j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "type": "TABLE_WIDGET_V2",
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.step.computedValue"
- },
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "childStylesheet.button.buttonColor"
- },
- {
- "key": "childStylesheet.button.borderRadius"
- },
- {
- "key": "childStylesheet.menuButton.menuColor"
- },
- {
- "key": "childStylesheet.menuButton.borderRadius"
- },
- {
- "key": "childStylesheet.iconButton.buttonColor"
- },
- {
- "key": "childStylesheet.iconButton.borderRadius"
- },
- {
- "key": "childStylesheet.editActions.saveButtonColor"
- },
- {
- "key": "childStylesheet.editActions.saveBorderRadius"
- },
- {
- "key": "childStylesheet.editActions.discardButtonColor"
- },
- {
- "key": "childStylesheet.editActions.discardBorderRadius"
- }
- ],
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "Table1",
- "primaryColumns": {
- "step": {
- "id": "step",
- "originalId": "step",
- "alias": "step",
- "label": "step",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}"
- },
- "task": {
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}"
- },
- "status": {
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}"
- },
- "action": {
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}"
+ },
+ "widgetId": "vrcp6kbiz8",
+ "type": "TABLE_WIDGET_V2",
+ "key": "ouqfcjyuwa"
}
- },
- "key": "ouqfcjyuwa",
- "widgetId": "vrcp6kbiz8"
- }
- ]
-}
\ No newline at end of file
+ ],
+ "widgetId": "0",
+ "type": "CANVAS_WIDGET"
+}
diff --git a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewText.json b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewText.json
index 27f05d9c779c..4cfd5686579b 100644
--- a/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewText.json
+++ b/app/server/appsmith-server/src/test/resources/com/appsmith/server/widgets/refactors/refactorDslWithOnlyWidgetsWithNewText.json
@@ -1,374 +1,258 @@
{
- "widgetName": "MainContainer",
- "widgetId": "0",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [],
- "children": [
- {
- "widgetName": "Text1",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Label",
- "key": "3pqpn28ba4",
- "widgetId": "wemfst2t7m",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text2",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "text": "{{Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "2bensj901c",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "template": {
- "Image1": {
- "image": "{{List1.listData.map((currentItem) => currentItem.img)}}",
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "key": "e0c7wcn17q",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "newText": {
- "text": "{{List1.listData.map((currentItem) => currentItem.name)}}",
- "widgetName": "newText",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "6ox4ujv63y",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "Text4": {
- "text": "{{List1.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "key": "3pqpn28ba4",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "widgetId": "rtlyvpkvhc",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "List1",
- "type": "LIST_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "template.Image1.image"
- },
- {
- "key": "template.newText.text"
- },
- {
- "key": "template.Text4.text"
- }
- ],
- "dynamicTriggerPathList": [
- {
- "key": "onListItemClick"
- }
- ],
- "onListItemClick": "{{newText.text}}",
- "children": [
- {
- "widgetName": "Canvas1",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "widgetName": "MainContainer",
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "widgetName": "Text1",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "wemfst2t7m",
+ "text": "Label",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text2",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "2bensj901c",
+ "text": "{{Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "template": {
+ "newText": {
+ "widgetName": "newText",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{List1.listData.map((currentItem) => currentItem.name)}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ "Text4": {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{List1.listData.map((currentItem, currentIndex) => {\n return (function(){\n return currentItem.id + Text1.text;\n })();\n })}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ "Image1": {
+ "image": "{{List1.listData.map((currentItem) => currentItem.img)}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ }
},
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "widgetName": "Container1",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "List1",
+ "onListItemClick": "{{newText.text}}",
+ "dynamicTriggerPathList": [{"key": "onListItemClick"}],
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "template.Image1.image"},
+ {"key": "template.newText.text"},
+ {"key": "template.Text4.text"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Container1",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [{
+ "widgetName": "Canvas2",
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "accentColor"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "children": [
+ {
+ "image": "{{currentItem.img}}",
+ "widgetName": "Image1",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "bvixbymoxr",
+ "type": "IMAGE_WIDGET",
+ "key": "e0c7wcn17q"
+ },
+ {
+ "widgetName": "newText",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "6ox4ujv63y",
+ "text": "{{currentItem.name}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ },
+ {
+ "widgetName": "Text4",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "widgetId": "rtlyvpkvhc",
+ "text": "{{currentItem.id + Text1.text}}",
+ "type": "TEXT_WIDGET",
+ "key": "3pqpn28ba4"
+ }
+ ],
+ "widgetId": "zdz4f503fm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "vt8i2g9u5r",
+ "key": "sca9shlkpb"
+ }],
+ "widgetId": "ki75z4pfxm",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "CANVAS_WIDGET",
+ "key": "3m0y9rrh1o"
+ }],
+ "widgetId": "bunz1f076j",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "type": "LIST_WIDGET",
+ "key": "t35n4gddpu"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "widgetName": "Table1",
+ "childStylesheet": {
+ "button": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
},
- {
- "key": "boxShadow"
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
}
- ],
- "children": [
- {
- "widgetName": "Canvas2",
- "type": "CANVAS_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "accentColor"
- }
- ],
- "children": [
- {
- "widgetName": "Image1",
- "type": "IMAGE_WIDGET",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "e0c7wcn17q",
- "image": "{{currentItem.img}}",
- "widgetId": "bvixbymoxr",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "newText",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.name}}",
- "key": "3pqpn28ba4",
- "widgetId": "6ox4ujv63y",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "widgetName": "Text4",
- "type": "TEXT_WIDGET",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "{{currentItem.id + Text1.text}}",
- "key": "3pqpn28ba4",
- "widgetId": "rtlyvpkvhc",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "zdz4f503fm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
+ },
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.step.computedValue"},
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"},
+ {"key": "primaryColumns.action.buttonColor"},
+ {"key": "primaryColumns.action.borderRadius"},
+ {"key": "primaryColumns.action.boxShadow"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "childStylesheet.button.buttonColor"},
+ {"key": "childStylesheet.button.borderRadius"},
+ {"key": "childStylesheet.menuButton.menuColor"},
+ {"key": "childStylesheet.menuButton.borderRadius"},
+ {"key": "childStylesheet.iconButton.buttonColor"},
+ {"key": "childStylesheet.iconButton.borderRadius"},
+ {"key": "childStylesheet.editActions.saveButtonColor"},
+ {"key": "childStylesheet.editActions.saveBorderRadius"},
+ {"key": "childStylesheet.editActions.discardButtonColor"},
+ {"key": "childStylesheet.editActions.discardBorderRadius"}
+ ],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "primaryColumns": {
+ "task": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}",
+ "alias": "task",
+ "id": "task",
+ "originalId": "task",
+ "label": "task"
+ },
+ "action": {
+ "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}",
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
+ "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
+ "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
+ "alias": "action",
+ "id": "action",
+ "originalId": "action",
+ "label": "action"
+ },
+ "step": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}",
+ "alias": "step",
+ "id": "step",
+ "originalId": "step",
+ "label": "step"
+ },
+ "status": {
+ "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}",
+ "alias": "status",
+ "id": "status",
+ "originalId": "status",
+ "label": "status"
}
- ],
- "key": "sca9shlkpb",
- "widgetId": "vt8i2g9u5r",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "3m0y9rrh1o",
- "widgetId": "ki75z4pfxm",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- ],
- "key": "t35n4gddpu",
- "widgetId": "bunz1f076j",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "type": "TABLE_WIDGET_V2",
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.step.computedValue"
- },
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- },
- {
- "key": "primaryColumns.action.buttonColor"
- },
- {
- "key": "primaryColumns.action.borderRadius"
- },
- {
- "key": "primaryColumns.action.boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "childStylesheet.button.buttonColor"
- },
- {
- "key": "childStylesheet.button.borderRadius"
- },
- {
- "key": "childStylesheet.menuButton.menuColor"
- },
- {
- "key": "childStylesheet.menuButton.borderRadius"
- },
- {
- "key": "childStylesheet.iconButton.buttonColor"
- },
- {
- "key": "childStylesheet.iconButton.borderRadius"
- },
- {
- "key": "childStylesheet.editActions.saveButtonColor"
- },
- {
- "key": "childStylesheet.editActions.saveBorderRadius"
- },
- {
- "key": "childStylesheet.editActions.discardButtonColor"
- },
- {
- "key": "childStylesheet.editActions.discardBorderRadius"
- }
- ],
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "widgetName": "Table1",
- "primaryColumns": {
- "step": {
- "id": "step",
- "originalId": "step",
- "alias": "step",
- "label": "step",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"step\"]))}}"
- },
- "task": {
- "id": "task",
- "originalId": "task",
- "alias": "task",
- "label": "task",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( Text1.text + \" \" + currentRow[\"task\"]))}}"
- },
- "status": {
- "id": "status",
- "originalId": "status",
- "alias": "status",
- "label": "status",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}"
- },
- "action": {
- "id": "action",
- "originalId": "action",
- "alias": "action",
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"action\"]))}}",
- "buttonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.colors.primaryColor))}}",
- "borderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}",
- "boxShadow": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( 'none'))}}"
+ },
+ "widgetId": "vrcp6kbiz8",
+ "type": "TABLE_WIDGET_V2",
+ "key": "ouqfcjyuwa"
}
- },
- "key": "ouqfcjyuwa",
- "widgetId": "vrcp6kbiz8"
- }
- ]
-}
\ No newline at end of file
+ ],
+ "widgetId": "0",
+ "type": "CANVAS_WIDGET"
+}
diff --git a/app/server/appsmith-server/src/test/resources/productAlerts/productAlertMessages.json b/app/server/appsmith-server/src/test/resources/productAlerts/productAlertMessages.json
index f21537c54d33..ba8cb38288c4 100644
--- a/app/server/appsmith-server/src/test/resources/productAlerts/productAlertMessages.json
+++ b/app/server/appsmith-server/src/test/resources/productAlerts/productAlertMessages.json
@@ -1,32 +1,32 @@
[
- {
- "messageId": "1",
- "title": "alert1",
- "learnMoreLink": "learnmorelink1",
- "canDismiss": true,
- "remindLaterDays": 5,
- "context": "COMMON_CONFIG",
- "applicabilityExpression": "!isCloudHosting",
- "precedenceIndex": 1
- },
- {
- "messageId": "2",
- "title": "alert2",
- "learnMoreLink": "learnmorelink2",
- "canDismiss": true,
- "remindLaterDays": 5,
- "context": "STATIC",
- "applicabilityExpression": "true",
- "precedenceIndex": 3
- },
- {
- "messageId": "3",
- "title": "alert3",
- "learnMoreLink": "learnmorelink2",
- "canDismiss": true,
- "remindLaterDays": 5,
- "context": "COMMON_CONFIG",
- "applicabilityExpression": "isCloudHosting && (getCurrentTimeInstantEpochMilli < 1691300700000L)",
- "precedenceIndex": 2
- }
-]
\ No newline at end of file
+ {
+ "precedenceIndex": 1,
+ "canDismiss": true,
+ "context": "COMMON_CONFIG",
+ "messageId": "1",
+ "learnMoreLink": "learnmorelink1",
+ "remindLaterDays": 5,
+ "title": "alert1",
+ "applicabilityExpression": "!isCloudHosting"
+ },
+ {
+ "precedenceIndex": 3,
+ "canDismiss": true,
+ "context": "STATIC",
+ "messageId": "2",
+ "learnMoreLink": "learnmorelink2",
+ "remindLaterDays": 5,
+ "title": "alert2",
+ "applicabilityExpression": "true"
+ },
+ {
+ "precedenceIndex": 2,
+ "canDismiss": true,
+ "context": "COMMON_CONFIG",
+ "messageId": "3",
+ "learnMoreLink": "learnmorelink2",
+ "remindLaterDays": 5,
+ "title": "alert3",
+ "applicabilityExpression": "isCloudHosting && (getCurrentTimeInstantEpochMilli < 1691300700000L)"
+ }
+]
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ActionCollectionServiceTest/mockObjects.json b/app/server/appsmith-server/src/test/resources/test_assets/ActionCollectionServiceTest/mockObjects.json
index bbfcf8faba9c..4517ceaafe9b 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ActionCollectionServiceTest/mockObjects.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ActionCollectionServiceTest/mockObjects.json
@@ -1,107 +1,87 @@
{
- "newPage": {
- "id": "testPageId",
- "applicationId": "testApplicationId",
- "unpublishedPage": {
- "name": "TestPage",
- "layouts": [
- {
- "id": "testLayoutId",
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "children": []
- },
- "layoutOnLoadActions": [],
- "widgetNames": [
- "MainContainer"
- ],
- "allOnPageLoadActionNames": [],
- "actionsUsedInDynamicBindings": [],
- "policies": []
- }
- ]
+ "actionCollectionAfterModifiedActions": {
+ "publishedCollection": {
+ "pluginId": "testPluginId",
+ "name": "testCollection",
+ "pageId": "testPageId"
+ },
+ "id": "testCollectionId",
+ "unpublishedCollection": {
+ "pluginId": "testPluginId",
+ "name": "testCollection",
+ "id": "testCollectionId",
+ "pageId": "testPageId",
+ "actions": [
+ {"id": "testActionId1"},
+ {"id": "testActionId3"}
+ ],
+ "workspaceId": "testWorkspaceId"
+ },
+ "applicationId": "testApplicationId",
+ "workspaceId": "testWorkspaceId"
},
- "publishedPage": {
- "name": "TestPage",
- "layouts": [
- {
- "id": "testLayoutId",
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "children": []
- },
- "widgetNames": [
- "MainContainer"
- ],
- "policies": []
- }
- ]
- }
- },
- "actionCollectionWithAction": {
- "id": "testCollectionId",
- "applicationId": "testApplicationId",
- "workspaceId": "testWorkspaceId",
- "unpublishedCollection": {
- "name": "testCollection",
- "pageId": "testPageId",
- "pluginId": "testPluginId",
- "actions": [
- {
- "id": "testActionId1"
+ "actionCollectionWithAction": {
+ "publishedCollection": {
+ "pluginId": "testPluginId",
+ "name": "testCollection",
+ "pageId": "testPageId"
},
- {
- "id": "testActionId2"
- }
- ]
+ "id": "testCollectionId",
+ "unpublishedCollection": {
+ "pluginId": "testPluginId",
+ "name": "testCollection",
+ "pageId": "testPageId",
+ "actions": [
+ {"id": "testActionId1"},
+ {"id": "testActionId2"}
+ ]
+ },
+ "applicationId": "testApplicationId",
+ "workspaceId": "testWorkspaceId"
},
- "publishedCollection": {
- "name": "testCollection",
- "pageId": "testPageId",
- "pluginId": "testPluginId"
- }
- },
- "actionCollectionDTOWithModifiedActions": {
- "id": "testCollectionId",
- "applicationId": "testApplicationId",
- "workspaceId": "testWorkspaceId",
- "name": "testCollection",
- "pageId": "testPageId",
- "pluginId": "testPluginId",
- "actions": [
- {
- "id": "testActionId1"
- },
- {
- "id": "testActionId3"
- }
- ]
- },
- "actionCollectionAfterModifiedActions": {
- "id": "testCollectionId",
- "applicationId": "testApplicationId",
- "workspaceId": "testWorkspaceId",
- "unpublishedCollection": {
- "id": "testCollectionId",
- "workspaceId": "testWorkspaceId",
- "name": "testCollection",
- "pageId": "testPageId",
- "pluginId": "testPluginId",
- "actions": [
- {
- "id": "testActionId1"
+ "newPage": {
+ "publishedPage": {
+ "name": "TestPage",
+ "layouts": [{
+ "widgetNames": ["MainContainer"],
+ "policies": [],
+ "id": "testLayoutId",
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "children": []
+ }
+ }]
+ },
+ "unpublishedPage": {
+ "name": "TestPage",
+ "layouts": [{
+ "actionsUsedInDynamicBindings": [],
+ "widgetNames": ["MainContainer"],
+ "policies": [],
+ "id": "testLayoutId",
+ "layoutOnLoadActions": [],
+ "allOnPageLoadActionNames": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "children": []
+ }
+ }]
},
- {
- "id": "testActionId3"
- }
- ]
+ "id": "testPageId",
+ "applicationId": "testApplicationId"
},
- "publishedCollection": {
- "name": "testCollection",
- "pageId": "testPageId",
- "pluginId": "testPluginId"
+ "actionCollectionDTOWithModifiedActions": {
+ "pluginId": "testPluginId",
+ "name": "testCollection",
+ "id": "testCollectionId",
+ "applicationId": "testApplicationId",
+ "pageId": "testPageId",
+ "actions": [
+ {"id": "testActionId1"},
+ {"id": "testActionId3"}
+ ],
+ "workspaceId": "testWorkspaceId"
}
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/DSLMigration/PageDSLv83.json b/app/server/appsmith-server/src/test/resources/test_assets/DSLMigration/PageDSLv83.json
index 368bdd20b8b2..e1d74b2495d1 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/DSLMigration/PageDSLv83.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/DSLMigration/PageDSLv83.json
@@ -1,4195 +1,3747 @@
{
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 2600,
- "containerStyle": "none",
- "snapRows": 124,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 83,
- "minHeight": 1292,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "mobileBottomRow": 5,
- "widgetName": "Audio1",
- "displayName": "Audio",
- "iconSVG": "/static/media/icon.90965be2578a5c1c8e2996b65e5b6988.svg",
- "searchTags": [
- "mp3",
- "sound",
- "wave",
- "player"
- ],
- "topRow": 43,
- "bottomRow": 47,
- "parentRowSpace": 10,
- "type": "AUDIO_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 29,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 30,
- "dynamicBindingPathList": [],
- "key": "6xvt06kt8i",
- "isDeprecated": false,
- "rightColumn": 51,
- "widgetId": "44e9x2cf6q",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
- "parentId": "0",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "originalTopRow": 43,
- "mobileLeftColumn": 1,
- "originalBottomRow": 47,
- "autoPlay": false
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 8,
- "widgetName": "AudioRecorder1",
- "displayName": "Audio Recorder",
- "iconSVG": "/static/media/icon.c7fb58d71a30a6fbe9c922faae21e621.svg",
- "searchTags": [
- "sound recorder",
- "voice recorder"
- ],
- "topRow": 12,
- "bottomRow": 19,
- "parentRowSpace": 10,
- "type": "AUDIO_RECORDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 62,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "gd9hfgv32o",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "0sia271nfu",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "External"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "iconColor": "white"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 5,
- "widgetName": "Button1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 20,
- "bottomRow": 24,
- "parentRowSpace": 10,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 62,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 64,
- "isDefaultClickDisabled": true,
- "widgetId": "tgje1log4g",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 49,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 16,
- "widgetName": "ButtonGroup1",
- "isCanvas": false,
- "displayName": "Button Group",
- "iconSVG": "/static/media/icon.bb8db4853027d74a78963c3375841e4b.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "parentRowSpace": 10,
- "groupButtons": {
- "groupButton1": {
- "label": "Favorite",
- "iconName": "heart",
- "id": "groupButton1",
- "widgetId": "",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "isVisible": true,
- "isDisabled": false,
- "index": 0,
- "menuItems": {},
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "groupButton2": {
- "label": "Add",
- "iconName": "add",
- "id": "groupButton2",
- "buttonType": "SIMPLE",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1,
- "menuItems": {},
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- },
- "groupButton3": {
- "label": "More",
- "iconName": "more",
- "id": "groupButton3",
- "buttonType": "MENU",
- "placement": "CENTER",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2,
- "menuItems": {
- "menuItem1": {
- "label": "First Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem1",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Option",
- "backgroundColor": "#FFFFFF",
- "id": "menuItem2",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Delete",
- "iconName": "trash",
- "iconColor": "#FFFFFF",
- "iconAlign": "right",
- "textColor": "#FFFFFF",
- "backgroundColor": "#DD4B34",
- "id": "menuItem3",
- "widgetId": "",
- "onClick": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "type": "BUTTON_GROUP_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 8,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "groupButtons.groupButton1.buttonColor"
- },
- {
- "key": "groupButtons.groupButton2.buttonColor"
- },
- {
- "key": "groupButtons.groupButton3.buttonColor"
- }
- ],
- "key": "lnik628jxe",
- "orientation": "horizontal",
- "isDeprecated": false,
- "rightColumn": 8,
- "widgetId": "vxw91mvobh",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 12,
- "responsiveBehavior": "fill",
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 44,
- "widgetName": "Camera1",
- "isCanvas": false,
- "displayName": "Camera",
- "iconSVG": "/static/media/icon.c18f801ae183dba33c7a61ea80204a5d.svg",
- "searchTags": [
- "photo",
- "video recorder"
- ],
- "topRow": 11,
- "bottomRow": 44,
- "parentRowSpace": 10,
- "type": "CAMERA_WIDGET",
- "hideCard": false,
- "mode": "CAMERA",
- "mobileRightColumn": 47,
- "parentColumnSpace": 12.578125,
- "leftColumn": 51,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "lqkon0mu52",
- "isMirrored": true,
- "isDeprecated": false,
- "rightColumn": 62,
- "widgetId": "a7g04pkmvi",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "External"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 11,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 22
- },
- {
- "mobileBottomRow": 27,
- "widgetName": "CategorySlider1",
- "displayName": "Category Slider",
- "iconSVG": "/static/media/icon.f4e7e4a6fc4a57659f2d2e736486e335.svg",
- "labelText": "Size",
- "searchTags": [
- "range"
- ],
- "topRow": 9,
- "bottomRow": 17,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CATEGORY_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 19,
- "defaultOptionValue": "md",
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 10,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "options": [
- {
- "label": "xs",
- "value": "xs"
- },
- {
- "label": "sm",
- "value": "sm"
- },
- {
- "label": "md",
- "value": "md"
- },
- {
- "label": "lg",
- "value": "lg"
- },
- {
- "label": "xl",
- "value": "xl"
- }
- ],
- "isDisabled": false,
- "key": "vmx0na87t0",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 29,
- "widgetId": "37a2qtcnak",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Sliders"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 19,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "showMarksLabel": true
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 80,
- "widgetName": "Chart1",
- "allowScroll": false,
- "displayName": "Chart",
- "iconSVG": "/static/media/icon.8eea39845729f7f4bfadeecd3810a09d.svg",
- "searchTags": [
- "graph",
- "visuals",
- "visualisations"
- ],
- "topRow": 48,
- "bottomRow": 80,
- "parentRowSpace": 10,
- "type": "CHART_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 46,
- "chartData": {
- "zmv0gjurz2": {
- "seriesName": "2023",
- "data": [
- {
- "x": "Product1",
- "y": 20000
- },
- {
- "x": "Product2",
- "y": 22000
- },
- {
- "x": "Product3",
- "y": 32000
- }
- ]
- }
- },
- "animateLoading": true,
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 12.578125,
- "leftColumn": 51,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "fontFamily"
- }
- ],
- "customFusionChartConfig": {
- "type": "column2d",
- "dataSource": {
- "data": [
- {
- "label": "Product1",
- "value": 20000
- },
- {
- "label": "Product2",
- "value": 22000
- },
- {
- "label": "Product3",
- "value": 32000
- }
- ],
- "chart": {
- "caption": "Sales Report",
- "xAxisName": "Product Line",
- "yAxisName": "Revenue($)",
- "theme": "fusion",
- "alignCaptionWithCanvas": 1,
- "captionFontSize": "24",
- "captionAlignment": "center",
- "captionPadding": "20",
- "captionFontColor": "#231F20",
- "legendIconSides": "4",
- "legendIconBgAlpha": "100",
- "legendIconAlpha": "100",
- "legendPosition": "top",
- "canvasPadding": "0",
- "chartLeftMargin": "20",
- "chartTopMargin": "10",
- "chartRightMargin": "40",
- "chartBottomMargin": "10",
- "xAxisNameFontSize": "14",
- "labelFontSize": "12",
- "labelFontColor": "#716e6e",
- "xAxisNameFontColor": "#716e6e",
- "yAxisNameFontSize": "14",
- "yAxisValueFontSize": "12",
- "yAxisValueFontColor": "#716e6e",
- "yAxisNameFontColor": "#716e6e"
- }
- }
- },
- "key": "l5yeqfyug8",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "v9zebqaqi3",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "labelOrientation": "auto",
- "tags": [
- "Display"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 48,
- "responsiveBehavior": "fill",
- "yAxisName": "Revenue($)",
- "chartName": "Sales Report",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 22,
- "xAxisName": "Product Line",
- "chartType": "COLUMN_CHART"
- },
- {
- "mobileBottomRow": 37,
- "widgetName": "CheckboxGroup1",
- "displayName": "Checkbox Group",
- "iconSVG": "/static/media/icon.9522c5e7f896ce165fcd1dbba438daff.svg",
- "labelText": "Label",
- "topRow": 33,
- "bottomRow": 43,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "CHECKBOX_GROUP_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 14,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 10,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelPosition": "Top",
- "options": [
- {
- "label": "Blue",
- "value": "BLUE"
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "isDisabled": false,
- "key": "dt5thcalys",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 24,
- "defaultSelectedValues": [
- "BLUE"
- ],
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "81rbplna8n",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Toggles"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 31,
- "originalTopRow": 31,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 41,
- "isInline": true,
- "minDynamicHeight": 4
- },
- {
- "scannerLayout": "ALWAYS_ON",
- "boxShadow": "none",
- "mobileBottomRow": 82,
- "widgetName": "CodeScanner1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Code Scanner",
- "iconSVG": "/static/media/icon.84d37aefd4c0b895066f0c02062dbb92.svg",
- "searchTags": [
- "barcode scanner",
- "qr scanner",
- "code detector",
- "barcode reader"
- ],
- "topRow": 49,
- "bottomRow": 82,
- "parentRowSpace": 10,
- "type": "CODE_SCANNER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 21,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "1j4bo0jz12",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 51,
- "isDefaultClickDisabled": true,
- "widgetId": "ercrr04y74",
- "isVisible": true,
- "label": "Scan a QR/Barcode",
- "version": 1,
- "parentId": "0",
- "tags": [
- "External"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 49,
- "responsiveBehavior": "fill",
- "originalTopRow": 49,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "originalBottomRow": 82,
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.950aa351208d9d9b2a695b3881ec3779.svg",
- "topRow": 2,
- "defaultCurrencyCode": "INR",
- "labelWidth": 5,
- "type": "CURRENCY_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 24,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "allowCurrencyChange": false,
- "version": 1,
- "tags": [
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 11,
- "widgetName": "CurrencyInput1",
- "displayName": "Currency Input",
- "searchTags": [
- "amount",
- "total"
- ],
- "bottomRow": 9,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 44,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "aw759lfh0i",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 44,
- "widgetId": "q3wm7o9bt8",
- "minWidth": 450,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 4,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 24,
- "maxDynamicHeight": 9000,
- "decimals": 0,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "dateFormat": "YYYY-MM-DD HH:mm",
- "iconSVG": "/static/media/icon.c0c4b770ee1862b73198267331d1611c.svg",
- "topRow": 14,
- "labelWidth": 5,
- "type": "DATE_PICKER_WIDGET2",
- "animateLoading": true,
- "leftColumn": 29,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "datePickerType": "DATE_PICKER",
- "version": 2,
- "tags": [
- "Inputs"
- ],
- "isLoading": false,
- "timePrecision": "minute",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "closeOnSelection": true,
- "mobileBottomRow": 21,
- "widgetName": "DatePicker1",
- "minDate": "1920-12-31T18:30:00.000Z",
- "displayName": "DatePicker",
- "searchTags": [
- "calendar"
- ],
- "bottomRow": 21,
- "shortcuts": false,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 40,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "d53u01t8kx",
- "labelTextSize": "0.875rem",
- "defaultDate": "2023-08-11T06:34:13.001Z",
- "isDeprecated": false,
- "rightColumn": 49,
- "widgetId": "2mi73i70sv",
- "minWidth": 450,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 14,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 20,
- "maxDynamicHeight": 9000,
- "firstDayOfWeek": 0,
- "maxDate": "2121-12-31T18:29:00.000Z",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 31,
- "widgetName": "Divider1",
- "thickness": 2,
- "displayName": "Divider",
- "iconSVG": "/static/media/icon.3b7d47d7bd70da418a827287042cbb7f.svg",
- "searchTags": [
- "line"
- ],
- "topRow": 29,
- "bottomRow": 33,
- "parentRowSpace": 10,
- "type": "DIVIDER_WIDGET",
- "capType": "nc",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 10,
- "dynamicBindingPathList": [],
- "key": "fig86n2kae",
- "dividerColor": "#858282",
- "orientation": "horizontal",
- "strokeStyle": "solid",
- "isDeprecated": false,
- "rightColumn": 30,
- "widgetId": "rparoltap4",
- "capSide": 0,
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 27,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0
- },
- {
- "mobileBottomRow": 83,
- "widgetName": "DocumentViewer1",
- "isCanvas": false,
- "displayName": "Document Viewer",
- "iconSVG": "/static/media/icon.9a94cf630fee10d87605f8b185b2e979.svg",
- "searchTags": [
- "pdf"
- ],
- "topRow": 43,
- "bottomRow": 83,
- "parentRowSpace": 10,
- "type": "DOCUMENT_VIEWER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 20,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 10,
- "dynamicBindingPathList": [],
- "key": "ddfmpt6lqz",
- "isDeprecated": false,
- "rightColumn": 30,
- "widgetId": "c9wdyvpsn1",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 43,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "docUrl": "https://www.learningcontainer.com/wp-content/uploads/2019/09/sample-pdf-file.pdf"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 28,
- "widgetName": "FilePicker1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "FilePicker",
- "iconSVG": "/static/media/icon.715769b31db833b32f40d9c90ec02de3.svg",
- "searchTags": [
- "upload"
- ],
- "topRow": 24,
- "bottomRow": 28,
- "parentRowSpace": 10,
- "allowedFileTypes": [],
- "type": "FILE_PICKER_WIDGET_V2",
- "hideCard": false,
- "mobileRightColumn": 38,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "k607cj91j2",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 46,
- "isDefaultClickDisabled": true,
- "widgetId": "obg5jw40lc",
- "minWidth": 120,
- "isVisible": true,
- "label": "Select Files",
- "maxFileSize": 5,
- "dynamicTyping": true,
- "version": 1,
- "fileDataType": "Base64",
- "parentId": "0",
- "tags": [
- "Inputs"
- ],
- "selectedFiles": [],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 24,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 22,
- "files": [],
- "maxNumFiles": 1
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 35,
- "widgetName": "IconButton1",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 31,
- "bottomRow": 35,
- "parentRowSpace": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 38,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 34,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "hnpfj2nutc",
- "isDeprecated": false,
- "rightColumn": 38,
- "iconName": "plus",
- "widgetId": "u6fxjj2d76",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 31,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 34,
- "buttonVariant": "PRIMARY"
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 59,
- "borderColor": "#E0DEDE",
- "widgetName": "Form1",
- "isCanvas": true,
- "displayName": "Form",
- "iconSVG": "/static/media/icon.e17c486a34778f3bae299c9110e00cf6.svg",
- "searchTags": [
- "group"
- ],
- "topRow": 19,
- "bottomRow": 58,
- "parentRowSpace": 10,
- "type": "FORM_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 10,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 400,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 390,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 400,
- "mobileRightColumn": 125.78125,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "mobileBottomRow": 5,
- "widgetName": "Text1",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 7,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 25.5,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1.5,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 2600,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 83,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Audio1",
+ "displayName": "Audio",
+ "iconSVG": "/static/media/icon.90965be2578a5c1c8e2996b65e5b6988.svg",
+ "searchTags": [
+ "mp3",
+ "sound",
+ "wave",
+ "player"
+ ],
+ "topRow": 43,
+ "bottomRow": 47,
+ "parentRowSpace": 10,
+ "type": "AUDIO_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 29,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 30,
+ "dynamicBindingPathList": [],
+ "key": "6xvt06kt8i",
+ "isDeprecated": false,
+ "rightColumn": 51,
+ "widgetId": "44e9x2cf6q",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/birds_chirping.mp3",
+ "parentId": "0",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 43,
+ "mobileLeftColumn": 1,
+ "originalBottomRow": 47,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 8,
+ "widgetName": "AudioRecorder1",
+ "displayName": "Audio Recorder",
+ "iconSVG": "/static/media/icon.c7fb58d71a30a6fbe9c922faae21e621.svg",
+ "searchTags": [
+ "sound recorder",
+ "voice recorder"
+ ],
+ "topRow": 12,
+ "bottomRow": 19,
+ "parentRowSpace": 10,
+ "type": "AUDIO_RECORDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 62,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "gd9hfgv32o",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "0sia271nfu",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["External"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "iconColor": "white"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 5,
+ "widgetName": "Button1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 20,
+ "bottomRow": 24,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 62,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "isDefaultClickDisabled": true,
+ "widgetId": "tgje1log4g",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 49,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 16,
+ "widgetName": "ButtonGroup1",
+ "isCanvas": false,
+ "displayName": "Button Group",
+ "iconSVG": "/static/media/icon.bb8db4853027d74a78963c3375841e4b.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "groupButtons": {
+ "groupButton3": {
+ "buttonType": "MENU",
+ "iconName": "more",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "",
+ "menuItems": {
+ "menuItem1": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 0,
+ "label": "First Option",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "backgroundColor": "#DD4B34",
+ "onClick": "",
+ "iconName": "trash",
+ "widgetId": "",
+ "iconColor": "#FFFFFF",
+ "iconAlign": "right",
+ "index": 2,
+ "label": "Delete",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false,
+ "textColor": "#FFFFFF"
+ },
+ "menuItem2": {
+ "backgroundColor": "#FFFFFF",
+ "onClick": "",
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Option",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
+ }
+ },
+ "index": 2,
+ "label": "More",
+ "id": "groupButton3",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
},
- {
- "key": "fontFamily"
+ "groupButton1": {
+ "buttonType": "SIMPLE",
+ "iconName": "heart",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 0,
+ "label": "Favorite",
+ "id": "groupButton1",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
},
- {
- "key": "borderRadius"
+ "groupButton2": {
+ "buttonType": "SIMPLE",
+ "iconName": "add",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "",
+ "menuItems": {},
+ "index": 1,
+ "label": "Add",
+ "id": "groupButton2",
+ "placement": "CENTER",
+ "isVisible": true,
+ "isDisabled": false
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Form",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 25.5,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "90nk8i4ya8",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "04njyajzxp",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "originalTopRow": 1,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1.5,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 7,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
},
- {
- "resetFormOnClick": true,
- "boxShadow": "none",
- "mobileBottomRow": 37,
- "widgetName": "Button2",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 33,
- "bottomRow": 37,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 62,
- "animateLoading": true,
- "leftColumn": 46,
- "dynamicBindingPathList": [
+ "type": "BUTTON_GROUP_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 8,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "groupButtons.groupButton1.buttonColor"},
+ {"key": "groupButtons.groupButton2.buttonColor"},
+ {"key": "groupButtons.groupButton3.buttonColor"}
+ ],
+ "key": "lnik628jxe",
+ "orientation": "horizontal",
+ "isDeprecated": false,
+ "rightColumn": 8,
+ "widgetId": "vxw91mvobh",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 12,
+ "responsiveBehavior": "fill",
+ "childStylesheet": {"button": {"buttonColor": "{{appsmith.theme.colors.primaryColor}}"}},
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 44,
+ "widgetName": "Camera1",
+ "isCanvas": false,
+ "displayName": "Camera",
+ "iconSVG": "/static/media/icon.c18f801ae183dba33c7a61ea80204a5d.svg",
+ "searchTags": [
+ "photo",
+ "video recorder"
+ ],
+ "topRow": 11,
+ "bottomRow": 44,
+ "parentRowSpace": 10,
+ "type": "CAMERA_WIDGET",
+ "hideCard": false,
+ "mode": "CAMERA",
+ "mobileRightColumn": 47,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 51,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "isDisabled": false,
+ "key": "lqkon0mu52",
+ "isMirrored": true,
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "widgetId": "a7g04pkmvi",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["External"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 11,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 22
+ },
+ {
+ "mobileBottomRow": 27,
+ "widgetName": "CategorySlider1",
+ "displayName": "Category Slider",
+ "iconSVG": "/static/media/icon.f4e7e4a6fc4a57659f2d2e736486e335.svg",
+ "labelText": "Size",
+ "searchTags": ["range"],
+ "topRow": 9,
+ "bottomRow": 17,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CATEGORY_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 19,
+ "defaultOptionValue": "md",
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "options": [
{
- "key": "buttonColor"
+ "label": "xs",
+ "value": "xs"
},
{
- "key": "borderRadius"
- }
- ],
- "text": "Submit",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 62,
- "isDefaultClickDisabled": true,
- "widgetId": "0ky14ko60m",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "04njyajzxp",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 33,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 46,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": true,
- "boxShadow": "none",
- "mobileBottomRow": 37,
- "widgetName": "Button3",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 33,
- "bottomRow": 37,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 46,
- "animateLoading": true,
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
+ "label": "sm",
+ "value": "sm"
},
{
- "key": "borderRadius"
- }
- ],
- "text": "Reset",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 46,
- "isDefaultClickDisabled": true,
- "widgetId": "7dpusotqkl",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "04njyajzxp",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 33,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 30,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- }
- ],
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "rightColumn": 125.78125,
- "detachFromLayout": true,
- "widgetId": "04njyajzxp",
- "containerStyle": "none",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "ja9zmm93th",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "borderWidth": "1",
- "positioning": "fixed",
- "key": "dmiml715mh",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 10,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ja9zmm93th",
- "minWidth": 450,
- "isVisible": true,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 19,
- "responsiveBehavior": "fill",
- "originalTopRow": 19,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 58,
- "minDynamicHeight": 10
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 19,
- "widgetName": "Iframe1",
- "displayName": "Iframe",
- "iconSVG": "/static/media/icon.a84667dbdc548d14f7c83df551151550.svg",
- "searchTags": [
- "embed"
- ],
- "topRow": 4,
- "bottomRow": 9,
- "parentRowSpace": 10,
- "source": "https://www.example.com",
- "type": "IFRAME_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "borderOpacity": 100,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "borderWidth": 1,
- "key": "9hfbpkzwgs",
- "isDeprecated": false,
- "rightColumn": 16,
- "widgetId": "0hfvjq5ygl",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Display"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 4,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 29,
- "widgetName": "Image1",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
- "topRow": 17,
- "bottomRow": 29,
- "parentRowSpace": 10,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 22,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "imageShape": "RECTANGLE",
- "leftColumn": 10,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "4p32q1fdb6",
- "image": "",
- "isDeprecated": false,
- "rightColumn": 22,
- "objectFit": "cover",
- "widgetId": "tyxnuylcto",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 17,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 10,
- "enableRotation": false
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
- "topRow": 1,
- "labelWidth": 5,
- "type": "INPUT_WIDGET_V2",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "inputType": "TEXT",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "showStepArrows": false,
- "isVisible": true,
- "version": 2,
- "tags": [
- "Suggested",
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 8,
- "widgetName": "Input1",
- "displayName": "Input",
- "searchTags": [
- "form",
- "text input",
- "number",
- "textarea"
- ],
- "bottomRow": 8,
- "parentRowSpace": 10,
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 64,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "ud47gvc538",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "wj05m7btru",
- "minWidth": 450,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 46,
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "requiresFlatWidgetChildren": true,
- "isCanvas": true,
- "iconSVG": "/static/media/icon.5c9511142b3624c7491c5442e8ccd0ef.svg",
- "topRow": 86,
- "pageSize": 3,
- "type": "LIST_WIDGET_V2",
- "itemSpacing": 8,
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "currentItemsView"
- },
- {
- "key": "selectedItemView"
- },
- {
- "key": "triggeredItemView"
- },
- {
- "key": "primaryKeys"
- },
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "leftColumn": 0,
- "enhancements": true,
- "children": [
- {
- "mobileBottomRow": 400,
- "widgetName": "Canvas2",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 400,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "dropDisabled": true,
- "openParentPropertyPane": true,
- "minHeight": 400,
- "mobileRightColumn": 238.984375,
- "noPad": true,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 12,
- "widgetName": "Container1",
- "borderColor": "#E0DEDE",
- "disallowCopy": true,
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 0,
- "bottomRow": 12,
- "dragDisabled": true,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": false,
- "isDeletable": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
+ "label": "md",
+ "value": "md"
+ },
{
- "key": "borderRadius"
+ "label": "lg",
+ "value": "lg"
},
{
- "key": "boxShadow"
+ "label": "xl",
+ "value": "xl"
}
- ],
- "children": [
- {
- "widgetName": "Canvas3",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 120,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "useAutoLayout": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
+ ],
+ "isDisabled": false,
+ "key": "vmx0na87t0",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "widgetId": "37a2qtcnak",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Sliders"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 19,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "showMarksLabel": true
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 80,
+ "widgetName": "Chart1",
+ "allowScroll": false,
+ "displayName": "Chart",
+ "iconSVG": "/static/media/icon.8eea39845729f7f4bfadeecd3810a09d.svg",
+ "searchTags": [
+ "graph",
+ "visuals",
+ "visualisations"
+ ],
+ "topRow": 48,
+ "bottomRow": 80,
+ "parentRowSpace": 10,
+ "type": "CHART_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 46,
+ "chartData": {"zmv0gjurz2": {
+ "data": [
{
- "boxShadow": "none",
- "mobileBottomRow": 8,
- "widgetName": "Image2",
- "displayName": "Image",
- "iconSVG": "/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
- "topRow": 0,
- "bottomRow": 8,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16,
- "animateLoading": true,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "dynamicBindingPathList": [
- {
- "key": "image"
- },
- {
- "key": "borderRadius"
- }
- ],
- "leftColumn": 0,
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "key": "4p32q1fdb6",
- "image": "{{currentItem.img}}",
- "isDeprecated": false,
- "rightColumn": 16,
- "objectFit": "cover",
- "widgetId": "vhtb35a9bb",
- "isVisible": true,
- "version": 1,
- "parentId": "xm0ckgqeyy",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "maxZoomLevel": 1,
- "enableDownload": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "enableRotation": false
+ "x": "Product1",
+ "y": 20000
},
{
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "Text2",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 28,
- "animateLoading": true,
- "overflow": "NONE",
- "dynamicTriggerPathList": [],
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "leftColumn": 16,
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{currentItem.name}}",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 28,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "i76mi13anp",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "xm0ckgqeyy",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 16,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "textStyle": "HEADING",
- "minDynamicHeight": 4
+ "x": "Product2",
+ "y": 22000
},
{
- "boxShadow": "none",
- "mobileBottomRow": 8,
- "widgetName": "Text3",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 4,
- "bottomRow": 8,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 24,
- "animateLoading": true,
- "overflow": "NONE",
- "dynamicTriggerPathList": [],
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "dynamicBindingPathList": [
- {
- "key": "text"
- },
- {
- "key": "truncateButtonColor"
- },
+ "x": "Product3",
+ "y": 32000
+ }
+ ],
+ "seriesName": "2023"
+ }},
+ "animateLoading": true,
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 51,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "accentColor"},
+ {"key": "fontFamily"}
+ ],
+ "customFusionChartConfig": {
+ "type": "column2d",
+ "dataSource": {
+ "data": [
{
- "key": "fontFamily"
+ "label": "Product1",
+ "value": 20000
},
{
- "key": "borderRadius"
+ "label": "Product2",
+ "value": 22000
},
{
- "key": "text"
+ "label": "Product3",
+ "value": 32000
}
- ],
- "leftColumn": 16,
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "{{currentItem.id}}",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 24,
- "textAlign": "LEFT",
- "dynamicHeight": "FIXED",
- "widgetId": "rot88zlgcs",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "xm0ckgqeyy",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 4,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 16,
- "maxDynamicHeight": 9000,
- "fontSize": "1rem",
- "textStyle": "BODY",
- "minDynamicHeight": 4
+ ],
+ "chart": {
+ "legendIconSides": "4",
+ "canvasPadding": "0",
+ "captionAlignment": "center",
+ "yAxisNameFontSize": "14",
+ "caption": "Sales Report",
+ "labelFontColor": "#716e6e",
+ "chartLeftMargin": "20",
+ "captionFontSize": "24",
+ "chartTopMargin": "10",
+ "theme": "fusion",
+ "legendIconAlpha": "100",
+ "chartBottomMargin": "10",
+ "labelFontSize": "12",
+ "xAxisNameFontColor": "#716e6e",
+ "yAxisNameFontColor": "#716e6e",
+ "captionFontColor": "#231F20",
+ "yAxisValueFontColor": "#716e6e",
+ "captionPadding": "20",
+ "yAxisName": "Revenue($)",
+ "legendIconBgAlpha": "100",
+ "xAxisName": "Product Line",
+ "alignCaptionWithCanvas": 1,
+ "chartRightMargin": "40",
+ "legendPosition": "top",
+ "xAxisNameFontSize": "14",
+ "yAxisValueFontSize": "12"
}
- ],
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "detachFromLayout": true,
- "widgetId": "xm0ckgqeyy",
- "containerStyle": "none",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0z5i43iit8",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
}
- ],
- "borderWidth": "1",
- "positioning": "fixed",
- "flexVerticalAlignment": "start",
- "key": "riht544udh",
- "backgroundColor": "white",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "FIXED",
- "widgetId": "0z5i43iit8",
- "containerStyle": "card",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "isListItemContainer": true,
- "parentId": "xtwcksp011",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "noContainerOffset": true,
- "disabledWidgetFeatures": [
- "dynamicHeight"
- ],
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 10
- }
- ],
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "rightColumn": 238.984375,
- "detachFromLayout": true,
- "widgetId": "xtwcksp011",
- "containerStyle": "none",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "8zzc2o0gs4",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "itemBackgroundColor": "#FFFFFF",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "tags": [
- "Suggested",
- "Display"
- ],
- "hasMetaWidgets": true,
- "isLoading": false,
- "mainCanvasId": "xtwcksp011",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 126,
- "additionalStaticProps": [
- "level",
- "levelData",
- "prefixMetaWidgetId",
- "metaWidgetId"
- ],
- "mobileBottomRow": 125,
- "currentItemsView": "{{[]}}",
- "triggeredItemView": "{{{}}}",
- "widgetName": "List1",
- "listData": [
- {
- "id": "001",
- "name": "Blue",
- "img": "https://assets.appsmith.com/widgets/default.png"
- },
- {
- "id": "002",
- "name": "Green",
- "img": "https://assets.appsmith.com/widgets/default.png"
- },
- {
- "id": "003",
- "name": "Red",
- "img": "https://assets.appsmith.com/widgets/default.png"
- }
- ],
- "displayName": "List",
- "bottomRow": 126,
- "parentRowSpace": 10,
- "hideCard": false,
- "templateBottomRow": 16,
- "mobileRightColumn": 19,
- "mainContainerId": "0z5i43iit8",
- "primaryKeys": "{{List1.listData.map((currentItem, currentIndex) => currentItem[\"id\"] )}}",
- "parentColumnSpace": 12.578125,
- "gridType": "vertical",
- "key": "arlsagii4c",
- "backgroundColor": "transparent",
- "isDeprecated": false,
- "rightColumn": 17,
- "widgetId": "8zzc2o0gs4",
- "minWidth": 450,
- "parentId": "0",
- "renderMode": "CANVAS",
- "mobileTopRow": 85,
- "responsiveBehavior": "fill",
- "originalTopRow": 86,
- "mobileLeftColumn": 0,
- "selectedItemView": "{{{}}}"
- },
- {
- "zoomLevel": 50,
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 98,
- "widgetName": "Map1",
- "defaultMarkers": [
- {
- "lat": 25.122,
- "long": 50.132,
- "title": "Location1"
- }
- ],
- "displayName": "Map",
- "iconSVG": "/static/media/icon.5d50414980b866c69864af79042fa1f9.svg",
- "topRow": 58,
- "bottomRow": 84,
- "parentRowSpace": 10,
- "type": "MAP_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 10,
- "animateLoading": true,
- "allowZoom": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "enablePickLocation": true,
- "mapCenter": {
- "lat": 25.122,
- "long": 50.132
- },
- "isClickedMarkerCentered": true,
- "isDisabled": false,
- "enableSearch": true,
- "key": "a7q9onobt6",
- "isDeprecated": false,
- "rightColumn": 10,
- "widgetId": "ci1n2u6ajv",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 58,
- "responsiveBehavior": "fill",
- "originalTopRow": 58,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "originalBottomRow": 84
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 118,
- "widgetName": "MapChart1",
- "data": [
- {
- "id": "NA",
- "value": ".82"
- },
- {
- "id": "SA",
- "value": "2.04"
- },
- {
- "id": "AS",
- "value": "1.78"
- },
- {
- "id": "EU",
- "value": ".40"
- },
- {
- "id": "AF",
- "value": "2.58"
- },
- {
- "id": "AU",
- "value": "1.30"
- }
- ],
- "colorRange": [
- {
- "minValue": 0.5,
- "maxValue": 1,
- "code": "#FFD74D"
- },
- {
- "minValue": 1,
- "maxValue": 2,
- "code": "#FB8C00"
- },
- {
- "minValue": 2,
- "maxValue": 3,
- "code": "#E65100"
- }
- ],
- "isCanvas": false,
- "displayName": "Map Chart",
- "iconSVG": "/static/media/icon.8676a101f7a7b525c93961a5fc154938.svg",
- "searchTags": [
- "graph",
- "visuals",
- "visualisations"
- ],
- "topRow": 86,
- "bottomRow": 118,
- "parentRowSpace": 10,
- "type": "MAP_CHART_WIDGET",
- "hideCard": false,
- "mapTitle": "Global Population",
- "mobileRightColumn": 44,
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 12.578125,
- "leftColumn": 20,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "fontFamily"
- }
- ],
- "key": "kguior3yly",
- "isDeprecated": false,
- "rightColumn": 44,
- "widgetId": "hwc4fu37ds",
- "mapType": "WORLD",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Display"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 86,
- "responsiveBehavior": "fill",
- "showLabels": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 20
- },
- {
- "isCompact": false,
- "boxShadow": "none",
- "mobileBottomRow": 89,
- "widgetName": "MenuButton1",
- "displayName": "Menu button",
- "iconSVG": "/static/media/icon.631848e88e7a3db05f6015f22835e81b.svg",
- "topRow": 85,
- "bottomRow": 89,
- "parentRowSpace": 10,
- "type": "MENU_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 62,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 46,
- "dynamicBindingPathList": [
- {
- "key": "menuColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "gprc2zr0rd",
- "isDeprecated": false,
- "rightColumn": 62,
- "menuVariant": "PRIMARY",
- "widgetId": "r8g08yvkew",
- "menuItems": {
- "menuItem1": {
- "label": "First Menu Item",
- "id": "menuItem1",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 0
- },
- "menuItem2": {
- "label": "Second Menu Item",
- "id": "menuItem2",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 1
- },
- "menuItem3": {
- "label": "Third Menu Item",
- "id": "menuItem3",
- "widgetId": "",
- "isVisible": true,
- "isDisabled": false,
- "index": 2
- }
- },
- "isVisible": true,
- "label": "Open Menu",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 85,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 46,
- "menuItemsSource": "STATIC",
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "placement": "CENTER"
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 115,
- "widgetName": "Modal1",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 91,
- "bottomRow": 331,
- "parentRowSpace": 10,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 40,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 240,
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 240,
- "mobileRightColumn": 301.875,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton2",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
+ },
+ "key": "l5yeqfyug8",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "v9zebqaqi3",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "labelOrientation": "auto",
+ "tags": ["Display"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 48,
+ "responsiveBehavior": "fill",
+ "yAxisName": "Revenue($)",
+ "chartName": "Sales Report",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 22,
+ "xAxisName": "Product Line",
+ "chartType": "COLUMN_CHART"
+ },
+ {
+ "mobileBottomRow": 37,
+ "widgetName": "CheckboxGroup1",
+ "displayName": "Checkbox Group",
+ "iconSVG": "/static/media/icon.9522c5e7f896ce165fcd1dbba438daff.svg",
+ "labelText": "Label",
+ "topRow": 33,
+ "bottomRow": 43,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "CHECKBOX_GROUP_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 14,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelPosition": "Top",
+ "options": [
+ {
+ "label": "Blue",
+ "value": "BLUE"
+ },
+ {
+ "label": "Green",
+ "value": "GREEN"
+ },
+ {
+ "label": "Red",
+ "value": "RED"
+ }
+ ],
+ "isDisabled": false,
+ "key": "dt5thcalys",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "defaultSelectedValues": ["BLUE"],
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "81rbplna8n",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Toggles"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 31,
+ "originalTopRow": 31,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 41,
+ "isInline": true,
+ "minDynamicHeight": 4
+ },
+ {
+ "scannerLayout": "ALWAYS_ON",
+ "boxShadow": "none",
+ "mobileBottomRow": 82,
+ "widgetName": "CodeScanner1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Code Scanner",
+ "iconSVG": "/static/media/icon.84d37aefd4c0b895066f0c02062dbb92.svg",
+ "searchTags": [
+ "barcode scanner",
+ "qr scanner",
+ "code detector",
+ "barcode reader"
+ ],
+ "topRow": 49,
+ "bottomRow": 82,
+ "parentRowSpace": 10,
+ "type": "CODE_SCANNER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 21,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 30,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "1j4bo0jz12",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 51,
+ "isDefaultClickDisabled": true,
+ "widgetId": "ercrr04y74",
+ "isVisible": true,
+ "label": "Scan a QR/Barcode",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["External"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 49,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 49,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 82,
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.950aa351208d9d9b2a695b3881ec3779.svg",
+ "topRow": 2,
+ "defaultCurrencyCode": "INR",
+ "labelWidth": 5,
+ "type": "CURRENCY_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 24,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "allowCurrencyChange": false,
+ "version": 1,
+ "tags": ["Inputs"],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 11,
+ "widgetName": "CurrencyInput1",
+ "displayName": "Currency Input",
+ "searchTags": [
+ "amount",
+ "total"
+ ],
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 44,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "aw759lfh0i",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "widgetId": "q3wm7o9bt8",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 24,
+ "maxDynamicHeight": 9000,
+ "decimals": 0,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "dateFormat": "YYYY-MM-DD HH:mm",
+ "iconSVG": "/static/media/icon.c0c4b770ee1862b73198267331d1611c.svg",
+ "topRow": 14,
+ "labelWidth": 5,
+ "type": "DATE_PICKER_WIDGET2",
+ "animateLoading": true,
+ "leftColumn": 29,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "datePickerType": "DATE_PICKER",
+ "version": 2,
+ "tags": ["Inputs"],
+ "isLoading": false,
+ "timePrecision": "minute",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "closeOnSelection": true,
+ "mobileBottomRow": 21,
+ "widgetName": "DatePicker1",
+ "minDate": "1920-12-31T18:30:00.000Z",
+ "displayName": "DatePicker",
+ "searchTags": ["calendar"],
+ "bottomRow": 21,
+ "shortcuts": false,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 40,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "d53u01t8kx",
+ "labelTextSize": "0.875rem",
+ "defaultDate": "2023-08-11T06:34:13.001Z",
+ "isDeprecated": false,
+ "rightColumn": 49,
+ "widgetId": "2mi73i70sv",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 14,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 20,
+ "maxDynamicHeight": 9000,
+ "firstDayOfWeek": 0,
+ "maxDate": "2121-12-31T18:29:00.000Z",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 31,
+ "widgetName": "Divider1",
+ "thickness": 2,
+ "displayName": "Divider",
+ "iconSVG": "/static/media/icon.3b7d47d7bd70da418a827287042cbb7f.svg",
+ "searchTags": ["line"],
+ "topRow": 29,
+ "bottomRow": 33,
+ "parentRowSpace": 10,
+ "type": "DIVIDER_WIDGET",
+ "capType": "nc",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [],
+ "key": "fig86n2kae",
+ "dividerColor": "#858282",
+ "orientation": "horizontal",
+ "strokeStyle": "solid",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "rparoltap4",
+ "capSide": 0,
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 27,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0
+ },
+ {
+ "mobileBottomRow": 83,
+ "widgetName": "DocumentViewer1",
+ "isCanvas": false,
+ "displayName": "Document Viewer",
+ "iconSVG": "/static/media/icon.9a94cf630fee10d87605f8b185b2e979.svg",
+ "searchTags": ["pdf"],
+ "topRow": 43,
+ "bottomRow": 83,
+ "parentRowSpace": 10,
+ "type": "DOCUMENT_VIEWER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 10,
+ "dynamicBindingPathList": [],
+ "key": "ddfmpt6lqz",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "widgetId": "c9wdyvpsn1",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 43,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "docUrl": "https://www.learningcontainer.com/wp-content/uploads/2019/09/sample-pdf-file.pdf"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 28,
+ "widgetName": "FilePicker1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "FilePicker",
+ "iconSVG": "/static/media/icon.715769b31db833b32f40d9c90ec02de3.svg",
+ "searchTags": ["upload"],
+ "topRow": 24,
+ "bottomRow": 28,
+ "parentRowSpace": 10,
+ "allowedFileTypes": [],
+ "type": "FILE_PICKER_WIDGET_V2",
+ "hideCard": false,
+ "mobileRightColumn": 38,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 30,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "k607cj91j2",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "obg5jw40lc",
+ "minWidth": 120,
+ "isVisible": true,
+ "label": "Select Files",
+ "maxFileSize": 5,
+ "dynamicTyping": true,
+ "version": 1,
+ "fileDataType": "Base64",
+ "parentId": "0",
+ "tags": ["Inputs"],
+ "selectedFiles": [],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 24,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 22,
+ "files": [],
+ "maxNumFiles": 1
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 35,
+ "widgetName": "IconButton1",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
"click",
"submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
+ ],
+ "topRow": 31,
+ "bottomRow": 35,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 38,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 34,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "hnpfj2nutc",
+ "isDeprecated": false,
+ "rightColumn": 38,
+ "iconName": "plus",
+ "widgetId": "u6fxjj2d76",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 31,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 34,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 59,
+ "borderColor": "#E0DEDE",
+ "widgetName": "Form1",
+ "isCanvas": true,
+ "displayName": "Form",
+ "iconSVG": "/static/media/icon.e17c486a34778f3bae299c9110e00cf6.svg",
+ "searchTags": ["group"],
+ "topRow": 19,
+ "bottomRow": 58,
+ "parentRowSpace": 10,
+ "type": "FORM_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 10,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "mobileBottomRow": 400,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 390,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 400,
+ "mobileRightColumn": 125.78125,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text1",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 7,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 25.5,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1.5,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Form",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 25.5,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "90nk8i4ya8",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "04njyajzxp",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 1,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1.5,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 7,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": true,
+ "boxShadow": "none",
+ "mobileBottomRow": 37,
+ "widgetName": "Button2",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 33,
+ "bottomRow": 37,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 62,
+ "animateLoading": true,
+ "leftColumn": 46,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "isDefaultClickDisabled": true,
+ "widgetId": "0ky14ko60m",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "04njyajzxp",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 33,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 46,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": true,
+ "boxShadow": "none",
+ "mobileBottomRow": 37,
+ "widgetName": "Button3",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 33,
+ "bottomRow": 37,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 46,
+ "animateLoading": true,
+ "leftColumn": 30,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Reset",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "isDefaultClickDisabled": true,
+ "widgetId": "7dpusotqkl",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "04njyajzxp",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 33,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 30,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ }
+ ],
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "rightColumn": 125.78125,
+ "detachFromLayout": true,
+ "widgetId": "04njyajzxp",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "ja9zmm93th",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "borderWidth": "1",
+ "positioning": "fixed",
+ "key": "dmiml715mh",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ja9zmm93th",
+ "minWidth": 450,
+ "isVisible": true,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 19,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 19,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 58,
+ "minDynamicHeight": 10
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 19,
+ "widgetName": "Iframe1",
+ "displayName": "Iframe",
+ "iconSVG": "/static/media/icon.a84667dbdc548d14f7c83df551151550.svg",
+ "searchTags": ["embed"],
+ "topRow": 4,
+ "bottomRow": 9,
+ "parentRowSpace": 10,
+ "source": "https://www.example.com",
+ "type": "IFRAME_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "borderOpacity": 100,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "borderWidth": 1,
+ "key": "9hfbpkzwgs",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "widgetId": "0hfvjq5ygl",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Display"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 29,
+ "widgetName": "Image1",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
+ "topRow": 17,
+ "bottomRow": 29,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 22,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "imageShape": "RECTANGLE",
+ "leftColumn": 10,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "4p32q1fdb6",
+ "image": "",
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "objectFit": "cover",
+ "widgetId": "tyxnuylcto",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 17,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 10,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.f2c34197dbcf03595098986de898928f.svg",
+ "topRow": 1,
+ "labelWidth": 5,
+ "type": "INPUT_WIDGET_V2",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 46,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "inputType": "TEXT",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "showStepArrows": false,
+ "isVisible": true,
+ "version": 2,
+ "tags": [
+ "Suggested",
+ "Inputs"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 8,
+ "widgetName": "Input1",
+ "displayName": "Input",
+ "searchTags": [
+ "form",
+ "text input",
+ "number",
+ "textarea"
+ ],
+ "bottomRow": 8,
+ "parentRowSpace": 10,
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "ud47gvc538",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "wj05m7btru",
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 46,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "requiresFlatWidgetChildren": true,
+ "isCanvas": true,
+ "iconSVG": "/static/media/icon.5c9511142b3624c7491c5442e8ccd0ef.svg",
+ "topRow": 86,
+ "pageSize": 3,
+ "type": "LIST_WIDGET_V2",
+ "itemSpacing": 8,
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "currentItemsView"},
+ {"key": "selectedItemView"},
+ {"key": "triggeredItemView"},
+ {"key": "primaryKeys"},
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "leftColumn": 0,
+ "enhancements": true,
+ "children": [{
+ "mobileBottomRow": 400,
+ "widgetName": "Canvas2",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "dropDisabled": true,
+ "openParentPropertyPane": true,
+ "minHeight": 400,
+ "mobileRightColumn": 238.984375,
+ "noPad": true,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 12,
+ "widgetName": "Container1",
+ "borderColor": "#E0DEDE",
+ "disallowCopy": true,
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 0,
+ "bottomRow": 12,
+ "dragDisabled": true,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": false,
+ "isDeletable": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "widgetName": "Canvas3",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 120,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "useAutoLayout": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 8,
+ "widgetName": "Image2",
+ "displayName": "Image",
+ "iconSVG": "/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
+ "topRow": 0,
+ "bottomRow": 8,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "dynamicBindingPathList": [
+ {"key": "image"},
+ {"key": "borderRadius"}
+ ],
+ "leftColumn": 0,
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "key": "4p32q1fdb6",
+ "image": "{{currentItem.img}}",
+ "isDeprecated": false,
+ "rightColumn": 16,
+ "objectFit": "cover",
+ "widgetId": "vhtb35a9bb",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "xm0ckgqeyy",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "enableRotation": false
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "Text2",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 28,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "leftColumn": 16,
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{currentItem.name}}",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 28,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "i76mi13anp",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xm0ckgqeyy",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 16,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "textStyle": "HEADING",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 8,
+ "widgetName": "Text3",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 4,
+ "bottomRow": 8,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 24,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "dynamicTriggerPathList": [],
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "dynamicBindingPathList": [
+ {"key": "text"},
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "leftColumn": 16,
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "{{currentItem.id}}",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 24,
+ "textAlign": "LEFT",
+ "dynamicHeight": "FIXED",
+ "widgetId": "rot88zlgcs",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "xm0ckgqeyy",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 16,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1rem",
+ "textStyle": "BODY",
+ "minDynamicHeight": 4
+ }
+ ],
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "detachFromLayout": true,
+ "widgetId": "xm0ckgqeyy",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0z5i43iit8",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "borderWidth": "1",
+ "positioning": "fixed",
+ "flexVerticalAlignment": "start",
+ "key": "riht544udh",
+ "backgroundColor": "white",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "0z5i43iit8",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "isListItemContainer": true,
+ "parentId": "xtwcksp011",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "noContainerOffset": true,
+ "disabledWidgetFeatures": ["dynamicHeight"],
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
+ }],
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "rightColumn": 238.984375,
+ "detachFromLayout": true,
+ "widgetId": "xtwcksp011",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "8zzc2o0gs4",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "itemBackgroundColor": "#FFFFFF",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "tags": [
+ "Suggested",
+ "Display"
+ ],
+ "hasMetaWidgets": true,
+ "isLoading": false,
+ "mainCanvasId": "xtwcksp011",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 126,
+ "additionalStaticProps": [
+ "level",
+ "levelData",
+ "prefixMetaWidgetId",
+ "metaWidgetId"
+ ],
+ "mobileBottomRow": 125,
+ "currentItemsView": "{{[]}}",
+ "triggeredItemView": "{{{}}}",
+ "widgetName": "List1",
+ "listData": [
+ {
+ "img": "https://assets.appsmith.com/widgets/default.png",
+ "name": "Blue",
+ "id": "001"
+ },
{
- "key": "buttonColor"
+ "img": "https://assets.appsmith.com/widgets/default.png",
+ "name": "Green",
+ "id": "002"
},
{
- "key": "borderRadius"
+ "img": "https://assets.appsmith.com/widgets/default.png",
+ "name": "Red",
+ "id": "003"
}
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "hnpfj2nutc",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "qj9syzh81y",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "wuk3lelfl2",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
+ ],
+ "displayName": "List",
+ "bottomRow": 126,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "templateBottomRow": 16,
+ "mobileRightColumn": 19,
+ "mainContainerId": "0z5i43iit8",
+ "primaryKeys": "{{List1.listData.map((currentItem, currentIndex) => currentItem[\"id\"] )}}",
+ "parentColumnSpace": 12.578125,
+ "gridType": "vertical",
+ "key": "arlsagii4c",
+ "backgroundColor": "transparent",
+ "isDeprecated": false,
+ "rightColumn": 17,
+ "widgetId": "8zzc2o0gs4",
+ "minWidth": 450,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 85,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 86,
+ "mobileLeftColumn": 0,
+ "selectedItemView": "{{{}}}"
+ },
+ {
+ "zoomLevel": 50,
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 98,
+ "widgetName": "Map1",
+ "defaultMarkers": [{
+ "title": "Location1",
+ "lat": 25.122,
+ "long": 50.132
+ }],
+ "displayName": "Map",
+ "iconSVG": "/static/media/icon.5d50414980b866c69864af79042fa1f9.svg",
+ "topRow": 58,
+ "bottomRow": 84,
+ "parentRowSpace": 10,
+ "type": "MAP_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 10,
+ "animateLoading": true,
+ "allowZoom": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "enablePickLocation": true,
+ "mapCenter": {
+ "lat": 25.122,
+ "long": 50.132
},
- {
- "mobileBottomRow": 5,
- "widgetName": "Text4",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
+ "isClickedMarkerCentered": true,
+ "isDisabled": false,
+ "enableSearch": true,
+ "key": "a7q9onobt6",
+ "isDeprecated": false,
+ "rightColumn": 10,
+ "widgetId": "ci1n2u6ajv",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Content"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 58,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 58,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 84
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 118,
+ "widgetName": "MapChart1",
+ "data": [
{
- "key": "truncateButtonColor"
+ "id": "NA",
+ "value": ".82"
},
{
- "key": "fontFamily"
+ "id": "SA",
+ "value": "2.04"
},
{
- "key": "borderRadius"
+ "id": "AS",
+ "value": "1.78"
+ },
+ {
+ "id": "EU",
+ "value": ".40"
+ },
+ {
+ "id": "AF",
+ "value": "2.58"
+ },
+ {
+ "id": "AU",
+ "value": "1.30"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "6ucqmpw8zr",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "wuk3lelfl2",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button4",
- "onClick": "{{closeModal('Modal1')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
+ ],
+ "colorRange": [
{
- "key": "buttonColor"
+ "minValue": 0.5,
+ "code": "#FFD74D",
+ "maxValue": 1
},
{
- "key": "borderRadius"
+ "minValue": 1,
+ "code": "#FB8C00",
+ "maxValue": 2
+ },
+ {
+ "minValue": 2,
+ "code": "#E65100",
+ "maxValue": 3
+ }
+ ],
+ "isCanvas": false,
+ "displayName": "Map Chart",
+ "iconSVG": "/static/media/icon.8676a101f7a7b525c93961a5fc154938.svg",
+ "searchTags": [
+ "graph",
+ "visuals",
+ "visualisations"
+ ],
+ "topRow": 86,
+ "bottomRow": 118,
+ "parentRowSpace": 10,
+ "type": "MAP_CHART_WIDGET",
+ "hideCard": false,
+ "mapTitle": "Global Population",
+ "mobileRightColumn": 44,
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 20,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "fontFamily"}
+ ],
+ "key": "kguior3yly",
+ "isDeprecated": false,
+ "rightColumn": 44,
+ "widgetId": "hwc4fu37ds",
+ "mapType": "WORLD",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Display"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 86,
+ "responsiveBehavior": "fill",
+ "showLabels": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 20
+ },
+ {
+ "isCompact": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 89,
+ "widgetName": "MenuButton1",
+ "displayName": "Menu button",
+ "iconSVG": "/static/media/icon.631848e88e7a3db05f6015f22835e81b.svg",
+ "topRow": 85,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "MENU_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 62,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 46,
+ "dynamicBindingPathList": [
+ {"key": "menuColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "gprc2zr0rd",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "menuVariant": "PRIMARY",
+ "widgetId": "r8g08yvkew",
+ "menuItems": {
+ "menuItem1": {
+ "widgetId": "",
+ "index": 0,
+ "label": "First Menu Item",
+ "id": "menuItem1",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem3": {
+ "widgetId": "",
+ "index": 2,
+ "label": "Third Menu Item",
+ "id": "menuItem3",
+ "isVisible": true,
+ "isDisabled": false
+ },
+ "menuItem2": {
+ "widgetId": "",
+ "index": 1,
+ "label": "Second Menu Item",
+ "id": "menuItem2",
+ "isVisible": true,
+ "isDisabled": false
}
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "yx1wuu22c5",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "wuk3lelfl2",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
},
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button5",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
+ "isVisible": true,
+ "label": "Open Menu",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 85,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 46,
+ "menuItemsSource": "STATIC",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}",
+ "placement": "CENTER"
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 115,
+ "widgetName": "Modal1",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 91,
+ "bottomRow": 331,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 40,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 240,
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "mobileRightColumn": 301.875,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton2",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "hnpfj2nutc",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "qj9syzh81y",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "wuk3lelfl2",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text4",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "6ucqmpw8zr",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "wuk3lelfl2",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button4",
+ "onClick": "{{closeModal('Modal1')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "yx1wuu22c5",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "wuk3lelfl2",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button5",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "qx414dch11",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "wuk3lelfl2",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "rightColumn": 301.875,
+ "detachFromLayout": true,
+ "widgetId": "wuk3lelfl2",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "r6x7021mrg",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "qnw0lbxm18",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "r6x7021mrg",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 91,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 40,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 156,
+ "widgetName": "Modal2",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 132,
+ "bottomRow": 372,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 23,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "mobileBottomRow": 240,
+ "widgetName": "Canvas5",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 240,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 240,
+ "mobileRightColumn": 289.296875,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "IconButton3",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "leftColumn": 58,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "iconSize": 24,
+ "isDisabled": false,
+ "key": "hnpfj2nutc",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "iconName": "cross",
+ "widgetId": "2020hz44rd",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "qc7xr9bi2u",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 58,
+ "buttonVariant": "TERTIARY"
+ },
+ {
+ "mobileBottomRow": 5,
+ "widgetName": "Text5",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 1,
+ "bottomRow": 5,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Modal Title",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 41,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "4jjv4ddt0r",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "qc7xr9bi2u",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 1,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button6",
+ "onClick": "{{closeModal('Modal2')}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 47,
+ "animateLoading": true,
+ "leftColumn": 31,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Close",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 47,
+ "isDefaultClickDisabled": true,
+ "widgetId": "spf979il1x",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qc7xr9bi2u",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 31,
+ "buttonVariant": "SECONDARY",
+ "placement": "CENTER"
+ },
+ {
+ "resetFormOnClick": false,
+ "boxShadow": "none",
+ "mobileBottomRow": 22,
+ "widgetName": "Button7",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 18,
+ "bottomRow": 22,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "leftColumn": 47,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "text": "Confirm",
+ "isDisabled": false,
+ "key": "l08cse9ra3",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "isDefaultClickDisabled": true,
+ "widgetId": "nm795uew4k",
+ "buttonStyle": "PRIMARY_BUTTON",
+ "minWidth": 120,
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "qc7xr9bi2u",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 18,
+ "responsiveBehavior": "hug",
+ "disabledWhenInvalid": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 47,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ],
+ "isDisabled": false,
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "rightColumn": 289.296875,
+ "detachFromLayout": true,
+ "widgetId": "qc7xr9bi2u",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "4yzww01kfr",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "key": "qnw0lbxm18",
+ "height": 240,
+ "isDeprecated": false,
+ "rightColumn": 23,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "4yzww01kfr",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 132,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "width": 456,
+ "minDynamicHeight": 24
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.3167ea09b141a0db57f2a78cfc022004.svg",
+ "labelText": "Label",
+ "topRow": 129,
+ "labelWidth": 5,
+ "type": "MULTI_SELECT_TREE_WIDGET",
+ "mode": "SHOW_ALL",
+ "defaultOptionValue": ["GREEN"],
+ "animateLoading": true,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "options": [
+ {
+ "children": [
+ {
+ "label": "Dark Blue",
+ "value": "DARK BLUE"
+ },
+ {
+ "label": "Light Blue",
+ "value": "LIGHT BLUE"
+ }
+ ],
+ "label": "Blue",
+ "value": "BLUE"
+ },
{
- "key": "buttonColor"
+ "label": "Green",
+ "value": "GREEN"
},
{
- "key": "borderRadius"
+ "label": "Red",
+ "value": "RED"
}
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "qx414dch11",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "wuk3lelfl2",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "rightColumn": 301.875,
- "detachFromLayout": true,
- "widgetId": "wuk3lelfl2",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "r6x7021mrg",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "qnw0lbxm18",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 64,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "r6x7021mrg",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 91,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 40,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 156,
- "widgetName": "Modal2",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 132,
- "bottomRow": 372,
- "parentRowSpace": 10,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 23,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 240,
- "widgetName": "Canvas5",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 240,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 240,
- "mobileRightColumn": 289.296875,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "boxShadow": "none",
- "mobileBottomRow": 4,
- "widgetName": "IconButton3",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "leftColumn": 58,
- "dynamicBindingPathList": [
+ ],
+ "placeholderText": "Select option(s)",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "expandAll": false,
+ "tags": ["Select"],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 136,
+ "mobileBottomRow": 136,
+ "widgetName": "MultiTreeSelect1",
+ "displayName": "Multi TreeSelect",
+ "searchTags": [
+ "dropdown",
+ "multiselecttree"
+ ],
+ "bottomRow": 136,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "2tf13eug7r",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 7,
+ "widgetId": "5vpvmzgcth",
+ "minWidth": 450,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 129,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 129,
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "allowClear": false,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.801e0376f5d71c420e7b490da23a44a6.svg",
+ "labelText": "Label",
+ "topRow": 130,
+ "labelWidth": 5,
+ "type": "MULTI_SELECT_WIDGET_V2",
+ "serverSideFiltering": false,
+ "defaultOptionValue": [
+ "GREEN",
+ "RED"
+ ],
+ "animateLoading": true,
+ "leftColumn": 9,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "placeholderText": "Select option(s)",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "tags": ["Select"],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 137,
+ "mobileBottomRow": 137,
+ "widgetName": "MultiSelect1",
+ "isFilterable": true,
+ "displayName": "MultiSelect",
+ "searchTags": [
+ "dropdown",
+ "tags"
+ ],
+ "bottomRow": 137,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 39,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "sourceData": [
{
- "key": "buttonColor"
+ "code": "BLUE",
+ "name": "Blue"
},
{
- "key": "borderRadius"
+ "code": "GREEN",
+ "name": "Green"
+ },
+ {
+ "code": "RED",
+ "name": "Red"
}
- ],
- "iconSize": 24,
- "isDisabled": false,
- "key": "hnpfj2nutc",
- "isDeprecated": false,
- "rightColumn": 64,
- "iconName": "cross",
- "widgetId": "2020hz44rd",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "qc7xr9bi2u",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 58,
- "buttonVariant": "TERTIARY"
- },
- {
- "mobileBottomRow": 5,
- "widgetName": "Text5",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 1,
- "bottomRow": 5,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
+ ],
+ "key": "4wa18se7xd",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "widgetId": "txwn62eg82",
+ "optionValue": "code",
+ "minWidth": 450,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 130,
+ "optionLabel": "name",
+ "responsiveBehavior": "fill",
+ "originalTopRow": 130,
+ "mobileLeftColumn": 19,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 129,
+ "widgetName": "NumberSlider1",
+ "defaultValue": 10,
+ "displayName": "Number Slider",
+ "iconSVG": "/static/media/icon.0e730017fc6034faa535c7c3ff261daa.svg",
+ "tooltipAlwaysOn": false,
+ "labelText": "Percentage",
+ "searchTags": ["range"],
+ "topRow": 121,
+ "bottomRow": 129,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "NUMBER_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 41,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 17,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "shouldTruncate": false,
+ "labelPosition": "Top",
+ "isDisabled": false,
+ "key": "nr5wtvwsco",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "max": 100,
+ "widgetId": "0xh6e7d55z",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "marks": [
{
- "key": "truncateButtonColor"
+ "label": "25%",
+ "value": 25
},
{
- "key": "fontFamily"
+ "label": "50%",
+ "value": 50
},
{
- "key": "borderRadius"
+ "label": "75%",
+ "value": 75
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Modal Title",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 41,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "4jjv4ddt0r",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "qc7xr9bi2u",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 1,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button6",
- "onClick": "{{closeModal('Modal2')}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 47,
- "animateLoading": true,
- "leftColumn": 31,
- "dynamicBindingPathList": [
+ ],
+ "sliderSize": "m",
+ "shouldScroll": false,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Sliders"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 121,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 121,
+ "mobileLeftColumn": 16,
+ "originalBottomRow": 129,
+ "step": 1,
+ "showMarksLabel": true
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.d9bf1c0820d1437867fa5a3dfb174eba.svg",
+ "topRow": 94,
+ "labelWidth": 5,
+ "type": "PHONE_INPUT_WIDGET",
+ "animateLoading": true,
+ "resetOnSubmit": true,
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "labelStyle": "",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "tags": ["Inputs"],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 101,
+ "widgetName": "PhoneInput1",
+ "displayName": "Phone Input",
+ "searchTags": ["call"],
+ "bottomRow": 101,
+ "parentRowSpace": 10,
+ "defaultDialCode": "+1",
+ "autoFocus": false,
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "vkafm3t7ba",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "t3b6lzjg6d",
+ "allowDialCodeChange": false,
+ "minWidth": 450,
+ "label": "Label",
+ "parentId": "0",
+ "labelAlignment": "left",
+ "allowFormatting": true,
+ "renderMode": "CANVAS",
+ "mobileTopRow": 94,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 44,
+ "maxDynamicHeight": 9000,
+ "iconAlign": "left",
+ "defaultText": "",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 144,
+ "widgetName": "Progress1",
+ "progressType": "linear",
+ "isCanvas": false,
+ "displayName": "Progress",
+ "iconSVG": "/static/media/icon.d957681553199f5445fe4fb3038b7a64.svg",
+ "searchTags": ["percent"],
+ "topRow": 140,
+ "bottomRow": 144,
+ "parentRowSpace": 10,
+ "type": "PROGRESS_WIDGET",
+ "isIndeterminate": false,
+ "hideCard": false,
+ "fillColor": "{{appsmith.theme.colors.primaryColor}}",
+ "mobileRightColumn": 12,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "fillColor"},
+ {"key": "borderRadius"}
+ ],
+ "key": "ss55ux1zte",
+ "showResult": false,
+ "isDeprecated": false,
+ "rightColumn": 2,
+ "counterClosewise": false,
+ "widgetId": "ywd6b2xb5q",
+ "isVisible": true,
+ "steps": 1,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Content"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 140,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 140,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 144,
+ "progress": 50
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 146,
+ "widgetName": "RadioGroup1",
+ "displayName": "Radio Group",
+ "iconSVG": "/static/media/icon.99c101b3b70073f9c00e9af6523f9427.svg",
+ "searchTags": ["choice"],
+ "topRow": 140,
+ "bottomRow": 153,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RADIO_GROUP_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 37,
+ "defaultOptionValue": "Y",
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Top",
+ "options": [
{
- "key": "buttonColor"
+ "label": "Yes",
+ "value": "Y"
},
{
- "key": "borderRadius"
+ "label": "No",
+ "value": "N"
}
- ],
- "text": "Close",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 47,
- "isDefaultClickDisabled": true,
- "widgetId": "spf979il1x",
- "buttonStyle": "PRIMARY",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qc7xr9bi2u",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 31,
- "buttonVariant": "SECONDARY",
- "placement": "CENTER"
- },
- {
- "resetFormOnClick": false,
- "boxShadow": "none",
- "mobileBottomRow": 22,
- "widgetName": "Button7",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.05d209fafeb13a8569e3b4e97069d9ee.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 18,
- "bottomRow": 22,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63,
- "animateLoading": true,
- "leftColumn": 47,
- "dynamicBindingPathList": [
+ ],
+ "isDisabled": false,
+ "key": "28mewg6ohj",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 4,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "bfqu2mfbud",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Label",
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Toggles"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 140,
+ "originalTopRow": 140,
+ "mobileLeftColumn": 17,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 153,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 158,
+ "widgetName": "RangeSlider1",
+ "iconSVG": "/static/media/icon.aaed6b284667445122560009227d9494.svg",
+ "displayName": "Range Slider",
+ "defaultStartValue": 10,
+ "tooltipAlwaysOn": false,
+ "labelText": "Percentage",
+ "topRow": 158,
+ "bottomRow": 166,
+ "parentRowSpace": 10,
+ "labelWidth": 8,
+ "type": "RANGE_SLIDER_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 7,
+ "animateLoading": true,
+ "min": 0,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Top",
+ "shouldTruncate": false,
+ "isDisabled": false,
+ "defaultEndValue": 100,
+ "key": "s1gd9kou22",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 7,
+ "max": 100,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "widgetId": "lquae2zk6n",
+ "isVisible": true,
+ "marks": [
{
- "key": "buttonColor"
+ "label": "25%",
+ "value": 25
},
{
- "key": "borderRadius"
+ "label": "50%",
+ "value": 50
+ },
+ {
+ "label": "75%",
+ "value": 75
}
- ],
- "text": "Confirm",
- "isDisabled": false,
- "key": "l08cse9ra3",
- "isDeprecated": false,
- "rightColumn": 63,
- "isDefaultClickDisabled": true,
- "widgetId": "nm795uew4k",
- "buttonStyle": "PRIMARY_BUTTON",
- "minWidth": 120,
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1,
- "parentId": "qc7xr9bi2u",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 18,
- "responsiveBehavior": "hug",
- "disabledWhenInvalid": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 47,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ],
- "isDisabled": false,
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "rightColumn": 289.296875,
- "detachFromLayout": true,
- "widgetId": "qc7xr9bi2u",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "4yzww01kfr",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "key": "qnw0lbxm18",
- "height": 240,
- "isDeprecated": false,
- "rightColumn": 23,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "4yzww01kfr",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 132,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "width": 456,
- "minDynamicHeight": 24
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.3167ea09b141a0db57f2a78cfc022004.svg",
- "labelText": "Label",
- "topRow": 129,
- "labelWidth": 5,
- "type": "MULTI_SELECT_TREE_WIDGET",
- "mode": "SHOW_ALL",
- "defaultOptionValue": [
- "GREEN"
- ],
- "animateLoading": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "options": [
- {
- "label": "Blue",
- "value": "BLUE",
- "children": [
- {
- "label": "Dark Blue",
- "value": "DARK BLUE"
- },
- {
- "label": "Light Blue",
- "value": "LIGHT BLUE"
- }
- ]
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "placeholderText": "Select option(s)",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "expandAll": false,
- "tags": [
- "Select"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 136,
- "mobileBottomRow": 136,
- "widgetName": "MultiTreeSelect1",
- "displayName": "Multi TreeSelect",
- "searchTags": [
- "dropdown",
- "multiselecttree"
- ],
- "bottomRow": 136,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 16,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "2tf13eug7r",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 7,
- "widgetId": "5vpvmzgcth",
- "minWidth": 450,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 129,
- "responsiveBehavior": "fill",
- "originalTopRow": 129,
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "allowClear": false,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.801e0376f5d71c420e7b490da23a44a6.svg",
- "labelText": "Label",
- "topRow": 130,
- "labelWidth": 5,
- "type": "MULTI_SELECT_WIDGET_V2",
- "serverSideFiltering": false,
- "defaultOptionValue": [
- "GREEN",
- "RED"
- ],
- "animateLoading": true,
- "leftColumn": 9,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "placeholderText": "Select option(s)",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "tags": [
- "Select"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 137,
- "mobileBottomRow": 137,
- "widgetName": "MultiSelect1",
- "isFilterable": true,
- "displayName": "MultiSelect",
- "searchTags": [
- "dropdown",
- "tags"
- ],
- "bottomRow": 137,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 39,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "sourceData": [
- {
- "name": "Blue",
- "code": "BLUE"
- },
- {
- "name": "Green",
- "code": "GREEN"
- },
- {
- "name": "Red",
- "code": "RED"
- }
- ],
- "key": "4wa18se7xd",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 22,
- "widgetId": "txwn62eg82",
- "optionValue": "code",
- "minWidth": 450,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 130,
- "optionLabel": "name",
- "responsiveBehavior": "fill",
- "originalTopRow": 130,
- "mobileLeftColumn": 19,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 129,
- "widgetName": "NumberSlider1",
- "defaultValue": 10,
- "displayName": "Number Slider",
- "iconSVG": "/static/media/icon.0e730017fc6034faa535c7c3ff261daa.svg",
- "tooltipAlwaysOn": false,
- "labelText": "Percentage",
- "searchTags": [
- "range"
- ],
- "topRow": 121,
- "bottomRow": 129,
- "parentRowSpace": 10,
- "labelWidth": 8,
- "type": "NUMBER_SLIDER_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 41,
- "animateLoading": true,
- "min": 0,
- "parentColumnSpace": 12.578125,
- "leftColumn": 17,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "shouldTruncate": false,
- "labelPosition": "Top",
- "isDisabled": false,
- "key": "nr5wtvwsco",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 30,
- "max": 100,
- "widgetId": "0xh6e7d55z",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "marks": [
- {
- "value": 25,
- "label": "25%"
- },
- {
- "value": 50,
- "label": "50%"
- },
- {
- "value": 75,
- "label": "75%"
- }
- ],
- "sliderSize": "m",
- "shouldScroll": false,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Sliders"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 121,
- "responsiveBehavior": "fill",
- "originalTopRow": 121,
- "mobileLeftColumn": 16,
- "originalBottomRow": 129,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.d9bf1c0820d1437867fa5a3dfb174eba.svg",
- "topRow": 94,
- "labelWidth": 5,
- "type": "PHONE_INPUT_WIDGET",
- "animateLoading": true,
- "resetOnSubmit": true,
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "labelStyle": "",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "tags": [
- "Inputs"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 101,
- "widgetName": "PhoneInput1",
- "displayName": "Phone Input",
- "searchTags": [
- "call"
- ],
- "bottomRow": 101,
- "parentRowSpace": 10,
- "defaultDialCode": "+1",
- "autoFocus": false,
- "hideCard": false,
- "mobileRightColumn": 64,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "vkafm3t7ba",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "t3b6lzjg6d",
- "allowDialCodeChange": false,
- "minWidth": 450,
- "label": "Label",
- "parentId": "0",
- "labelAlignment": "left",
- "allowFormatting": true,
- "renderMode": "CANVAS",
- "mobileTopRow": 94,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 44,
- "maxDynamicHeight": 9000,
- "iconAlign": "left",
- "defaultText": "",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 144,
- "widgetName": "Progress1",
- "progressType": "linear",
- "isCanvas": false,
- "displayName": "Progress",
- "iconSVG": "/static/media/icon.d957681553199f5445fe4fb3038b7a64.svg",
- "searchTags": [
- "percent"
- ],
- "topRow": 140,
- "bottomRow": 144,
- "parentRowSpace": 10,
- "type": "PROGRESS_WIDGET",
- "isIndeterminate": false,
- "hideCard": false,
- "fillColor": "{{appsmith.theme.colors.primaryColor}}",
- "mobileRightColumn": 12,
- "parentColumnSpace": 12.578125,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "fillColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "key": "ss55ux1zte",
- "showResult": false,
- "isDeprecated": false,
- "rightColumn": 2,
- "counterClosewise": false,
- "widgetId": "ywd6b2xb5q",
- "isVisible": true,
- "steps": 1,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 140,
- "responsiveBehavior": "fill",
- "originalTopRow": 140,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0,
- "originalBottomRow": 144,
- "progress": 50
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 146,
- "widgetName": "RadioGroup1",
- "displayName": "Radio Group",
- "iconSVG": "/static/media/icon.99c101b3b70073f9c00e9af6523f9427.svg",
- "searchTags": [
- "choice"
- ],
- "topRow": 140,
- "bottomRow": 153,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RADIO_GROUP_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 37,
- "defaultOptionValue": "Y",
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Top",
- "options": [
- {
- "label": "Yes",
- "value": "Y"
- },
- {
- "label": "No",
- "value": "N"
- }
- ],
- "isDisabled": false,
- "key": "28mewg6ohj",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 4,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "bfqu2mfbud",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Label",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Toggles"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 140,
- "originalTopRow": 140,
- "mobileLeftColumn": 17,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 153,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- },
- {
- "iconSVG": "/static/media/icon.aaed6b284667445122560009227d9494.svg",
- "defaultStartValue": 10,
- "tooltipAlwaysOn": false,
- "labelText": "Percentage",
- "topRow": 158,
- "labelWidth": 8,
- "type": "RANGE_SLIDER_WIDGET",
- "animateLoading": true,
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "isDisabled": false,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "tags": [
- "Sliders"
- ],
- "isLoading": false,
- "originalBottomRow": 166,
- "minRange": 5,
- "mobileBottomRow": 158,
- "widgetName": "RangeSlider1",
- "displayName": "Range Slider",
- "bottomRow": 166,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 7,
- "min": 0,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "shouldTruncate": false,
- "defaultEndValue": 100,
- "key": "s1gd9kou22",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 7,
- "max": 100,
- "widgetId": "lquae2zk6n",
- "marks": [
- {
- "value": 25,
- "label": "25%"
- },
- {
- "value": 50,
- "label": "50%"
- },
- {
- "value": 75,
- "label": "75%"
- }
- ],
- "sliderSize": "m",
- "shouldScroll": false,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 150,
- "responsiveBehavior": "fill",
- "originalTopRow": 158,
- "mobileLeftColumn": 0,
- "step": 1,
- "showMarksLabel": true
- },
- {
- "mobileBottomRow": 151,
- "widgetName": "Rating1",
- "displayName": "Rating",
- "iconSVG": "/static/media/icon.2281d0260761c25b3504117eddb50d8d.svg",
- "searchTags": [
- "stars",
- "rate"
- ],
- "topRow": 154,
- "bottomRow": 158,
- "parentRowSpace": 10,
- "type": "RATE_WIDGET",
- "maxCount": 5,
- "hideCard": false,
- "mobileRightColumn": 19,
- "animateLoading": true,
- "isReadOnly": false,
- "parentColumnSpace": 12.578125,
- "leftColumn": 37,
- "dynamicBindingPathList": [
- {
- "key": "activeColor"
- }
- ],
- "isDisabled": false,
- "key": "8xz0qsschn",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 56,
- "inactiveColor": "#E0DEDE",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "m2hxtimc8p",
- "isVisible": true,
- "parentId": "0",
- "tags": [
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 147,
- "defaultRate": 3,
- "originalTopRow": 154,
- "activeColor": "{{appsmith.theme.colors.primaryColor}}",
- "size": "LARGE",
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "isAllowHalf": false,
- "originalBottomRow": 158,
- "minDynamicHeight": 4,
- "tooltips": [
- "Terrible",
- "Bad",
- "Neutral",
- "Good",
- "Great"
- ]
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 141,
- "widgetName": "RichTextEditor1",
- "displayName": "Rich Text Editor",
- "iconSVG": "/static/media/icon.074d534389d0f6262ecfbd8e81539d08.svg",
- "labelText": "Label",
- "searchTags": [
- "input",
- "rte"
- ],
- "topRow": 145,
- "bottomRow": 165,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "RICH_TEXT_EDITOR_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 64,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 13,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "labelPosition": "Top",
- "inputType": "html",
- "isDisabled": false,
- "key": "nqpl6xv81l",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 37,
- "isDefaultClickDisabled": true,
- "dynamicHeight": "FIXED",
- "widgetId": "oqn8kruzwm",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Inputs"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 121,
- "responsiveBehavior": "fill",
- "originalTopRow": 145,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 40,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 165,
- "defaultText": "This is the initial content of the editor",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.a7b19dc8b31d68fcff57f1d2c0084a18.svg",
- "labelText": "Label",
- "topRow": 103,
- "labelWidth": 5,
- "type": "SELECT_WIDGET",
- "serverSideFiltering": false,
- "defaultOptionValue": "GREEN",
- "animateLoading": true,
- "leftColumn": 44,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "placeholderText": "Select option",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "tags": [
- "Suggested",
- "Select"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileBottomRow": 110,
- "widgetName": "Select1",
- "isFilterable": true,
- "displayName": "Select",
- "searchTags": [
- "dropdown"
- ],
- "bottomRow": 110,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 64,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "sourceData": [
- {
- "name": "Blue",
- "code": "BLUE"
- },
- {
- "name": "Green",
- "code": "GREEN"
- },
- {
- "name": "Red",
- "code": "RED"
- }
- ],
- "key": "0ghuoqaq2n",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 64,
- "widgetId": "fmzvjflg26",
- "optionValue": "code",
- "minWidth": 450,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 103,
- "optionLabel": "name",
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 44,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 139,
- "widgetName": "Statbox1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Stats Box",
- "iconSVG": "/static/media/icon.182a90a0c52d97288bf067cc9c4186d4.svg",
- "searchTags": [
- "statbox"
- ],
- "topRow": 125,
- "bottomRow": 140,
- "parentRowSpace": 10,
- "type": "STATBOX_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 50,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 42,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 140,
- "widgetName": "Canvas6",
- "displayName": "Canvas",
- "topRow": 0,
- "bottomRow": 150,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 140,
- "mobileRightColumn": 276.71875,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [
- {
- "mobileBottomRow": 4,
- "widgetName": "Text6",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0,
- "bottomRow": 4,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 37,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
+ ],
+ "sliderSize": "m",
+ "version": 1,
+ "shouldScroll": false,
+ "parentId": "0",
+ "tags": ["Sliders"],
+ "isLoading": false,
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 150,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 158,
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 166,
+ "step": 1,
+ "showMarksLabel": true,
+ "minRange": 5
+ },
+ {
+ "mobileBottomRow": 151,
+ "widgetName": "Rating1",
+ "displayName": "Rating",
+ "iconSVG": "/static/media/icon.2281d0260761c25b3504117eddb50d8d.svg",
+ "searchTags": [
+ "stars",
+ "rate"
+ ],
+ "topRow": 154,
+ "bottomRow": 158,
+ "parentRowSpace": 10,
+ "type": "RATE_WIDGET",
+ "maxCount": 5,
+ "hideCard": false,
+ "mobileRightColumn": 19,
+ "animateLoading": true,
+ "isReadOnly": false,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 37,
+ "dynamicBindingPathList": [{"key": "activeColor"}],
+ "isDisabled": false,
+ "key": "8xz0qsschn",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 56,
+ "inactiveColor": "#E0DEDE",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "m2hxtimc8p",
+ "isVisible": true,
+ "parentId": "0",
+ "tags": ["Content"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 147,
+ "defaultRate": 3,
+ "originalTopRow": 154,
+ "activeColor": "{{appsmith.theme.colors.primaryColor}}",
+ "size": "LARGE",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "isAllowHalf": false,
+ "originalBottomRow": 158,
+ "minDynamicHeight": 4,
+ "tooltips": [
+ "Terrible",
+ "Bad",
+ "Neutral",
+ "Good",
+ "Great"
+ ]
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 141,
+ "widgetName": "RichTextEditor1",
+ "displayName": "Rich Text Editor",
+ "iconSVG": "/static/media/icon.074d534389d0f6262ecfbd8e81539d08.svg",
+ "labelText": "Label",
+ "searchTags": [
+ "input",
+ "rte"
+ ],
+ "topRow": 145,
+ "bottomRow": 165,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "RICH_TEXT_EDITOR_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 13,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "labelPosition": "Top",
+ "inputType": "html",
+ "isDisabled": false,
+ "key": "nqpl6xv81l",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 37,
+ "isDefaultClickDisabled": true,
+ "dynamicHeight": "FIXED",
+ "widgetId": "oqn8kruzwm",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Inputs"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 121,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 145,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 40,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 165,
+ "defaultText": "This is the initial content<\/b> of the editor",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.a7b19dc8b31d68fcff57f1d2c0084a18.svg",
+ "labelText": "Label",
+ "topRow": 103,
+ "labelWidth": 5,
+ "type": "SELECT_WIDGET",
+ "serverSideFiltering": false,
+ "defaultOptionValue": "GREEN",
+ "animateLoading": true,
+ "leftColumn": 44,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "tags": [
+ "Suggested",
+ "Select"
+ ],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileBottomRow": 110,
+ "widgetName": "Select1",
+ "isFilterable": true,
+ "displayName": "Select",
+ "searchTags": ["dropdown"],
+ "bottomRow": 110,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 64,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "sourceData": [
{
- "key": "truncateButtonColor"
+ "code": "BLUE",
+ "name": "Blue"
},
{
- "key": "fontFamily"
+ "code": "GREEN",
+ "name": "Green"
},
{
- "key": "borderRadius"
+ "code": "RED",
+ "name": "Red"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Page Views",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 37,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ngjsp0w04u",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#999999",
- "version": 1,
- "parentId": "6p1oisvt4u",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 8,
- "widgetName": "Text7",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 4,
- "bottomRow": 8,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 37,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
+ ],
+ "key": "0ghuoqaq2n",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "widgetId": "fmzvjflg26",
+ "optionValue": "code",
+ "minWidth": 450,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 103,
+ "optionLabel": "name",
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 44,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 139,
+ "widgetName": "Statbox1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Stats Box",
+ "iconSVG": "/static/media/icon.182a90a0c52d97288bf067cc9c4186d4.svg",
+ "searchTags": ["statbox"],
+ "topRow": 125,
+ "bottomRow": 140,
+ "parentRowSpace": 10,
+ "type": "STATBOX_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 50,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 42,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "mobileBottomRow": 140,
+ "widgetName": "Canvas6",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 150,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 140,
+ "mobileRightColumn": 276.71875,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [
+ {
+ "mobileBottomRow": 4,
+ "widgetName": "Text6",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 37,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Page Views",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 37,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ngjsp0w04u",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#999999",
+ "version": 1,
+ "parentId": "6p1oisvt4u",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 8,
+ "widgetName": "Text7",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 4,
+ "bottomRow": 8,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 37,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "2.6 M",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 37,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "pxeqy7c3r0",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "6p1oisvt4u",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 10,
+ "widgetName": "IconButton4",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 2,
+ "bottomRow": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 62,
+ "animateLoading": true,
+ "leftColumn": 46,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "hnpfj2nutc",
+ "isDeprecated": false,
+ "rightColumn": 62,
+ "iconName": "arrow-top-right",
+ "widgetId": "95leneff8x",
+ "buttonStyle": "PRIMARY",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "6p1oisvt4u",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 2,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 46,
+ "buttonVariant": "PRIMARY"
+ },
+ {
+ "mobileBottomRow": 12,
+ "widgetName": "Text8",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 8,
+ "bottomRow": 13,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 37,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "21% more than last month",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 37,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "qizpkwzy37",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#03B365",
+ "version": 1,
+ "parentId": "6p1oisvt4u",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 8,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 8,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 13,
+ "fontSize": "0.875rem",
+ "minDynamicHeight": 4
+ }
+ ],
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "rightColumn": 276.71875,
+ "detachFromLayout": true,
+ "widgetId": "6p1oisvt4u",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "16h9hj28au",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }],
+ "borderWidth": "1",
+ "positioning": "fixed",
+ "key": "h78l6tvnee",
+ "backgroundColor": "white",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "16h9hj28au",
+ "isVisible": true,
+ "parentId": "0",
+ "tags": ["Display"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 125,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 125,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 28,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 140,
+ "minDynamicHeight": 14
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 130,
+ "widgetName": "Switch1",
+ "displayName": "Switch",
+ "iconSVG": "/static/media/icon.afbd826fee9d09b12c5cde30a8c6fe62.svg",
+ "searchTags": ["boolean"],
+ "topRow": 126,
+ "bottomRow": 130,
+ "parentRowSpace": 10,
+ "type": "SWITCH_WIDGET",
+ "alignWidget": "LEFT",
+ "hideCard": false,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 30,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Left",
+ "isDisabled": false,
+ "key": "78zhyxiuy6",
+ "isDeprecated": false,
+ "rightColumn": 42,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "ed61bm6yq6",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "label": "Label",
+ "defaultSwitchState": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Toggles"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 126,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 13,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "mobileBottomRow": 179,
+ "widgetName": "SwitchGroup1",
+ "isCanvas": false,
+ "displayName": "Switch Group",
+ "iconSVG": "/static/media/icon.6a5a5f62190c8b357935095e946a663c.svg",
+ "labelText": "Label",
+ "topRow": 173,
+ "bottomRow": 184,
+ "parentRowSpace": 10,
+ "labelWidth": 5,
+ "type": "SWITCH_GROUP_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 11,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 25,
+ "dynamicBindingPathList": [{"key": "accentColor"}],
+ "labelPosition": "Top",
+ "options": [
{
- "key": "truncateButtonColor"
+ "label": "Blue",
+ "value": "BLUE"
},
{
- "key": "fontFamily"
+ "label": "Green",
+ "value": "GREEN"
},
{
- "key": "borderRadius"
+ "label": "Red",
+ "value": "RED"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "2.6 M",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 37,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "pxeqy7c3r0",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "6p1oisvt4u",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 4,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 10,
- "widgetName": "IconButton4",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 2,
- "bottomRow": 10,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 62,
- "animateLoading": true,
- "leftColumn": 46,
- "dynamicBindingPathList": [
+ ],
+ "isDisabled": false,
+ "key": "wtfaj1dxxd",
+ "labelTextSize": "0.875rem",
+ "isRequired": false,
+ "isDeprecated": false,
+ "rightColumn": 36,
+ "defaultSelectedValues": ["BLUE"],
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "lahfh6aqh8",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Toggles"],
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 173,
+ "originalTopRow": 173,
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 184,
+ "isInline": true,
+ "alignment": "left",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 188,
+ "widgetName": "Tabs1",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Tabs",
+ "iconSVG": "/static/media/icon.9e3d67c0af9c0bd092dc56240314e18a.svg",
+ "topRow": 173,
+ "bottomRow": 192,
+ "parentRowSpace": 10,
+ "type": "TABS_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 25,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
{
- "key": "buttonColor"
+ "tabId": "tab1",
+ "mobileBottomRow": 150,
+ "widgetName": "Canvas7",
+ "displayName": "Canvas",
+ "bottomRow": 150,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 150,
+ "mobileRightColumn": 301.875,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "tabName": "Tab 1",
+ "rightColumn": 301.875,
+ "detachFromLayout": true,
+ "widgetId": "9125inom1a",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "d1ol61zbiq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
},
{
- "key": "borderRadius"
+ "tabId": "tab2",
+ "mobileBottomRow": 150,
+ "widgetName": "Canvas8",
+ "displayName": "Canvas",
+ "bottomRow": 150,
+ "topRow": 0,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 150,
+ "mobileRightColumn": 301.875,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [],
+ "children": [],
+ "isDisabled": false,
+ "key": "1x0t7xzh8t",
+ "isDeprecated": false,
+ "tabName": "Tab 2",
+ "rightColumn": 301.875,
+ "detachFromLayout": true,
+ "widgetId": "rao8jc32mo",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "d1ol61zbiq",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "mobileLeftColumn": 0,
+ "flexLayers": []
+ }
+ ],
+ "borderWidth": 1,
+ "key": "wwrmea1oqw",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 25,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "d1ol61zbiq",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "defaultTab": "Tab 1",
+ "shouldShowTabs": true,
+ "minWidth": 450,
+ "tabsObj": {
+ "tab1": {
+ "widgetId": "9125inom1a",
+ "positioning": "vertical",
+ "index": 0,
+ "label": "Tab 1",
+ "id": "tab1",
+ "isVisible": true
+ },
+ "tab2": {
+ "widgetId": "rao8jc32mo",
+ "positioning": "vertical",
+ "index": 1,
+ "label": "Tab 2",
+ "id": "tab2",
+ "isVisible": true
}
- ],
- "isDisabled": false,
- "key": "hnpfj2nutc",
- "isDeprecated": false,
- "rightColumn": 62,
- "iconName": "arrow-top-right",
- "widgetId": "95leneff8x",
- "buttonStyle": "PRIMARY",
- "minWidth": 50,
- "isVisible": true,
- "version": 1,
- "parentId": "6p1oisvt4u",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 2,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 46,
- "buttonVariant": "PRIMARY"
},
- {
- "mobileBottomRow": 12,
- "widgetName": "Text8",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
+ "isVisible": true,
+ "version": 3,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 173,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 173,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 1,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 192,
+ "minDynamicHeight": 15
+ },
+ {
+ "mobileBottomRow": 175,
+ "widgetName": "Text9",
+ "displayName": "Text",
+ "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
"typography",
"paragraph",
"label"
- ],
- "topRow": 8,
- "bottomRow": 13,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 37,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "leftColumn": 1,
- "dynamicBindingPathList": [
+ ],
+ "topRow": 171,
+ "bottomRow": 175,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 52,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 36,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"},
+ {"key": "text"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Hello {{appsmith.user.name || appsmith.user.email}}",
+ "key": "ti4y143m60",
+ "isDeprecated": false,
+ "rightColumn": 52,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "mc3jy2f04s",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "0",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 171,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 171,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 36,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 175,
+ "fontSize": "1rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "iconSVG": "/static/media/icon.a7b19dc8b31d68fcff57f1d2c0084a18.svg",
+ "labelText": "Label",
+ "topRow": 200,
+ "labelWidth": 5,
+ "type": "SINGLE_SELECT_TREE_WIDGET",
+ "defaultOptionValue": "BLUE",
+ "animateLoading": true,
+ "leftColumn": 26,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"}
+ ],
+ "options": [
{
- "key": "truncateButtonColor"
+ "children": [
+ {
+ "label": "Dark Blue",
+ "value": "DARK BLUE"
+ },
+ {
+ "label": "Light Blue",
+ "value": "LIGHT BLUE"
+ }
+ ],
+ "label": "Blue",
+ "value": "BLUE"
},
{
- "key": "fontFamily"
+ "label": "Green",
+ "value": "GREEN"
},
{
- "key": "borderRadius"
+ "label": "Red",
+ "value": "RED"
}
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "21% more than last month",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 37,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "qizpkwzy37",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#03B365",
- "version": 1,
- "parentId": "6p1oisvt4u",
- "tags": [
+ ],
+ "placeholderText": "Select option",
+ "isDisabled": false,
+ "isRequired": false,
+ "dynamicHeight": "FIXED",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisible": true,
+ "version": 1,
+ "expandAll": false,
+ "tags": ["Select"],
+ "isLoading": false,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 207,
+ "mobileBottomRow": 207,
+ "widgetName": "TreeSelect1",
+ "displayName": "TreeSelect",
+ "searchTags": [
+ "dropdown",
+ "singleselecttree"
+ ],
+ "bottomRow": 207,
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 20,
+ "parentColumnSpace": 12.578125,
+ "labelPosition": "Top",
+ "key": "wed9iqcqr6",
+ "labelTextSize": "0.875rem",
+ "isDeprecated": false,
+ "rightColumn": 46,
+ "widgetId": "sxat5132ow",
+ "minWidth": 450,
+ "parentId": "0",
+ "labelAlignment": "left",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 200,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 200,
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "allowClear": false,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 227,
+ "widgetName": "Video1",
+ "displayName": "Video",
+ "iconSVG": "/static/media/icon.e3e5dfc92ff10e68a8a2b3c94ab4a4a4.svg",
+ "searchTags": ["youtube"],
+ "topRow": 199,
+ "bottomRow": 227,
+ "parentRowSpace": 10,
+ "type": "VIDEO_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 26,
+ "animateLoading": true,
+ "parentColumnSpace": 12.578125,
+ "leftColumn": 2,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "key": "o891ebfron",
+ "backgroundColor": "#000",
+ "isDeprecated": false,
+ "rightColumn": 26,
+ "widgetId": "xi07gnjxwc",
+ "isVisible": true,
+ "version": 1,
+ "url": "https://assets.appsmith.com/widgets/bird.mp4",
+ "parentId": "0",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 199,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 199,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 2,
+ "originalBottomRow": 227,
+ "autoPlay": false
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": true,
+ "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
+ "topRow": 232,
+ "isSortable": true,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "needsHeightForContent": true,
+ "leftColumn": 0,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 2,
+ "totalRecordsCount": 0,
+ "tags": [
"Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 8,
- "responsiveBehavior": "fill",
- "originalTopRow": 8,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 13,
- "fontSize": "0.875rem",
- "minDynamicHeight": 4
- }
- ],
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "rightColumn": 276.71875,
- "detachFromLayout": true,
- "widgetId": "6p1oisvt4u",
- "containerStyle": "none",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "16h9hj28au",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "borderWidth": "1",
- "positioning": "fixed",
- "key": "h78l6tvnee",
- "backgroundColor": "white",
- "isDeprecated": false,
- "rightColumn": 64,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "16h9hj28au",
- "isVisible": true,
- "parentId": "0",
- "tags": [
- "Display"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 125,
- "responsiveBehavior": "fill",
- "originalTopRow": 125,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 28,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 140,
- "minDynamicHeight": 14
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 130,
- "widgetName": "Switch1",
- "displayName": "Switch",
- "iconSVG": "/static/media/icon.afbd826fee9d09b12c5cde30a8c6fe62.svg",
- "searchTags": [
- "boolean"
- ],
- "topRow": 126,
- "bottomRow": 130,
- "parentRowSpace": 10,
- "type": "SWITCH_WIDGET",
- "alignWidget": "LEFT",
- "hideCard": false,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 30,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Left",
- "isDisabled": false,
- "key": "78zhyxiuy6",
- "isDeprecated": false,
- "rightColumn": 42,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "ed61bm6yq6",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "label": "Label",
- "defaultSwitchState": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Toggles"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 126,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 13,
- "maxDynamicHeight": 9000,
- "minDynamicHeight": 4
- },
- {
- "mobileBottomRow": 179,
- "widgetName": "SwitchGroup1",
- "isCanvas": false,
- "displayName": "Switch Group",
- "iconSVG": "/static/media/icon.6a5a5f62190c8b357935095e946a663c.svg",
- "labelText": "Label",
- "topRow": 173,
- "bottomRow": 184,
- "parentRowSpace": 10,
- "labelWidth": 5,
- "type": "SWITCH_GROUP_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 11,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 25,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- }
- ],
- "labelPosition": "Top",
- "options": [
- {
- "label": "Blue",
- "value": "BLUE"
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "isDisabled": false,
- "key": "wtfaj1dxxd",
- "labelTextSize": "0.875rem",
- "isRequired": false,
- "isDeprecated": false,
- "rightColumn": 36,
- "defaultSelectedValues": [
- "BLUE"
- ],
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "lahfh6aqh8",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "parentId": "0",
- "tags": [
- "Toggles"
- ],
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 173,
- "originalTopRow": 173,
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 184,
- "isInline": true,
- "alignment": "left",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 188,
- "widgetName": "Tabs1",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Tabs",
- "iconSVG": "/static/media/icon.9e3d67c0af9c0bd092dc56240314e18a.svg",
- "topRow": 173,
- "bottomRow": 192,
- "parentRowSpace": 10,
- "type": "TABS_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 25,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 1,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "tabId": "tab1",
- "mobileBottomRow": 150,
- "widgetName": "Canvas7",
- "displayName": "Canvas",
- "bottomRow": 150,
- "topRow": 0,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 150,
- "mobileRightColumn": 301.875,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "tabName": "Tab 1",
- "rightColumn": 301.875,
- "detachFromLayout": true,
- "widgetId": "9125inom1a",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "d1ol61zbiq",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- },
- {
- "tabId": "tab2",
- "mobileBottomRow": 150,
- "widgetName": "Canvas8",
- "displayName": "Canvas",
- "bottomRow": 150,
- "topRow": 0,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 150,
- "mobileRightColumn": 301.875,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "dynamicBindingPathList": [],
- "children": [],
- "isDisabled": false,
- "key": "1x0t7xzh8t",
- "isDeprecated": false,
- "tabName": "Tab 2",
- "rightColumn": 301.875,
- "detachFromLayout": true,
- "widgetId": "rao8jc32mo",
- "minWidth": 450,
- "isVisible": true,
- "version": 1,
- "parentId": "d1ol61zbiq",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0,
- "responsiveBehavior": "fill",
- "mobileLeftColumn": 0,
- "flexLayers": []
- }
- ],
- "borderWidth": 1,
- "key": "wwrmea1oqw",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 25,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "d1ol61zbiq",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "defaultTab": "Tab 1",
- "shouldShowTabs": true,
- "minWidth": 450,
- "tabsObj": {
- "tab1": {
- "label": "Tab 1",
- "id": "tab1",
- "widgetId": "9125inom1a",
- "isVisible": true,
- "index": 0,
- "positioning": "vertical"
- },
- "tab2": {
- "label": "Tab 2",
- "id": "tab2",
- "widgetId": "rao8jc32mo",
- "isVisible": true,
- "index": 1,
- "positioning": "vertical"
- }
- },
- "isVisible": true,
- "version": 3,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 173,
- "responsiveBehavior": "fill",
- "originalTopRow": 173,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 1,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 192,
- "minDynamicHeight": 15
- },
- {
- "mobileBottomRow": 175,
- "widgetName": "Text9",
- "displayName": "Text",
- "iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 171,
- "bottomRow": 175,
- "parentRowSpace": 10,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 52,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 12.578125,
- "leftColumn": 36,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "text"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Hello {{appsmith.user.name || appsmith.user.email}}",
- "key": "ti4y143m60",
- "isDeprecated": false,
- "rightColumn": 52,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "mc3jy2f04s",
- "minWidth": 450,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "0",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 171,
- "responsiveBehavior": "fill",
- "originalTopRow": 171,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 36,
- "maxDynamicHeight": 9000,
- "originalBottomRow": 175,
- "fontSize": "1rem",
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "none",
- "iconSVG": "/static/media/icon.a7b19dc8b31d68fcff57f1d2c0084a18.svg",
- "labelText": "Label",
- "topRow": 200,
- "labelWidth": 5,
- "type": "SINGLE_SELECT_TREE_WIDGET",
- "defaultOptionValue": "BLUE",
- "animateLoading": true,
- "leftColumn": 26,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "options": [
- {
- "label": "Blue",
- "value": "BLUE",
- "children": [
- {
- "label": "Dark Blue",
- "value": "DARK BLUE"
+ "Display"
+ ],
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
},
- {
- "label": "Light Blue",
- "value": "LIGHT BLUE"
- }
- ]
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "placeholderText": "Select option",
- "isDisabled": false,
- "isRequired": false,
- "dynamicHeight": "FIXED",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisible": true,
- "version": 1,
- "expandAll": false,
- "tags": [
- "Select"
- ],
- "isLoading": false,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 207,
- "mobileBottomRow": 207,
- "widgetName": "TreeSelect1",
- "displayName": "TreeSelect",
- "searchTags": [
- "dropdown",
- "singleselecttree"
- ],
- "bottomRow": 207,
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 20,
- "parentColumnSpace": 12.578125,
- "labelPosition": "Top",
- "key": "wed9iqcqr6",
- "labelTextSize": "0.875rem",
- "isDeprecated": false,
- "rightColumn": 46,
- "widgetId": "sxat5132ow",
- "minWidth": 450,
- "parentId": "0",
- "labelAlignment": "left",
- "renderMode": "CANVAS",
- "mobileTopRow": 200,
- "responsiveBehavior": "fill",
- "originalTopRow": 200,
- "mobileLeftColumn": 0,
- "maxDynamicHeight": 9000,
- "allowClear": false,
- "minDynamicHeight": 4
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 227,
- "widgetName": "Video1",
- "displayName": "Video",
- "iconSVG": "/static/media/icon.e3e5dfc92ff10e68a8a2b3c94ab4a4a4.svg",
- "searchTags": [
- "youtube"
- ],
- "topRow": 199,
- "bottomRow": 227,
- "parentRowSpace": 10,
- "type": "VIDEO_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 26,
- "animateLoading": true,
- "parentColumnSpace": 12.578125,
- "leftColumn": 2,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "key": "o891ebfron",
- "backgroundColor": "#000",
- "isDeprecated": false,
- "rightColumn": 26,
- "widgetId": "xi07gnjxwc",
- "isVisible": true,
- "version": 1,
- "url": "https://assets.appsmith.com/widgets/bird.mp4",
- "parentId": "0",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 199,
- "responsiveBehavior": "fill",
- "originalTopRow": 199,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 2,
- "originalBottomRow": 227,
- "autoPlay": false
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": true,
- "iconSVG": "/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
- "topRow": 232,
- "isSortable": true,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "needsHeightForContent": true,
- "leftColumn": 0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0,
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 2,
- "totalRecordsCount": 0,
- "tags": [
- "Suggested",
- "Display"
- ],
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnUpdatedAt": 1691735653044,
- "originalBottomRow": 260,
- "defaultSelectedRowIndices": [
- 0
- ],
- "mobileBottomRow": 260,
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [],
- "dynamicPropertyPathList": [],
- "displayName": "Table",
- "bottomRow": 260,
- "columnWidthMap": {},
- "parentRowSpace": 10,
- "hideCard": false,
- "mobileRightColumn": 29,
- "parentColumnSpace": 12.578125,
- "borderWidth": "1",
- "primaryColumns": {},
- "key": "q9aeroowon",
- "canFreezeColumn": true,
- "isDeprecated": false,
- "rightColumn": 29,
- "textSize": "0.875rem",
- "widgetId": "167sse6jxm",
- "minWidth": 450,
- "tableData": "",
- "label": "Data",
- "searchKey": "",
- "parentId": "0",
- "renderMode": "CANVAS",
- "mobileTopRow": 232,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "responsiveBehavior": "fill",
- "originalTopRow": 232,
- "mobileLeftColumn": 0,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- }
- ]
-}
\ No newline at end of file
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnUpdatedAt": 1691735653044,
+ "originalBottomRow": 260,
+ "defaultSelectedRowIndices": [0],
+ "mobileBottomRow": 260,
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [],
+ "dynamicPropertyPathList": [],
+ "displayName": "Table",
+ "bottomRow": 260,
+ "columnWidthMap": {},
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 29,
+ "parentColumnSpace": 12.578125,
+ "borderWidth": "1",
+ "primaryColumns": {},
+ "key": "q9aeroowon",
+ "canFreezeColumn": true,
+ "isDeprecated": false,
+ "rightColumn": 29,
+ "textSize": "0.875rem",
+ "widgetId": "167sse6jxm",
+ "minWidth": 450,
+ "tableData": "",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 232,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 232,
+ "mobileLeftColumn": 0,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ }
+ ]
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/application.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/application.json
index 7e9bf5cabd1c..61000d09c355 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/application.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/application.json
@@ -1,3 +1 @@
-{
- "applicationKey": "applicationValue"
-}
\ No newline at end of file
+{"applicationKey": "applicationValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/datasources/Datasource1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/datasources/Datasource1.json
index 78568813db9c..55e241ad45fb 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/datasources/Datasource1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/datasources/Datasource1.json
@@ -1,3 +1 @@
-{
- "datasourceKey": "datasourceValue"
-}
\ No newline at end of file
+{"datasourceKey": "datasourceValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/jsobjects/JSObject1_Page1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/jsobjects/JSObject1_Page1.json
index 8611bce5d6fa..46a9bb319ef3 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/jsobjects/JSObject1_Page1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/jsobjects/JSObject1_Page1.json
@@ -1,3 +1 @@
-{
- "jsobjectKey": "jsobjectValue"
-}
\ No newline at end of file
+{"jsobjectKey": "jsobjectValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/metadata.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/metadata.json
index 73265b703c6d..e53986352624 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/metadata.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/metadata.json
@@ -1,4 +1,4 @@
{
- "fileFormatVersion": 1,
- "key": "value"
-}
\ No newline at end of file
+ "fileFormatVersion": 1,
+ "key": "value"
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/pages/Page1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/pages/Page1.json
index d02d1373738f..a264acab4be1 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/pages/Page1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/pages/Page1.json
@@ -1,3 +1 @@
-{
- "pageKey": "pageValue"
-}
\ No newline at end of file
+{"pageKey": "pageValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/queries/Query1_Page1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/queries/Query1_Page1.json
index a5c21b6ab673..7ea82194f9f2 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/queries/Query1_Page1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v1/queries/Query1_Page1.json
@@ -1,3 +1 @@
-{
- "queryKey": "queryValue"
-}
\ No newline at end of file
+{"queryKey": "queryValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/application.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/application.json
index 7e9bf5cabd1c..61000d09c355 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/application.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/application.json
@@ -1,3 +1 @@
-{
- "applicationKey": "applicationValue"
-}
\ No newline at end of file
+{"applicationKey": "applicationValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/datasources/Datasource1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/datasources/Datasource1.json
index 78568813db9c..55e241ad45fb 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/datasources/Datasource1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/datasources/Datasource1.json
@@ -1,3 +1 @@
-{
- "datasourceKey": "datasourceValue"
-}
\ No newline at end of file
+{"datasourceKey": "datasourceValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/metadata.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/metadata.json
index c3148b841037..4e6a9012ea94 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/metadata.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/metadata.json
@@ -1,4 +1,4 @@
{
- "fileFormatVersion": 2,
- "key": "value"
-}
\ No newline at end of file
+ "fileFormatVersion": 2,
+ "key": "value"
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/canvas.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/canvas.json
index d02d1373738f..a264acab4be1 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/canvas.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/canvas.json
@@ -1,3 +1 @@
-{
- "pageKey": "pageValue"
-}
\ No newline at end of file
+{"pageKey": "pageValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/jsobjects/JSObject1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/jsobjects/JSObject1.json
index 8611bce5d6fa..46a9bb319ef3 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/jsobjects/JSObject1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/jsobjects/JSObject1.json
@@ -1,3 +1 @@
-{
- "jsobjectKey": "jsobjectValue"
-}
\ No newline at end of file
+{"jsobjectKey": "jsobjectValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/queries/Query1.json b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/queries/Query1.json
index a5c21b6ab673..7ea82194f9f2 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/queries/Query1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/GitExecutorTests/FileFormatVersions/v2/pages/Page1/queries/Query1.json
@@ -1,3 +1 @@
-{
- "queryKey": "queryValue"
-}
\ No newline at end of file
+{"queryKey": "queryValue"}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/building-block.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/building-block.json
index 851915f6b15d..09e359d14399 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/building-block.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/building-block.json
@@ -1,3613 +1,3161 @@
{
- "artifactJsonType": "APPLICATION",
- "clientSchemaVersion": 1.0,
- "serverSchemaVersion": 7.0,
- "exportedApplication": {
- "name": "Update Data",
- "isPublic": false,
- "pages": [
- {
- "id": "Home",
- "isDefault": true
- }
- ],
- "publishedPages": [
- {
- "id": "Home",
- "isDefault": true
- }
- ],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "unpublishedApplicationDetail": {
- "appPositioning": {
- "type": "FIXED"
- }
- },
- "publishedApplicationDetail": {
- "appPositioning": {
- "type": "FIXED"
- }
- },
- "color": "#E3DEFF",
- "icon": "help",
- "slug": "update-data",
- "unpublishedAppLayout": {
- "type": "TABLET_LARGE"
+ "customJSLibList": [],
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "publishedAppLayout": {
- "type": "TABLET_LARGE"
+ "serverSchemaVersion": 7,
+ "artifactJsonType": "APPLICATION",
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "unpublishedCustomJSLibs": [],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "forkedFromTemplateTitle": "Update Data",
- "deleted": false
- },
- "datasourceList": [
- {
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "ssl": {
- "authType": "DEFAULT"
- }
+ "datasourceList": [{
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "isTemplate": true,
+ "name": "Mock_DB_V2",
+ "messages": [],
+ "datasourceConfiguration": {
+ "endpoints": [{
+ "port": 5432,
+ "host": "mockdb.internal.appsmith.com"
+ }],
+ "connection": {
+ "mode": "READ_WRITE",
+ "ssl": {"authType": "DEFAULT"}
+ }
},
- "endpoints": [
- {
- "host": "mockdb.internal.appsmith.com",
- "port": 5432.0
- }
- ]
- },
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "isTemplate": true,
- "deleted": false,
- "gitSyncId": "6523ab07e48ad35541eae2e8_655f02ec63150e558e9653ce"
- }
- ],
- "customJSLibList": [],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Home",
- "slug": "home",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 890.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 89.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 19.0,
- "widgetName": "con_main",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1.0,
- "bottomRow": 89.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 40.0,
- "animateLoading": true,
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 100.0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 880.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 100.0,
- "mobileRightColumn": 498.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 8.0,
- "widgetName": "txt_title",
- "displayName": "Text",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 2.0,
- "bottomRow": 7.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 21.0,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Update Products",
- "key": "wp8ijwfpam",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "wlqwv89480",
- "minWidth": 450.0,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "06dn98c6oy",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 4.0,
- "responsiveBehavior": "fill",
- "originalTopRow": 2.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 5.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 7.0,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": true,
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
- "topRow": 10.0,
- "isSortable": true,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.name.computedValue"
- },
- {
- "key": "primaryColumns.category.computedValue"
- },
- {
- "key": "primaryColumns.description.computedValue"
- },
- {
- "key": "primaryColumns.image.computedValue"
- },
- {
- "key": "primaryColumns.updated.computedValue"
- },
- {
- "key": "primaryColumns.product_variant_id.computedValue"
- },
- {
- "key": "primaryColumns.price.computedValue"
- },
- {
- "key": "primaryColumns.cost.computedValue"
- },
- {
- "key": "primaryColumns.sku.computedValue"
- },
- {
- "key": "primaryColumns.low_stock.computedValue"
- },
- {
- "key": "primaryColumns.total_stock.computedValue"
- },
- {
- "key": "primaryColumns.customColumn1.buttonColor"
- },
- {
- "key": "primaryColumns.customColumn1.borderRadius"
- },
- {
- "key": "primaryColumns.customColumn1.boxShadow"
- }
- ],
- "needsHeightForContent": true,
- "leftColumn": 1.0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0.0,
- "flexVerticalAlignment": "start",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 2.0,
- "totalRecordsCount": 0.0,
- "tags": [
- "Suggested",
- "Display"
- ],
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnUpdatedAt": 1.700724596396E12,
- "originalBottomRow": 85.0,
- "primaryColumnId": "id",
- "defaultSelectedRowIndices": [
- 0.0
- ],
- "mobileBottomRow": 36.0,
- "widgetName": "tbl_products",
- "defaultPageSize": 0.0,
- "columnOrder": [
- "image",
- "id",
- "name",
- "category",
- "price",
- "cost",
- "total_stock",
- "low_stock",
- "customColumn1",
- "description",
- "updated",
- "product_variant_id",
- "sku"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 85.0,
- "columnWidthMap": {
- "id": 62.0,
- "name": 243.0,
- "image": 107.0,
- "description": 93.0,
- "category": 153.0,
- "price": 86.0,
- "cost": 97.0,
- "low_stock": 110.0,
- "sku": 145.0,
- "total_stock": 117.0,
- "customColumn1": 92.0
- },
- "parentRowSpace": 10.0,
- "hideCard": false,
- "mobileRightColumn": 35.0,
- "parentColumnSpace": 12.9990234375,
- "dynamicTriggerPathList": [
- {
- "key": "primaryColumns.customColumn1.onClick"
- }
- ],
- "borderWidth": "1",
- "primaryColumns": {
- "id": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 0.0,
- "width": 150.0,
- "originalId": "id",
- "id": "id",
- "alias": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "name": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 1.0,
- "width": 150.0,
- "originalId": "name",
- "id": "name",
- "alias": "name",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "name",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "category": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 2.0,
- "width": 150.0,
- "originalId": "category",
- "id": "category",
- "alias": "category",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "category",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"category\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "description": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 3.0,
- "width": 150.0,
- "originalId": "description",
- "id": "description",
- "alias": "description",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "description",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"description\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "image": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 4.0,
- "width": 150.0,
- "originalId": "image",
- "id": "image",
- "alias": "image",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "image",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "image",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"image\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "updated": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 5.0,
- "width": 150.0,
- "originalId": "updated",
- "id": "updated",
- "alias": "updated",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "updated",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updated\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "product_variant_id": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 6.0,
- "width": 150.0,
- "originalId": "product_variant_id",
- "id": "product_variant_id",
- "alias": "product_variant_id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "product_variant_id",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"product_variant_id\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "price": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 7.0,
- "width": 150.0,
- "originalId": "price",
- "id": "price",
- "alias": "price",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "price",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"price\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "cost": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 8.0,
- "width": 150.0,
- "originalId": "cost",
- "id": "cost",
- "alias": "cost",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "cost",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"cost\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "sku": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 9.0,
- "width": 150.0,
- "originalId": "sku",
- "id": "sku",
- "alias": "sku",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "sku",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"sku\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "low_stock": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 10.0,
- "width": 150.0,
- "originalId": "low_stock",
- "id": "low_stock",
- "alias": "low_stock",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "low_stock",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"low_stock\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "total_stock": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 11.0,
- "width": 150.0,
- "originalId": "total_stock",
- "id": "total_stock",
- "alias": "total_stock",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "total_stock",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"total_stock\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "customColumn1": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 10.0,
- "width": 150.0,
- "originalId": "customColumn1",
- "id": "customColumn1",
- "alias": "Edit",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": true,
- "label": "Edit",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "",
- "sticky": "",
- "validation": {},
- "buttonStyle": "rgb(3, 179, 101)",
- "labelColor": "#FFFFFF",
- "buttonColor": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
- "borderRadius": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "boxShadow": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
- "customAlias": "",
- "buttonLabel": "Edit",
- "onClick": "{{showModal('mdl_editProduct');}}"
- }
- },
- "key": "fltcfc2s04",
- "canFreezeColumn": true,
- "isDeprecated": false,
- "rightColumn": 63.0,
- "textSize": "0.875rem",
- "widgetId": "ukoo8yedx3",
- "minWidth": 450.0,
- "tableData": "{{getProducts.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "06dn98c6oy",
- "renderMode": "CANVAS",
- "mobileTopRow": 8.0,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "responsiveBehavior": "fill",
- "originalTopRow": 10.0,
- "mobileLeftColumn": 1.0,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- }
- ],
- "key": "xa2hdmiv65",
- "isDeprecated": false,
- "rightColumn": 498.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "06dn98c6oy",
- "containerStyle": "none",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "5fx35dfeew",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0,
- "flexLayers": []
- }
- ],
- "borderWidth": "1",
- "flexVerticalAlignment": "stretch",
- "key": "5vaxam1hrc",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64.0,
- "dynamicHeight": "FIXED",
- "widgetId": "5fx35dfeew",
- "containerStyle": "card",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 16.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 10.0
+ "isAutoGenerated": false,
+ "gitSyncId": "6523ab07e48ad35541eae2e8_655f02ec63150e558e9653ce"
+ }],
+ "actionList": [
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE product_variant\n SET sku = {{tbl_products.triggeredRow.sku}},\n\tlow_stock = {{tbl_products.triggeredRow.low_stock}},\n\tprice = {{jsf_updateProduct.formData.price}},\n\tcost = {{jsf_updateProduct.formData.cost}}\n WHERE id = {{tbl_products.triggeredRow.product_variant_id}};\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "tbl_products.triggeredRow.sku",
+ "jsf_updateProduct.formData.cost",
+ "tbl_products.triggeredRow.low_stock",
+ "jsf_updateProduct.formData.price",
+ "tbl_products.triggeredRow.product_variant_id"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "updateProductVariant",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Home_updateProductVariant",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE product_variant\n SET sku = {{tbl_products.triggeredRow.sku}},\n\tlow_stock = {{tbl_products.triggeredRow.low_stock}},\n\tprice = {{jsf_updateProduct.formData.price}},\n\tcost = {{jsf_updateProduct.formData.cost}}\n WHERE id = {{tbl_products.triggeredRow.product_variant_id}};\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "tbl_products.triggeredRow.sku",
+ "jsf_updateProduct.formData.cost",
+ "tbl_products.triggeredRow.low_stock",
+ "jsf_updateProduct.formData.price",
+ "tbl_products.triggeredRow.product_variant_id"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "updateProductVariant",
+ "messages": []
+ },
+ "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225571585Z"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT \n p.id AS id,\n p.name AS name,\n\tp.type AS category,\n\tp.description AS description,\n\tp.image AS image,\n\tp.updated AS updated,\n v.id AS product_variant_id,\n v.price AS price,\n v.cost AS cost,\n\tv.sku AS sku,\n\tv.low_stock AS low_stock,\n SUM(pl.stock) AS total_stock\nFROM \n product p \n INNER JOIN product_variant v ON p.id = v.product_id \n LEFT JOIN product_location pl ON v.id = pl.product_variant_id\nGROUP BY \n p.id, p.name, p.type, v.id, v.price, p.description, p.image, v.cost, v.sku, v.low_stock\nORDER BY \n p.id DESC;\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "getProducts",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Home_getProducts",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT \n p.id AS id,\n p.name AS name,\n\tp.type AS category,\n\tp.description AS description,\n\tp.image AS image,\n\tp.updated AS updated,\n v.id AS product_variant_id,\n v.price AS price,\n v.cost AS cost,\n\tv.sku AS sku,\n\tv.low_stock AS low_stock,\n SUM(pl.stock) AS total_stock\nFROM \n product p \n INNER JOIN product_variant v ON p.id = v.product_id \n LEFT JOIN product_location pl ON v.id = pl.product_variant_id\nGROUP BY \n p.id, p.name, p.type, v.id, v.price, p.description, p.image, v.cost, v.sku, v.low_stock\nORDER BY \n p.id DESC;\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
},
- {
- "boxShadow": "none",
- "mobileBottomRow": 125.0,
- "widgetName": "mdl_editProduct",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 102.0,
- "bottomRow": 772.0,
- "parentRowSpace": 10.0,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 59.0,
- "minHeight": 670.0,
- "animateLoading": true,
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 35.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 240.0,
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 670.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 930.0,
- "mobileRightColumn": 498.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
+ "name": "getProducts",
+ "messages": []
+ },
+ "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225443043Z"
+ },
+ {
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE product\nSET name = {{jsf_updateProduct.formData.name}},\n description = {{jsf_updateProduct.formData.description}},\n type = 'OTHER',\n\t\timage = {{jsf_updateProduct.formData.image}}\nWHERE id = {{tbl_products.triggeredRow.id}};\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "jsf_updateProduct.formData.name",
+ "jsf_updateProduct.formData.image",
+ "tbl_products.triggeredRow.id",
+ "jsf_updateProduct.formData.description"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "updateProduct",
+ "messages": []
+ },
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "id": "Home_updateProduct",
+ "publishedAction": {
+ "userSetOnLoad": false,
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "UPDATE product\nSET name = {{jsf_updateProduct.formData.name}},\n description = {{jsf_updateProduct.formData.description}},\n type = 'OTHER',\n\t\timage = {{jsf_updateProduct.formData.image}}\nWHERE id = {{tbl_products.triggeredRow.id}};\n",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "policies": [],
+ "userPermissions": [],
+ "pageId": "Home",
+ "createdAt": "2024-03-04T14:14:28Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "jsf_updateProduct.formData.name",
+ "jsf_updateProduct.formData.image",
+ "tbl_products.triggeredRow.id",
+ "jsf_updateProduct.formData.description"
+ ],
+ "datasource": {
+ "deleted": false,
+ "pluginId": "postgres-plugin",
+ "name": "Mock_DB_V2",
+ "policies": [],
+ "messages": [],
+ "id": "Mock_DB_V2",
+ "userPermissions": [],
+ "isAutoGenerated": false
+ },
+ "name": "updateProduct",
+ "messages": []
+ },
+ "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225514844Z"
+ }
+ ],
+ "pageList": [{
+ "publishedPage": {
+ "name": "Home",
+ "policies": [],
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "getProducts",
+ "timeoutInMillisecond": 10000,
+ "id": "Home_getProducts"
+ }]],
+ "id": "Home",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 87,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
{
- "key": "borderRadius"
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 19,
+ "widgetName": "con_main",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 40,
+ "animateLoading": true,
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 100,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 100,
+ "mobileRightColumn": 498,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "mobileBottomRow": 8,
+ "widgetName": "txt_title",
+ "displayName": "Text",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 2,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 21,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Update Products",
+ "key": "wp8ijwfpam",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "wlqwv89480",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "06dn98c6oy",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 2,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 5,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 7,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": true,
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
+ "topRow": 10,
+ "isSortable": true,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "tableData"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.name.computedValue"},
+ {"key": "primaryColumns.category.computedValue"},
+ {"key": "primaryColumns.description.computedValue"},
+ {"key": "primaryColumns.image.computedValue"},
+ {"key": "primaryColumns.updated.computedValue"},
+ {"key": "primaryColumns.product_variant_id.computedValue"},
+ {"key": "primaryColumns.price.computedValue"},
+ {"key": "primaryColumns.cost.computedValue"},
+ {"key": "primaryColumns.sku.computedValue"},
+ {"key": "primaryColumns.low_stock.computedValue"},
+ {"key": "primaryColumns.total_stock.computedValue"},
+ {"key": "primaryColumns.customColumn1.buttonColor"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.customColumn1.boxShadow"}
+ ],
+ "needsHeightForContent": true,
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "flexVerticalAlignment": "start",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 2,
+ "totalRecordsCount": 0,
+ "tags": [
+ "Suggested",
+ "Display"
+ ],
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnUpdatedAt": 1700724596396,
+ "originalBottomRow": 85,
+ "primaryColumnId": "id",
+ "defaultSelectedRowIndices": [0],
+ "mobileBottomRow": 36,
+ "widgetName": "tbl_products",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "image",
+ "id",
+ "name",
+ "category",
+ "price",
+ "cost",
+ "total_stock",
+ "low_stock",
+ "customColumn1",
+ "description",
+ "updated",
+ "product_variant_id",
+ "sku"
+ ],
+ "dynamicPropertyPathList": [{"key": "tableData"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "columnWidthMap": {
+ "image": 107,
+ "cost": 97,
+ "low_stock": 110,
+ "price": 86,
+ "name": 243,
+ "description": 93,
+ "customColumn1": 92,
+ "id": 62,
+ "category": 153,
+ "sku": 145,
+ "total_stock": 117
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 35,
+ "parentColumnSpace": 12.9990234375,
+ "dynamicTriggerPathList": [{"key": "primaryColumns.customColumn1.onClick"}],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "image": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"image\"]))}}",
+ "isEditable": false,
+ "alias": "image",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "image",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "image",
+ "columnType": "image",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "image",
+ "verticalAlignment": "CENTER"
+ },
+ "cost": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"cost\"]))}}",
+ "isEditable": false,
+ "alias": "cost",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "cost",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 8,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "cost",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "cost",
+ "verticalAlignment": "CENTER"
+ },
+ "low_stock": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"low_stock\"]))}}",
+ "isEditable": false,
+ "alias": "low_stock",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "low_stock",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "low_stock",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "low_stock",
+ "verticalAlignment": "CENTER"
+ },
+ "description": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"description\"]))}}",
+ "isEditable": false,
+ "alias": "description",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "description",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 3,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "description",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "description",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "boxShadow": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
+ "computedValue": "",
+ "onClick": "{{showModal('mdl_editProduct');}}",
+ "buttonColor": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "isEditable": false,
+ "alias": "Edit",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": true,
+ "textSize": "0.875rem",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "Edit",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "Edit",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "customColumn1",
+ "customAlias": "",
+ "verticalAlignment": "CENTER"
+ },
+ "total_stock": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"total_stock\"]))}}",
+ "isEditable": false,
+ "alias": "total_stock",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "total_stock",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 11,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "total_stock",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "total_stock",
+ "verticalAlignment": "CENTER"
+ },
+ "price": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"price\"]))}}",
+ "isEditable": false,
+ "alias": "price",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "price",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 7,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "price",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "price",
+ "verticalAlignment": "CENTER"
+ },
+ "name": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
+ "isEditable": false,
+ "alias": "name",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "name",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 1,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "name",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "name",
+ "verticalAlignment": "CENTER"
+ },
+ "id": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
+ "isEditable": false,
+ "alias": "id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 0,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "id",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "id",
+ "verticalAlignment": "CENTER"
+ },
+ "category": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"category\"]))}}",
+ "isEditable": false,
+ "alias": "category",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "category",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 2,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "category",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "category",
+ "verticalAlignment": "CENTER"
+ },
+ "product_variant_id": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"product_variant_id\"]))}}",
+ "isEditable": false,
+ "alias": "product_variant_id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "product_variant_id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "product_variant_id",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "product_variant_id",
+ "verticalAlignment": "CENTER"
+ },
+ "sku": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"sku\"]))}}",
+ "isEditable": false,
+ "alias": "sku",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "sku",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "sku",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "sku",
+ "verticalAlignment": "CENTER"
+ },
+ "updated": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updated\"]))}}",
+ "isEditable": false,
+ "alias": "updated",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "updated",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 5,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "updated",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "updated",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "fltcfc2s04",
+ "canFreezeColumn": true,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "ukoo8yedx3",
+ "minWidth": 450,
+ "tableData": "{{getProducts.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "06dn98c6oy",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 8,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 10,
+ "mobileLeftColumn": 1,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ }
+ ],
+ "key": "xa2hdmiv65",
+ "isDeprecated": false,
+ "rightColumn": 498,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "06dn98c6oy",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "5fx35dfeew",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4,
+ "flexLayers": []
+ }],
+ "borderWidth": "1",
+ "flexVerticalAlignment": "stretch",
+ "key": "5vaxam1hrc",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "5fx35dfeew",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 16,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
},
{
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "borderColor": "#E0DEDE",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.46adf7030d667f0ad9002aa31f997573.svg",
- "onSubmit": "{{updateProduct.run().then(() => {\n updateProductVariant.run();\n closeModal('mdl_editProduct');\n getProducts.run();\n showAlert('Product updated', 'success');\n}).catch(() => {\n showAlert('Error updating product', 'error');\n});}}",
- "topRow": 5.0,
- "type": "JSON_FORM_WIDGET",
- "animateLoading": true,
- "leftColumn": 23.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "submitButtonStyles.buttonColor"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.category.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.category.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.category.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.updated.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.updated.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.updated.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.price.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.price.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.price.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.cost.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.cost.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.cost.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.sku.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.sku.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.sku.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- }
- ],
- "showReset": true,
- "flexVerticalAlignment": "start",
- "dynamicHeight": "AUTO_HEIGHT",
- "autoGenerateForm": true,
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1.0,
- "tags": [
- "Suggested",
- "Layout"
- ],
- "isLoading": false,
- "submitButtonLabel": "Update",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65.0,
- "useSourceData": false,
- "schema": {
- "__root_schema__": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 8.0,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0.0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Measuring Spoons",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1.0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": true,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name",
- "placeholderText": "Enter Product Name"
- },
- "category": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.category))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Household",
- "isCustomField": false,
- "accessor": "category",
- "identifier": "category",
- "position": 2.0,
- "originalIdentifier": "category",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Category"
- },
- "description": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.description))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Multiline Text Input",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 3.0,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description",
- "placeholderText": "Enter Product Description"
- },
- "image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.image))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
- "isCustomField": false,
- "accessor": "image",
- "identifier": "image",
- "position": 4.0,
- "originalIdentifier": "image",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image"
- },
- "updated": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.updated))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "updated",
- "identifier": "updated",
- "position": 5.0,
- "originalIdentifier": "updated",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Updated"
- },
- "product_variant_id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.product_variant_id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 8.0,
- "isCustomField": false,
- "accessor": "product_variant_id",
- "identifier": "product_variant_id",
- "position": 6.0,
- "originalIdentifier": "product_variant_id",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Product Variant Id"
- },
- "price": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.price))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 66.0,
- "isCustomField": false,
- "accessor": "price",
- "identifier": "price",
- "position": 7.0,
- "originalIdentifier": "price",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Price"
- },
- "cost": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.cost))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 56.0,
- "isCustomField": false,
- "accessor": "cost",
- "identifier": "cost",
- "position": 8.0,
- "originalIdentifier": "cost",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Cost"
- },
- "sku": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.sku))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "544565-449",
- "isCustomField": false,
- "accessor": "sku",
- "identifier": "sku",
- "position": 9.0,
- "originalIdentifier": "sku",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Sku"
- },
- "low_stock": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.low_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 40.0,
- "isCustomField": false,
- "accessor": "low_stock",
- "identifier": "low_stock",
- "position": 10.0,
- "originalIdentifier": "low_stock",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Low Stock"
- },
- "total_stock": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.total_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 32.0,
- "isCustomField": false,
- "accessor": "total_stock",
- "identifier": "total_stock",
- "position": 11.0,
- "originalIdentifier": "total_stock",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Total Stock"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 8.0,
- "name": "Measuring Spoons",
- "category": "Household",
- "image": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
- "product_variant_id": 8.0,
- "price": 66.0,
- "cost": 56.0,
- "sku": "544565-449",
- "low_stock": 40.0,
- "total_stock": 32.0
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1.0,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "mobileBottomRow": 81.0,
- "widgetName": "jsf_updateProduct",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "mobileBottomRow": 125,
+ "widgetName": "mdl_editProduct",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 102,
+ "bottomRow": 772,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 59,
+ "minHeight": 670,
+ "animateLoading": true,
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 35,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 240,
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 670,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 930,
+ "mobileRightColumn": 498,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "boxShadow": "none",
+ "borderColor": "#E0DEDE",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.46adf7030d667f0ad9002aa31f997573.svg",
+ "onSubmit": "{{updateProduct.run().then(() => {\n updateProductVariant.run();\n closeModal('mdl_editProduct');\n getProducts.run();\n showAlert('Product updated', 'success');\n}).catch(() => {\n showAlert('Error updating product', 'error');\n});}}",
+ "topRow": 5,
+ "type": "JSON_FORM_WIDGET",
+ "animateLoading": true,
+ "leftColumn": 23,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.category.defaultValue"},
+ {"key": "schema.__root_schema__.children.category.accentColor"},
+ {"key": "schema.__root_schema__.children.category.borderRadius"},
+ {"key": "schema.__root_schema__.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.image.defaultValue"},
+ {"key": "schema.__root_schema__.children.image.accentColor"},
+ {"key": "schema.__root_schema__.children.image.borderRadius"},
+ {"key": "schema.__root_schema__.children.updated.defaultValue"},
+ {"key": "schema.__root_schema__.children.updated.accentColor"},
+ {"key": "schema.__root_schema__.children.updated.borderRadius"},
+ {"key": "schema.__root_schema__.children.product_variant_id.defaultValue"},
+ {"key": "schema.__root_schema__.children.product_variant_id.accentColor"},
+ {"key": "schema.__root_schema__.children.product_variant_id.borderRadius"},
+ {"key": "schema.__root_schema__.children.price.defaultValue"},
+ {"key": "schema.__root_schema__.children.price.accentColor"},
+ {"key": "schema.__root_schema__.children.price.borderRadius"},
+ {"key": "schema.__root_schema__.children.cost.defaultValue"},
+ {"key": "schema.__root_schema__.children.cost.accentColor"},
+ {"key": "schema.__root_schema__.children.cost.borderRadius"},
+ {"key": "schema.__root_schema__.children.sku.defaultValue"},
+ {"key": "schema.__root_schema__.children.sku.accentColor"},
+ {"key": "schema.__root_schema__.children.sku.borderRadius"},
+ {"key": "schema.__root_schema__.children.low_stock.defaultValue"},
+ {"key": "schema.__root_schema__.children.low_stock.accentColor"},
+ {"key": "schema.__root_schema__.children.low_stock.borderRadius"},
+ {"key": "schema.__root_schema__.children.total_stock.defaultValue"},
+ {"key": "schema.__root_schema__.children.total_stock.accentColor"},
+ {"key": "schema.__root_schema__.children.total_stock.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"}
+ ],
+ "showReset": true,
+ "flexVerticalAlignment": "start",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "autoGenerateForm": true,
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "tags": [
+ "Suggested",
+ "Layout"
+ ],
+ "isLoading": false,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "useSourceData": false,
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {
+ "image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.image))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image",
+ "isVisible": true,
+ "label": "Image",
+ "originalIdentifier": "image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
+ "fieldType": "Text Input"
+ },
+ "cost": {
+ "labelTextSize": "0.875rem",
+ "identifier": "cost",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.cost))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "cost",
+ "isVisible": true,
+ "label": "Cost",
+ "originalIdentifier": "cost",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": 56,
+ "fieldType": "Number Input"
+ },
+ "low_stock": {
+ "labelTextSize": "0.875rem",
+ "identifier": "low_stock",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.low_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "low_stock",
+ "isVisible": false,
+ "label": "Low Stock",
+ "originalIdentifier": "low_stock",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": 40,
+ "fieldType": "Number Input"
+ },
+ "price": {
+ "labelTextSize": "0.875rem",
+ "identifier": "price",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.price))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "price",
+ "isVisible": true,
+ "label": "Price",
+ "originalIdentifier": "price",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": 66,
+ "fieldType": "Number Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": true,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "Enter Product Name",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Measuring Spoons",
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.description))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "null",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "Enter Product Description",
+ "position": 3,
+ "isDisabled": false,
+ "fieldType": "Multiline Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 8,
+ "fieldType": "Number Input"
+ },
+ "category": {
+ "labelTextSize": "0.875rem",
+ "identifier": "category",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.category))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "category",
+ "isVisible": false,
+ "label": "Category",
+ "originalIdentifier": "category",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "Household",
+ "fieldType": "Text Input"
+ },
+ "product_variant_id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "product_variant_id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.product_variant_id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "product_variant_id",
+ "isVisible": false,
+ "label": "Product Variant Id",
+ "originalIdentifier": "product_variant_id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": 8,
+ "fieldType": "Number Input"
+ },
+ "sku": {
+ "labelTextSize": "0.875rem",
+ "identifier": "sku",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.sku))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "sku",
+ "isVisible": false,
+ "label": "Sku",
+ "originalIdentifier": "sku",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "544565-449",
+ "fieldType": "Text Input"
+ },
+ "updated": {
+ "labelTextSize": "0.875rem",
+ "identifier": "updated",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.updated))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "null",
+ "accessor": "updated",
+ "isVisible": false,
+ "label": "Updated",
+ "originalIdentifier": "updated",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "total_stock": {
+ "labelTextSize": "0.875rem",
+ "identifier": "total_stock",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.total_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "total_stock",
+ "isVisible": false,
+ "label": "Total Stock",
+ "originalIdentifier": "total_stock",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": 32,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "image": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
+ "cost": 56,
+ "low_stock": 40,
+ "price": 66,
+ "name": "Measuring Spoons",
+ "id": 8,
+ "category": "Household",
+ "product_variant_id": 8,
+ "sku": "544565-449",
+ "total_stock": 32
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "mobileBottomRow": 81,
+ "widgetName": "jsf_updateProduct",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [],
+ "displayName": "JSON Form",
+ "bottomRow": 65,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "hideCard": false,
+ "mobileRightColumn": 35,
+ "parentColumnSpace": 16.40625,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "borderWidth": "1",
+ "sourceData": "{{tbl_products.selectedRow}}",
+ "resetButtonLabel": "Reset",
+ "key": "889x31c6qe",
+ "backgroundColor": "#fff",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "kszp5hmqoj",
+ "minWidth": 450,
+ "parentId": "37glzo1i9w",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 40,
+ "scrollContents": true,
+ "responsiveBehavior": "fill",
+ "fixedFooter": true,
+ "originalTopRow": 5,
+ "mobileLeftColumn": 10,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 52,
+ "widgetName": "img_productImage",
+ "displayName": "Image",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
+ "topRow": 5,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 12,
+ "animateLoading": true,
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "flexVerticalAlignment": "start",
+ "key": "atqz7i34yj",
+ "image": "{{jsf_updateProduct.formData.image}}",
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "objectFit": "cover",
+ "widgetId": "gwsvntwbyy",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 40,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 6,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 27,
+ "enableRotation": false
+ },
+ {
+ "mobileBottomRow": 4,
+ "widgetName": "txt_updateProductTitle",
+ "displayName": "Text",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Update Product",
+ "key": "dpk7zgzxlz",
+ "isDeprecated": false,
+ "rightColumn": 23,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2jbaf1l0p1",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 6,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "icn_closeUpdateProductModal",
+ "onClick": "{{closeModal('mdl_editProduct');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "hn8z4hopjv",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "iconName": "cross",
+ "widgetId": "faz2y4q9gr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 59,
+ "buttonVariant": "TERTIARY"
+ }
+ ],
+ "isDisabled": false,
+ "key": "xa2hdmiv65",
+ "isDeprecated": false,
+ "rightColumn": 498,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "37glzo1i9w",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lm78m0ovdo",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4,
+ "flexLayers": []
+ }],
+ "key": "n84i0dmhmb",
+ "height": 670,
+ "isDeprecated": false,
+ "rightColumn": 59,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "lm78m0ovdo",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 101,
+ "originalTopRow": 101,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "PRIMARY"
- },
- "dynamicPropertyPathList": [],
- "displayName": "JSON Form",
- "bottomRow": 65.0,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10.0,
- "title": "",
- "hideCard": false,
- "mobileRightColumn": 35.0,
- "parentColumnSpace": 16.40625,
- "dynamicTriggerPathList": [
- {
- "key": "onSubmit"
- }
- ],
- "borderWidth": "1",
- "sourceData": "{{tbl_products.selectedRow}}",
- "resetButtonLabel": "Reset",
- "key": "889x31c6qe",
- "backgroundColor": "#fff",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "widgetId": "kszp5hmqoj",
- "minWidth": 450.0,
- "parentId": "37glzo1i9w",
- "renderMode": "CANVAS",
- "mobileTopRow": 40.0,
- "scrollContents": true,
- "responsiveBehavior": "fill",
- "fixedFooter": true,
- "originalTopRow": 5.0,
- "mobileLeftColumn": 10.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 52.0,
- "widgetName": "img_productImage",
- "displayName": "Image",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
- "topRow": 5.0,
- "bottomRow": 26.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 12.0,
- "animateLoading": true,
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "flexVerticalAlignment": "start",
- "key": "atqz7i34yj",
- "image": "{{jsf_updateProduct.formData.image}}",
- "isDeprecated": false,
- "rightColumn": 22.0,
- "objectFit": "cover",
- "widgetId": "gwsvntwbyy",
- "isVisible": true,
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 40.0,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "originalTopRow": 6.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "originalBottomRow": 27.0,
- "enableRotation": false
- },
- {
- "mobileBottomRow": 4.0,
- "widgetName": "txt_updateProductTitle",
- "displayName": "Text",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0.0,
- "bottomRow": 4.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16.0,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Update Product",
- "key": "dpk7zgzxlz",
- "isDeprecated": false,
- "rightColumn": 23.0,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2jbaf1l0p1",
- "minWidth": 450.0,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "originalTopRow": 0.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 6.0,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 4.0,
- "widgetName": "icn_closeUpdateProductModal",
- "onClick": "{{closeModal('mdl_editProduct');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0.0,
- "bottomRow": 4.0,
- "parentRowSpace": 10.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63.0,
- "animateLoading": true,
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 57.0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "hn8z4hopjv",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "iconName": "cross",
- "widgetId": "faz2y4q9gr",
- "minWidth": 50.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 59.0,
- "buttonVariant": "TERTIARY"
+ "mobileLeftColumn": 35,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 511,
+ "width": 640,
+ "minDynamicHeight": 10
}
- ],
- "isDisabled": false,
- "key": "xa2hdmiv65",
- "isDeprecated": false,
- "rightColumn": 498.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "37glzo1i9w",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "lm78m0ovdo",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0,
- "flexLayers": []
- }
- ],
- "key": "n84i0dmhmb",
- "height": 670.0,
- "isDeprecated": false,
- "rightColumn": 59.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "lm78m0ovdo",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2.0,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 101.0,
- "originalTopRow": 101.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 35.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 511.0,
- "width": 640.0,
- "minDynamicHeight": 10.0
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Home_getProducts",
- "name": "getProducts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
+ ]
}
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Home",
- "deleted": false,
+ }],
+ "slug": "home",
+ "isHidden": false
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Home",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "publishedPage": {
- "name": "Home",
- "slug": "home",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 890.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 87.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 19.0,
- "widgetName": "con_main",
- "borderColor": "#E0DEDE",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
- "searchTags": [
- "div",
- "parent",
- "group"
- ],
- "topRow": 1.0,
- "bottomRow": 89.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 40.0,
- "animateLoading": true,
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 100.0,
- "widgetName": "Canvas1",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 880.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "hideCard": true,
- "minHeight": 100.0,
- "mobileRightColumn": 498.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "DB",
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "name": "getProducts",
+ "timeoutInMillisecond": 10000,
+ "id": "Home_getProducts"
+ }]],
+ "id": "Home",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 890,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 89,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
{
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "mobileBottomRow": 8.0,
- "widgetName": "txt_title",
- "displayName": "Text",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 2.0,
- "bottomRow": 7.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 21.0,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Update Products",
- "key": "wp8ijwfpam",
- "isDeprecated": false,
- "rightColumn": 30.0,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "wlqwv89480",
- "minWidth": 450.0,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "06dn98c6oy",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 4.0,
- "responsiveBehavior": "fill",
- "originalTopRow": 2.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 5.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 7.0,
- "fontSize": "1.875rem",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "borderColor": "#E0DEDE",
- "isVisibleDownload": true,
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
- "topRow": 10.0,
- "isSortable": true,
- "type": "TABLE_WIDGET_V2",
- "inlineEditingSaveOption": "ROW_LEVEL",
- "animateLoading": true,
- "dynamicBindingPathList": [
- {
- "key": "accentColor"
- },
- {
- "key": "borderRadius"
- },
- {
- "key": "boxShadow"
- },
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns.id.computedValue"
- },
- {
- "key": "primaryColumns.name.computedValue"
- },
- {
- "key": "primaryColumns.category.computedValue"
- },
- {
- "key": "primaryColumns.description.computedValue"
- },
- {
- "key": "primaryColumns.image.computedValue"
- },
- {
- "key": "primaryColumns.updated.computedValue"
- },
- {
- "key": "primaryColumns.product_variant_id.computedValue"
- },
- {
- "key": "primaryColumns.price.computedValue"
- },
- {
- "key": "primaryColumns.cost.computedValue"
- },
- {
- "key": "primaryColumns.sku.computedValue"
- },
- {
- "key": "primaryColumns.low_stock.computedValue"
- },
- {
- "key": "primaryColumns.total_stock.computedValue"
- },
- {
- "key": "primaryColumns.customColumn1.buttonColor"
- },
- {
- "key": "primaryColumns.customColumn1.borderRadius"
- },
- {
- "key": "primaryColumns.customColumn1.boxShadow"
- }
- ],
- "needsHeightForContent": true,
- "leftColumn": 1.0,
- "delimiter": ",",
- "defaultSelectedRowIndex": 0.0,
- "flexVerticalAlignment": "start",
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "isVisibleFilters": true,
- "isVisible": true,
- "enableClientSideSearch": true,
- "version": 2.0,
- "totalRecordsCount": 0.0,
- "tags": [
- "Suggested",
- "Display"
- ],
- "isLoading": false,
- "childStylesheet": {
- "button": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "menuButton": {
- "menuColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "iconButton": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "editActions": {
- "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- }
- },
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "columnUpdatedAt": 1.700724596396E12,
- "originalBottomRow": 85.0,
- "primaryColumnId": "id",
- "defaultSelectedRowIndices": [
- 0.0
- ],
- "mobileBottomRow": 36.0,
- "widgetName": "tbl_products",
- "defaultPageSize": 0.0,
- "columnOrder": [
- "image",
- "id",
- "name",
- "category",
- "price",
- "cost",
- "total_stock",
- "low_stock",
- "customColumn1",
- "description",
- "updated",
- "product_variant_id",
- "sku"
- ],
- "dynamicPropertyPathList": [
- {
- "key": "tableData"
- }
- ],
- "displayName": "Table",
- "bottomRow": 85.0,
- "columnWidthMap": {
- "id": 62.0,
- "name": 243.0,
- "image": 107.0,
- "description": 93.0,
- "category": 153.0,
- "price": 86.0,
- "cost": 97.0,
- "low_stock": 110.0,
- "sku": 145.0,
- "total_stock": 117.0,
- "customColumn1": 92.0
- },
- "parentRowSpace": 10.0,
- "hideCard": false,
- "mobileRightColumn": 35.0,
- "parentColumnSpace": 12.9990234375,
- "dynamicTriggerPathList": [
- {
- "key": "primaryColumns.customColumn1.onClick"
- }
- ],
- "borderWidth": "1",
- "primaryColumns": {
- "id": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 0.0,
- "width": 150.0,
- "originalId": "id",
- "id": "id",
- "alias": "id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "id",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "name": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 1.0,
- "width": 150.0,
- "originalId": "name",
- "id": "name",
- "alias": "name",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "name",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "category": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 2.0,
- "width": 150.0,
- "originalId": "category",
- "id": "category",
- "alias": "category",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "category",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"category\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "description": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 3.0,
- "width": 150.0,
- "originalId": "description",
- "id": "description",
- "alias": "description",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "description",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"description\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "image": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 4.0,
- "width": 150.0,
- "originalId": "image",
- "id": "image",
- "alias": "image",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "image",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "image",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"image\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "updated": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 5.0,
- "width": 150.0,
- "originalId": "updated",
- "id": "updated",
- "alias": "updated",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "updated",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updated\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "product_variant_id": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 6.0,
- "width": 150.0,
- "originalId": "product_variant_id",
- "id": "product_variant_id",
- "alias": "product_variant_id",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": false,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "product_variant_id",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"product_variant_id\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "price": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 7.0,
- "width": 150.0,
- "originalId": "price",
- "id": "price",
- "alias": "price",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "price",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"price\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "cost": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 8.0,
- "width": 150.0,
- "originalId": "cost",
- "id": "cost",
- "alias": "cost",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "cost",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"cost\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "sku": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 9.0,
- "width": 150.0,
- "originalId": "sku",
- "id": "sku",
- "alias": "sku",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "sku",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"sku\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "low_stock": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 10.0,
- "width": 150.0,
- "originalId": "low_stock",
- "id": "low_stock",
- "alias": "low_stock",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "low_stock",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"low_stock\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "total_stock": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 11.0,
- "width": 150.0,
- "originalId": "total_stock",
- "id": "total_stock",
- "alias": "total_stock",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "number",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": false,
- "label": "total_stock",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"total_stock\"]))}}",
- "sticky": "",
- "validation": {}
- },
- "customColumn1": {
- "allowCellWrapping": false,
- "allowSameOptionsInNewRow": true,
- "index": 10.0,
- "width": 150.0,
- "originalId": "customColumn1",
- "id": "customColumn1",
- "alias": "Edit",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "0.875rem",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isDisabled": false,
- "isCellEditable": false,
- "isEditable": false,
- "isCellVisible": true,
- "isDerived": true,
- "label": "Edit",
- "isSaveVisible": true,
- "isDiscardVisible": true,
- "computedValue": "",
- "sticky": "",
- "validation": {},
- "buttonStyle": "rgb(3, 179, 101)",
- "labelColor": "#FFFFFF",
- "buttonColor": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
- "borderRadius": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
- "boxShadow": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
- "customAlias": "",
- "buttonLabel": "Edit",
- "onClick": "{{showModal('mdl_editProduct');}}"
- }
- },
- "key": "fltcfc2s04",
- "canFreezeColumn": true,
- "isDeprecated": false,
- "rightColumn": 63.0,
- "textSize": "0.875rem",
- "widgetId": "ukoo8yedx3",
- "minWidth": 450.0,
- "tableData": "{{getProducts.data}}",
- "label": "Data",
- "searchKey": "",
- "parentId": "06dn98c6oy",
- "renderMode": "CANVAS",
- "mobileTopRow": 8.0,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "responsiveBehavior": "fill",
- "originalTopRow": 10.0,
- "mobileLeftColumn": 1.0,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER"
- }
- ],
- "key": "xa2hdmiv65",
- "isDeprecated": false,
- "rightColumn": 498.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "06dn98c6oy",
- "containerStyle": "none",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "5fx35dfeew",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0,
- "flexLayers": []
- }
- ],
- "borderWidth": "1",
- "flexVerticalAlignment": "stretch",
- "key": "5vaxam1hrc",
- "backgroundColor": "#FFFFFF",
- "isDeprecated": false,
- "rightColumn": 64.0,
- "dynamicHeight": "FIXED",
- "widgetId": "5fx35dfeew",
- "containerStyle": "card",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 9.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 16.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 10.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 125.0,
- "widgetName": "mdl_editProduct",
- "isCanvas": true,
- "displayName": "Modal",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
- "searchTags": [
- "dialog",
- "popup",
- "notification"
- ],
- "topRow": 102.0,
- "bottomRow": 772.0,
- "parentRowSpace": 10.0,
- "type": "MODAL_WIDGET",
- "hideCard": false,
- "shouldScrollContents": true,
- "mobileRightColumn": 59.0,
- "minHeight": 670.0,
- "animateLoading": true,
- "parentColumnSpace": 20.75,
- "dynamicTriggerPathList": [],
- "leftColumn": 35.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- }
- ],
- "children": [
- {
- "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
- "mobileBottomRow": 240.0,
- "widgetName": "Canvas4",
- "displayName": "Canvas",
- "topRow": 0.0,
- "bottomRow": 670.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "hideCard": true,
- "shouldScrollContents": false,
- "minHeight": 930.0,
- "mobileRightColumn": 498.0,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 19,
+ "widgetName": "con_main",
+ "borderColor": "#E0DEDE",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.daebf68875b6c8e909e9e8ac8bee0c02.svg",
+ "searchTags": [
+ "div",
+ "parent",
+ "group"
+ ],
+ "topRow": 1,
+ "bottomRow": 89,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 40,
+ "animateLoading": true,
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 100,
+ "widgetName": "Canvas1",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 880,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "hideCard": true,
+ "minHeight": 100,
+ "mobileRightColumn": 498,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "mobileBottomRow": 8,
+ "widgetName": "txt_title",
+ "displayName": "Text",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 2,
+ "bottomRow": 7,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 21,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Update Products",
+ "key": "wp8ijwfpam",
+ "isDeprecated": false,
+ "rightColumn": 30,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "wlqwv89480",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "06dn98c6oy",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 4,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 2,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 5,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 7,
+ "fontSize": "1.875rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "borderColor": "#E0DEDE",
+ "isVisibleDownload": true,
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg",
+ "topRow": 10,
+ "isSortable": true,
+ "type": "TABLE_WIDGET_V2",
+ "inlineEditingSaveOption": "ROW_LEVEL",
+ "animateLoading": true,
+ "dynamicBindingPathList": [
+ {"key": "accentColor"},
+ {"key": "borderRadius"},
+ {"key": "boxShadow"},
+ {"key": "tableData"},
+ {"key": "primaryColumns.id.computedValue"},
+ {"key": "primaryColumns.name.computedValue"},
+ {"key": "primaryColumns.category.computedValue"},
+ {"key": "primaryColumns.description.computedValue"},
+ {"key": "primaryColumns.image.computedValue"},
+ {"key": "primaryColumns.updated.computedValue"},
+ {"key": "primaryColumns.product_variant_id.computedValue"},
+ {"key": "primaryColumns.price.computedValue"},
+ {"key": "primaryColumns.cost.computedValue"},
+ {"key": "primaryColumns.sku.computedValue"},
+ {"key": "primaryColumns.low_stock.computedValue"},
+ {"key": "primaryColumns.total_stock.computedValue"},
+ {"key": "primaryColumns.customColumn1.buttonColor"},
+ {"key": "primaryColumns.customColumn1.borderRadius"},
+ {"key": "primaryColumns.customColumn1.boxShadow"}
+ ],
+ "needsHeightForContent": true,
+ "leftColumn": 1,
+ "delimiter": ",",
+ "defaultSelectedRowIndex": 0,
+ "flexVerticalAlignment": "start",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "isVisibleFilters": true,
+ "isVisible": true,
+ "enableClientSideSearch": true,
+ "version": 2,
+ "totalRecordsCount": 0,
+ "tags": [
+ "Suggested",
+ "Display"
+ ],
+ "isLoading": false,
+ "childStylesheet": {
+ "button": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "iconButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "menuButton": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "menuColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "editActions": {
+ "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "columnUpdatedAt": 1700724596396,
+ "originalBottomRow": 85,
+ "primaryColumnId": "id",
+ "defaultSelectedRowIndices": [0],
+ "mobileBottomRow": 36,
+ "widgetName": "tbl_products",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "image",
+ "id",
+ "name",
+ "category",
+ "price",
+ "cost",
+ "total_stock",
+ "low_stock",
+ "customColumn1",
+ "description",
+ "updated",
+ "product_variant_id",
+ "sku"
+ ],
+ "dynamicPropertyPathList": [{"key": "tableData"}],
+ "displayName": "Table",
+ "bottomRow": 85,
+ "columnWidthMap": {
+ "image": 107,
+ "cost": 97,
+ "low_stock": 110,
+ "price": 86,
+ "name": 243,
+ "description": 93,
+ "customColumn1": 92,
+ "id": 62,
+ "category": 153,
+ "sku": 145,
+ "total_stock": 117
+ },
+ "parentRowSpace": 10,
+ "hideCard": false,
+ "mobileRightColumn": 35,
+ "parentColumnSpace": 12.9990234375,
+ "dynamicTriggerPathList": [{"key": "primaryColumns.customColumn1.onClick"}],
+ "borderWidth": "1",
+ "primaryColumns": {
+ "image": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"image\"]))}}",
+ "isEditable": false,
+ "alias": "image",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "image",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 4,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "image",
+ "columnType": "image",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "image",
+ "verticalAlignment": "CENTER"
+ },
+ "cost": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"cost\"]))}}",
+ "isEditable": false,
+ "alias": "cost",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "cost",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 8,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "cost",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "cost",
+ "verticalAlignment": "CENTER"
+ },
+ "low_stock": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"low_stock\"]))}}",
+ "isEditable": false,
+ "alias": "low_stock",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "low_stock",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "low_stock",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "low_stock",
+ "verticalAlignment": "CENTER"
+ },
+ "description": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"description\"]))}}",
+ "isEditable": false,
+ "alias": "description",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "description",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 3,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "description",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "description",
+ "verticalAlignment": "CENTER"
+ },
+ "customColumn1": {
+ "boxShadow": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( \"none\"))}}",
+ "computedValue": "",
+ "onClick": "{{showModal('mdl_editProduct');}}",
+ "buttonColor": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}",
+ "isEditable": false,
+ "alias": "Edit",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "customColumn1",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": true,
+ "textSize": "0.875rem",
+ "buttonStyle": "rgb(3, 179, 101)",
+ "allowCellWrapping": false,
+ "index": 10,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "Edit",
+ "labelColor": "#FFFFFF",
+ "buttonLabel": "Edit",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "borderRadius": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}",
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "customColumn1",
+ "customAlias": "",
+ "verticalAlignment": "CENTER"
+ },
+ "total_stock": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"total_stock\"]))}}",
+ "isEditable": false,
+ "alias": "total_stock",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "total_stock",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 11,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "total_stock",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "total_stock",
+ "verticalAlignment": "CENTER"
+ },
+ "price": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"price\"]))}}",
+ "isEditable": false,
+ "alias": "price",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "price",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 7,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "price",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "price",
+ "verticalAlignment": "CENTER"
+ },
+ "name": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}",
+ "isEditable": false,
+ "alias": "name",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "name",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 1,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "name",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "name",
+ "verticalAlignment": "CENTER"
+ },
+ "id": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}",
+ "isEditable": false,
+ "alias": "id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 0,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "id",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "id",
+ "verticalAlignment": "CENTER"
+ },
+ "category": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"category\"]))}}",
+ "isEditable": false,
+ "alias": "category",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "category",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 2,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "category",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "category",
+ "verticalAlignment": "CENTER"
+ },
+ "product_variant_id": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"product_variant_id\"]))}}",
+ "isEditable": false,
+ "alias": "product_variant_id",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "product_variant_id",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 6,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "product_variant_id",
+ "columnType": "number",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "product_variant_id",
+ "verticalAlignment": "CENTER"
+ },
+ "sku": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"sku\"]))}}",
+ "isEditable": false,
+ "alias": "sku",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "sku",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 9,
+ "isDiscardVisible": true,
+ "isVisible": true,
+ "label": "sku",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "sku",
+ "verticalAlignment": "CENTER"
+ },
+ "updated": {
+ "computedValue": "{{tbl_products.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updated\"]))}}",
+ "isEditable": false,
+ "alias": "updated",
+ "enableSort": true,
+ "isSaveVisible": true,
+ "id": "updated",
+ "isDisabled": false,
+ "allowSameOptionsInNewRow": true,
+ "validation": {},
+ "isCellVisible": true,
+ "isDerived": false,
+ "textSize": "0.875rem",
+ "allowCellWrapping": false,
+ "index": 5,
+ "isDiscardVisible": true,
+ "isVisible": false,
+ "label": "updated",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "isCellEditable": false,
+ "width": 150,
+ "enableFilter": true,
+ "sticky": "",
+ "originalId": "updated",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "key": "fltcfc2s04",
+ "canFreezeColumn": true,
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "textSize": "0.875rem",
+ "widgetId": "ukoo8yedx3",
+ "minWidth": 450,
+ "tableData": "{{getProducts.data}}",
+ "label": "Data",
+ "searchKey": "",
+ "parentId": "06dn98c6oy",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 8,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 10,
+ "mobileLeftColumn": 1,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER"
+ }
+ ],
+ "key": "xa2hdmiv65",
+ "isDeprecated": false,
+ "rightColumn": 498,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "06dn98c6oy",
+ "containerStyle": "none",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "5fx35dfeew",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4,
+ "flexLayers": []
+ }],
+ "borderWidth": "1",
+ "flexVerticalAlignment": "stretch",
+ "key": "5vaxam1hrc",
+ "backgroundColor": "#FFFFFF",
+ "isDeprecated": false,
+ "rightColumn": 64,
+ "dynamicHeight": "FIXED",
+ "widgetId": "5fx35dfeew",
+ "containerStyle": "card",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 9,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 16,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 10
},
{
- "key": "boxShadow"
- }
- ],
- "children": [
- {
- "boxShadow": "none",
- "borderColor": "#E0DEDE",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.46adf7030d667f0ad9002aa31f997573.svg",
- "onSubmit": "{{updateProduct.run().then(() => {\n updateProductVariant.run();\n closeModal('mdl_editProduct');\n getProducts.run();\n showAlert('Product updated', 'success');\n}).catch(() => {\n showAlert('Error updating product', 'error');\n});}}",
- "topRow": 5.0,
- "type": "JSON_FORM_WIDGET",
- "animateLoading": true,
- "leftColumn": 23.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "submitButtonStyles.buttonColor"
- },
- {
- "key": "submitButtonStyles.borderRadius"
- },
- {
- "key": "resetButtonStyles.buttonColor"
- },
- {
- "key": "resetButtonStyles.borderRadius"
- },
- {
- "key": "sourceData"
- },
- {
- "key": "schema.__root_schema__.children.id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.name.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.name.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.name.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.category.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.category.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.category.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.description.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.description.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.description.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.image.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.image.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.image.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.updated.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.updated.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.updated.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.product_variant_id.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.price.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.price.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.price.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.cost.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.cost.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.cost.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.sku.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.sku.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.sku.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.low_stock.borderRadius"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.defaultValue"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.accentColor"
- },
- {
- "key": "schema.__root_schema__.children.total_stock.borderRadius"
- },
- {
- "key": "schema.__root_schema__.defaultValue"
- },
- {
- "key": "schema.__root_schema__.borderRadius"
- },
- {
- "key": "schema.__root_schema__.cellBorderRadius"
- }
- ],
- "showReset": true,
- "flexVerticalAlignment": "start",
- "dynamicHeight": "AUTO_HEIGHT",
- "autoGenerateForm": true,
- "resetButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
- "buttonVariant": "SECONDARY"
- },
- "isVisible": true,
- "version": 1.0,
- "tags": [
- "Suggested",
- "Layout"
- ],
- "isLoading": false,
- "submitButtonLabel": "Update",
- "childStylesheet": {
- "ARRAY": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "OBJECT": {
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "cellBoxShadow": "none"
- },
- "CHECKBOX": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
- },
- "CURRENCY_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "DATEPICKER": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "EMAIL_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTISELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "MULTILINE_TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PASSWORD_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "PHONE_NUMBER_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "RADIO_GROUP": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "SELECT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- },
- "SWITCH": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "boxShadow": "none"
- },
- "TEXT_INPUT": {
- "accentColor": "{{appsmith.theme.colors.primaryColor}}",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none"
- }
- },
- "disabledWhenInvalid": true,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "originalBottomRow": 65.0,
- "useSourceData": false,
- "schema": {
- "__root_schema__": {
- "children": {
- "id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 8.0,
- "isCustomField": false,
- "accessor": "id",
- "identifier": "id",
- "position": 0.0,
- "originalIdentifier": "id",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Id"
- },
- "name": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Measuring Spoons",
- "isCustomField": false,
- "accessor": "name",
- "identifier": "name",
- "position": 1.0,
- "originalIdentifier": "name",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": true,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Name",
- "placeholderText": "Enter Product Name"
- },
- "category": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.category))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "Household",
- "isCustomField": false,
- "accessor": "category",
- "identifier": "category",
- "position": 2.0,
- "originalIdentifier": "category",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Category"
- },
- "description": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.description))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Multiline Text Input",
- "isCustomField": false,
- "accessor": "description",
- "identifier": "description",
- "position": 3.0,
- "originalIdentifier": "description",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Description",
- "placeholderText": "Enter Product Description"
- },
- "image": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.image))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
- "isCustomField": false,
- "accessor": "image",
- "identifier": "image",
- "position": 4.0,
- "originalIdentifier": "image",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Image"
- },
- "updated": {
- "children": {},
- "dataType": "null",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.updated))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "isCustomField": false,
- "accessor": "updated",
- "identifier": "updated",
- "position": 5.0,
- "originalIdentifier": "updated",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Updated"
- },
- "product_variant_id": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.product_variant_id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 8.0,
- "isCustomField": false,
- "accessor": "product_variant_id",
- "identifier": "product_variant_id",
- "position": 6.0,
- "originalIdentifier": "product_variant_id",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Product Variant Id"
- },
- "price": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.price))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 66.0,
- "isCustomField": false,
- "accessor": "price",
- "identifier": "price",
- "position": 7.0,
- "originalIdentifier": "price",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Price"
- },
- "cost": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.cost))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 56.0,
- "isCustomField": false,
- "accessor": "cost",
- "identifier": "cost",
- "position": 8.0,
- "originalIdentifier": "cost",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": "Cost"
- },
- "sku": {
- "children": {},
- "dataType": "string",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.sku))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Text Input",
- "sourceData": "544565-449",
- "isCustomField": false,
- "accessor": "sku",
- "identifier": "sku",
- "position": 9.0,
- "originalIdentifier": "sku",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Sku"
- },
- "low_stock": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.low_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 40.0,
- "isCustomField": false,
- "accessor": "low_stock",
- "identifier": "low_stock",
- "position": 10.0,
- "originalIdentifier": "low_stock",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Low Stock"
- },
- "total_stock": {
- "children": {},
- "dataType": "number",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.total_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Number Input",
- "sourceData": 32.0,
- "isCustomField": false,
- "accessor": "total_stock",
- "identifier": "total_stock",
- "position": 11.0,
- "originalIdentifier": "total_stock",
- "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "iconAlign": "left",
- "isDisabled": false,
- "isRequired": false,
- "isSpellCheck": false,
- "isVisible": false,
- "labelTextSize": "0.875rem",
- "label": "Total Stock"
- }
- },
- "dataType": "object",
- "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "fieldType": "Object",
- "sourceData": {
- "id": 8.0,
- "name": "Measuring Spoons",
- "category": "Household",
- "image": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
- "product_variant_id": 8.0,
- "price": 66.0,
- "cost": 56.0,
- "sku": "544565-449",
- "low_stock": 40.0,
- "total_stock": 32.0
- },
- "isCustomField": false,
- "accessor": "__root_schema__",
- "identifier": "__root_schema__",
- "position": -1.0,
- "originalIdentifier": "__root_schema__",
- "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "boxShadow": "none",
- "cellBorderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
- "cellBoxShadow": "none",
- "isDisabled": false,
- "isRequired": false,
- "isVisible": true,
- "labelTextSize": "0.875rem",
- "label": ""
- }
- },
- "mobileBottomRow": 81.0,
- "widgetName": "jsf_updateProduct",
- "submitButtonStyles": {
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "mobileBottomRow": 125,
+ "widgetName": "mdl_editProduct",
+ "isCanvas": true,
+ "displayName": "Modal",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b374721fa8e1aeab7cf326c2d865506f.svg",
+ "searchTags": [
+ "dialog",
+ "popup",
+ "notification"
+ ],
+ "topRow": 102,
+ "bottomRow": 772,
+ "parentRowSpace": 10,
+ "type": "MODAL_WIDGET",
+ "hideCard": false,
+ "shouldScrollContents": true,
+ "mobileRightColumn": 59,
+ "minHeight": 670,
+ "animateLoading": true,
+ "parentColumnSpace": 20.75,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 35,
+ "dynamicBindingPathList": [{"key": "borderRadius"}],
+ "children": [{
+ "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
+ "mobileBottomRow": 240,
+ "widgetName": "Canvas4",
+ "displayName": "Canvas",
+ "topRow": 0,
+ "bottomRow": 670,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "hideCard": true,
+ "shouldScrollContents": false,
+ "minHeight": 930,
+ "mobileRightColumn": 498,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "boxShadow"}
+ ],
+ "children": [
+ {
+ "boxShadow": "none",
+ "borderColor": "#E0DEDE",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.46adf7030d667f0ad9002aa31f997573.svg",
+ "onSubmit": "{{updateProduct.run().then(() => {\n updateProductVariant.run();\n closeModal('mdl_editProduct');\n getProducts.run();\n showAlert('Product updated', 'success');\n}).catch(() => {\n showAlert('Error updating product', 'error');\n});}}",
+ "topRow": 5,
+ "type": "JSON_FORM_WIDGET",
+ "animateLoading": true,
+ "leftColumn": 23,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "submitButtonStyles.buttonColor"},
+ {"key": "submitButtonStyles.borderRadius"},
+ {"key": "resetButtonStyles.buttonColor"},
+ {"key": "resetButtonStyles.borderRadius"},
+ {"key": "sourceData"},
+ {"key": "schema.__root_schema__.children.id.defaultValue"},
+ {"key": "schema.__root_schema__.children.id.accentColor"},
+ {"key": "schema.__root_schema__.children.id.borderRadius"},
+ {"key": "schema.__root_schema__.children.name.defaultValue"},
+ {"key": "schema.__root_schema__.children.name.accentColor"},
+ {"key": "schema.__root_schema__.children.name.borderRadius"},
+ {"key": "schema.__root_schema__.children.category.defaultValue"},
+ {"key": "schema.__root_schema__.children.category.accentColor"},
+ {"key": "schema.__root_schema__.children.category.borderRadius"},
+ {"key": "schema.__root_schema__.children.description.defaultValue"},
+ {"key": "schema.__root_schema__.children.description.accentColor"},
+ {"key": "schema.__root_schema__.children.description.borderRadius"},
+ {"key": "schema.__root_schema__.children.image.defaultValue"},
+ {"key": "schema.__root_schema__.children.image.accentColor"},
+ {"key": "schema.__root_schema__.children.image.borderRadius"},
+ {"key": "schema.__root_schema__.children.updated.defaultValue"},
+ {"key": "schema.__root_schema__.children.updated.accentColor"},
+ {"key": "schema.__root_schema__.children.updated.borderRadius"},
+ {"key": "schema.__root_schema__.children.product_variant_id.defaultValue"},
+ {"key": "schema.__root_schema__.children.product_variant_id.accentColor"},
+ {"key": "schema.__root_schema__.children.product_variant_id.borderRadius"},
+ {"key": "schema.__root_schema__.children.price.defaultValue"},
+ {"key": "schema.__root_schema__.children.price.accentColor"},
+ {"key": "schema.__root_schema__.children.price.borderRadius"},
+ {"key": "schema.__root_schema__.children.cost.defaultValue"},
+ {"key": "schema.__root_schema__.children.cost.accentColor"},
+ {"key": "schema.__root_schema__.children.cost.borderRadius"},
+ {"key": "schema.__root_schema__.children.sku.defaultValue"},
+ {"key": "schema.__root_schema__.children.sku.accentColor"},
+ {"key": "schema.__root_schema__.children.sku.borderRadius"},
+ {"key": "schema.__root_schema__.children.low_stock.defaultValue"},
+ {"key": "schema.__root_schema__.children.low_stock.accentColor"},
+ {"key": "schema.__root_schema__.children.low_stock.borderRadius"},
+ {"key": "schema.__root_schema__.children.total_stock.defaultValue"},
+ {"key": "schema.__root_schema__.children.total_stock.accentColor"},
+ {"key": "schema.__root_schema__.children.total_stock.borderRadius"},
+ {"key": "schema.__root_schema__.defaultValue"},
+ {"key": "schema.__root_schema__.borderRadius"},
+ {"key": "schema.__root_schema__.cellBorderRadius"}
+ ],
+ "showReset": true,
+ "flexVerticalAlignment": "start",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "autoGenerateForm": true,
+ "resetButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "SECONDARY"
+ },
+ "isVisible": true,
+ "version": 1,
+ "tags": [
+ "Suggested",
+ "Layout"
+ ],
+ "isLoading": false,
+ "submitButtonLabel": "Update",
+ "childStylesheet": {
+ "CHECKBOX": {
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "ARRAY": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "CURRENCY_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "DATEPICKER": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PHONE_NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "OBJECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "cellBoxShadow": "none"
+ },
+ "MULTISELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SELECT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "NUMBER_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "PASSWORD_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "EMAIL_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "RADIO_GROUP": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "SWITCH": {
+ "boxShadow": "none",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ },
+ "MULTILINE_TEXT_INPUT": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "accentColor": "{{appsmith.theme.colors.primaryColor}}"
+ }
+ },
+ "disabledWhenInvalid": true,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "originalBottomRow": 65,
+ "useSourceData": false,
+ "schema": {"__root_schema__": {
+ "labelTextSize": "0.875rem",
+ "identifier": "__root_schema__",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "object",
+ "cellBorderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accessor": "__root_schema__",
+ "isVisible": true,
+ "label": "",
+ "originalIdentifier": "__root_schema__",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {
+ "image": {
+ "labelTextSize": "0.875rem",
+ "identifier": "image",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.image))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "image",
+ "isVisible": true,
+ "label": "Image",
+ "originalIdentifier": "image",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 4,
+ "isDisabled": false,
+ "sourceData": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
+ "fieldType": "Text Input"
+ },
+ "cost": {
+ "labelTextSize": "0.875rem",
+ "identifier": "cost",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.cost))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "cost",
+ "isVisible": true,
+ "label": "Cost",
+ "originalIdentifier": "cost",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 8,
+ "isDisabled": false,
+ "sourceData": 56,
+ "fieldType": "Number Input"
+ },
+ "low_stock": {
+ "labelTextSize": "0.875rem",
+ "identifier": "low_stock",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.low_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "low_stock",
+ "isVisible": false,
+ "label": "Low Stock",
+ "originalIdentifier": "low_stock",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 10,
+ "isDisabled": false,
+ "sourceData": 40,
+ "fieldType": "Number Input"
+ },
+ "price": {
+ "labelTextSize": "0.875rem",
+ "identifier": "price",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.price))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "price",
+ "isVisible": true,
+ "label": "Price",
+ "originalIdentifier": "price",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 7,
+ "isDisabled": false,
+ "sourceData": 66,
+ "fieldType": "Number Input"
+ },
+ "name": {
+ "labelTextSize": "0.875rem",
+ "identifier": "name",
+ "boxShadow": "none",
+ "isRequired": true,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "name",
+ "isVisible": true,
+ "label": "Name",
+ "originalIdentifier": "name",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "Enter Product Name",
+ "position": 1,
+ "isDisabled": false,
+ "sourceData": "Measuring Spoons",
+ "fieldType": "Text Input"
+ },
+ "description": {
+ "labelTextSize": "0.875rem",
+ "identifier": "description",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.description))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "null",
+ "accessor": "description",
+ "isVisible": true,
+ "label": "Description",
+ "originalIdentifier": "description",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "placeholderText": "Enter Product Description",
+ "position": 3,
+ "isDisabled": false,
+ "fieldType": "Multiline Text Input"
+ },
+ "id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "id",
+ "isVisible": false,
+ "label": "Id",
+ "originalIdentifier": "id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 0,
+ "isDisabled": false,
+ "sourceData": 8,
+ "fieldType": "Number Input"
+ },
+ "category": {
+ "labelTextSize": "0.875rem",
+ "identifier": "category",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.category))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "category",
+ "isVisible": false,
+ "label": "Category",
+ "originalIdentifier": "category",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 2,
+ "isDisabled": false,
+ "sourceData": "Household",
+ "fieldType": "Text Input"
+ },
+ "product_variant_id": {
+ "labelTextSize": "0.875rem",
+ "identifier": "product_variant_id",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.product_variant_id))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "product_variant_id",
+ "isVisible": false,
+ "label": "Product Variant Id",
+ "originalIdentifier": "product_variant_id",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 6,
+ "isDisabled": false,
+ "sourceData": 8,
+ "fieldType": "Number Input"
+ },
+ "sku": {
+ "labelTextSize": "0.875rem",
+ "identifier": "sku",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.sku))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "string",
+ "accessor": "sku",
+ "isVisible": false,
+ "label": "Sku",
+ "originalIdentifier": "sku",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 9,
+ "isDisabled": false,
+ "sourceData": "544565-449",
+ "fieldType": "Text Input"
+ },
+ "updated": {
+ "labelTextSize": "0.875rem",
+ "identifier": "updated",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.updated))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "null",
+ "accessor": "updated",
+ "isVisible": false,
+ "label": "Updated",
+ "originalIdentifier": "updated",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 5,
+ "isDisabled": false,
+ "fieldType": "Text Input"
+ },
+ "total_stock": {
+ "labelTextSize": "0.875rem",
+ "identifier": "total_stock",
+ "boxShadow": "none",
+ "isRequired": false,
+ "isCustomField": false,
+ "defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.total_stock))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "accentColor": "{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "dataType": "number",
+ "accessor": "total_stock",
+ "isVisible": false,
+ "label": "Total Stock",
+ "originalIdentifier": "total_stock",
+ "borderRadius": "{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(jsf_updateProduct.sourceData, jsf_updateProduct.formData, jsf_updateProduct.fieldState)}}",
+ "children": {},
+ "isSpellCheck": false,
+ "iconAlign": "left",
+ "position": 11,
+ "isDisabled": false,
+ "sourceData": 32,
+ "fieldType": "Number Input"
+ }
+ },
+ "position": -1,
+ "isDisabled": false,
+ "sourceData": {
+ "image": "https://images-na.ssl-images-amazon.com/images/I/31lwxN0DSeL._.jpg",
+ "cost": 56,
+ "low_stock": 40,
+ "price": 66,
+ "name": "Measuring Spoons",
+ "id": 8,
+ "category": "Household",
+ "product_variant_id": 8,
+ "sku": "544565-449",
+ "total_stock": 32
+ },
+ "cellBoxShadow": "none",
+ "fieldType": "Object"
+ }},
+ "mobileBottomRow": 81,
+ "widgetName": "jsf_updateProduct",
+ "submitButtonStyles": {
+ "boxShadow": "none",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "buttonVariant": "PRIMARY"
+ },
+ "dynamicPropertyPathList": [],
+ "displayName": "JSON Form",
+ "bottomRow": 65,
+ "fieldLimitExceeded": false,
+ "parentRowSpace": 10,
+ "title": "",
+ "hideCard": false,
+ "mobileRightColumn": 35,
+ "parentColumnSpace": 16.40625,
+ "dynamicTriggerPathList": [{"key": "onSubmit"}],
+ "borderWidth": "1",
+ "sourceData": "{{tbl_products.selectedRow}}",
+ "resetButtonLabel": "Reset",
+ "key": "889x31c6qe",
+ "backgroundColor": "#fff",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "widgetId": "kszp5hmqoj",
+ "minWidth": 450,
+ "parentId": "37glzo1i9w",
+ "renderMode": "CANVAS",
+ "mobileTopRow": 40,
+ "scrollContents": true,
+ "responsiveBehavior": "fill",
+ "fixedFooter": true,
+ "originalTopRow": 5,
+ "mobileLeftColumn": 10,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 52,
+ "widgetName": "img_productImage",
+ "displayName": "Image",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
+ "topRow": 5,
+ "bottomRow": 26,
+ "parentRowSpace": 10,
+ "type": "IMAGE_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 12,
+ "animateLoading": true,
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [],
+ "imageShape": "RECTANGLE",
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "borderRadius"},
+ {"key": "image"}
+ ],
+ "defaultImage": "https://assets.appsmith.com/widgets/default.png",
+ "flexVerticalAlignment": "start",
+ "key": "atqz7i34yj",
+ "image": "{{jsf_updateProduct.formData.image}}",
+ "isDeprecated": false,
+ "rightColumn": 22,
+ "objectFit": "cover",
+ "widgetId": "gwsvntwbyy",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": ["Media"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 40,
+ "maxZoomLevel": 1,
+ "enableDownload": false,
+ "originalTopRow": 6,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "originalBottomRow": 27,
+ "enableRotation": false
+ },
+ {
+ "mobileBottomRow": 4,
+ "widgetName": "txt_updateProductTitle",
+ "displayName": "Text",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
+ "searchTags": [
+ "typography",
+ "paragraph",
+ "label"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "TEXT_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 16,
+ "animateLoading": true,
+ "overflow": "NONE",
+ "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 1,
+ "dynamicBindingPathList": [
+ {"key": "truncateButtonColor"},
+ {"key": "fontFamily"},
+ {"key": "borderRadius"}
+ ],
+ "shouldTruncate": false,
+ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "text": "Update Product",
+ "key": "dpk7zgzxlz",
+ "isDeprecated": false,
+ "rightColumn": 23,
+ "textAlign": "LEFT",
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "2jbaf1l0p1",
+ "minWidth": 450,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": [
+ "Suggested",
+ "Content"
+ ],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "originalTopRow": 0,
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 6,
+ "fontSize": "1.25rem",
+ "minDynamicHeight": 4
+ },
+ {
+ "boxShadow": "none",
+ "mobileBottomRow": 4,
+ "widgetName": "icn_closeUpdateProductModal",
+ "onClick": "{{closeModal('mdl_editProduct');}}",
+ "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
+ "displayName": "Icon button",
+ "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
+ "searchTags": [
+ "click",
+ "submit"
+ ],
+ "topRow": 0,
+ "bottomRow": 4,
+ "parentRowSpace": 10,
+ "type": "ICON_BUTTON_WIDGET",
+ "hideCard": false,
+ "mobileRightColumn": 63,
+ "animateLoading": true,
+ "parentColumnSpace": 9.8125,
+ "dynamicTriggerPathList": [{"key": "onClick"}],
+ "leftColumn": 57,
+ "dynamicBindingPathList": [
+ {"key": "buttonColor"},
+ {"key": "borderRadius"}
+ ],
+ "isDisabled": false,
+ "key": "hn8z4hopjv",
+ "isDeprecated": false,
+ "rightColumn": 63,
+ "iconName": "cross",
+ "widgetId": "faz2y4q9gr",
+ "minWidth": 50,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "37glzo1i9w",
+ "tags": ["Buttons"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "hug",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 59,
+ "buttonVariant": "TERTIARY"
+ }
+ ],
+ "isDisabled": false,
+ "key": "xa2hdmiv65",
+ "isDeprecated": false,
+ "rightColumn": 498,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "37glzo1i9w",
+ "minWidth": 450,
+ "isVisible": true,
+ "version": 1,
+ "parentId": "lm78m0ovdo",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 0,
+ "responsiveBehavior": "fill",
+ "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
+ "mobileLeftColumn": 0,
+ "maxDynamicHeight": 9000,
+ "minDynamicHeight": 4,
+ "flexLayers": []
+ }],
+ "key": "n84i0dmhmb",
+ "height": 670,
+ "isDeprecated": false,
+ "rightColumn": 59,
+ "detachFromLayout": true,
+ "dynamicHeight": "AUTO_HEIGHT",
+ "widgetId": "lm78m0ovdo",
+ "canOutsideClickClose": true,
+ "canEscapeKeyClose": true,
+ "version": 2,
+ "parentId": "0",
+ "tags": ["Layout"],
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "mobileTopRow": 101,
+ "originalTopRow": 101,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "boxShadow": "none",
- "buttonVariant": "PRIMARY"
- },
- "dynamicPropertyPathList": [],
- "displayName": "JSON Form",
- "bottomRow": 65.0,
- "fieldLimitExceeded": false,
- "parentRowSpace": 10.0,
- "title": "",
- "hideCard": false,
- "mobileRightColumn": 35.0,
- "parentColumnSpace": 16.40625,
- "dynamicTriggerPathList": [
- {
- "key": "onSubmit"
- }
- ],
- "borderWidth": "1",
- "sourceData": "{{tbl_products.selectedRow}}",
- "resetButtonLabel": "Reset",
- "key": "889x31c6qe",
- "backgroundColor": "#fff",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "widgetId": "kszp5hmqoj",
- "minWidth": 450.0,
- "parentId": "37glzo1i9w",
- "renderMode": "CANVAS",
- "mobileTopRow": 40.0,
- "scrollContents": true,
- "responsiveBehavior": "fill",
- "fixedFooter": true,
- "originalTopRow": 5.0,
- "mobileLeftColumn": 10.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 52.0,
- "widgetName": "img_productImage",
- "displayName": "Image",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.69b0f0dd810281fbd6e34fc2c3f39344.svg",
- "topRow": 5.0,
- "bottomRow": 26.0,
- "parentRowSpace": 10.0,
- "type": "IMAGE_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 12.0,
- "animateLoading": true,
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [],
- "imageShape": "RECTANGLE",
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "borderRadius"
- },
- {
- "key": "image"
- }
- ],
- "defaultImage": "https://assets.appsmith.com/widgets/default.png",
- "flexVerticalAlignment": "start",
- "key": "atqz7i34yj",
- "image": "{{jsf_updateProduct.formData.image}}",
- "isDeprecated": false,
- "rightColumn": 22.0,
- "objectFit": "cover",
- "widgetId": "gwsvntwbyy",
- "isVisible": true,
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Media"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 40.0,
- "maxZoomLevel": 1.0,
- "enableDownload": false,
- "originalTopRow": 6.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "originalBottomRow": 27.0,
- "enableRotation": false
- },
- {
- "mobileBottomRow": 4.0,
- "widgetName": "txt_updateProductTitle",
- "displayName": "Text",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
- "searchTags": [
- "typography",
- "paragraph",
- "label"
- ],
- "topRow": 0.0,
- "bottomRow": 4.0,
- "parentRowSpace": 10.0,
- "type": "TEXT_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 16.0,
- "animateLoading": true,
- "overflow": "NONE",
- "fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [],
- "leftColumn": 1.0,
- "dynamicBindingPathList": [
- {
- "key": "truncateButtonColor"
- },
- {
- "key": "fontFamily"
- },
- {
- "key": "borderRadius"
- }
- ],
- "shouldTruncate": false,
- "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
- "text": "Update Product",
- "key": "dpk7zgzxlz",
- "isDeprecated": false,
- "rightColumn": 23.0,
- "textAlign": "LEFT",
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "2jbaf1l0p1",
- "minWidth": 450.0,
- "isVisible": true,
- "fontStyle": "BOLD",
- "textColor": "#231F20",
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Suggested",
- "Content"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "originalTopRow": 0.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 6.0,
- "fontSize": "1.25rem",
- "minDynamicHeight": 4.0
- },
- {
- "boxShadow": "none",
- "mobileBottomRow": 4.0,
- "widgetName": "icn_closeUpdateProductModal",
- "onClick": "{{closeModal('mdl_editProduct');}}",
- "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
- "displayName": "Icon button",
- "iconSVG": "https://appcdn.appsmith.com/static/media/icon.b08054586989b185a0801e9a34f8ad49.svg",
- "searchTags": [
- "click",
- "submit"
- ],
- "topRow": 0.0,
- "bottomRow": 4.0,
- "parentRowSpace": 10.0,
- "type": "ICON_BUTTON_WIDGET",
- "hideCard": false,
- "mobileRightColumn": 63.0,
- "animateLoading": true,
- "parentColumnSpace": 9.8125,
- "dynamicTriggerPathList": [
- {
- "key": "onClick"
- }
- ],
- "leftColumn": 57.0,
- "dynamicBindingPathList": [
- {
- "key": "buttonColor"
- },
- {
- "key": "borderRadius"
- }
- ],
- "isDisabled": false,
- "key": "hn8z4hopjv",
- "isDeprecated": false,
- "rightColumn": 63.0,
- "iconName": "cross",
- "widgetId": "faz2y4q9gr",
- "minWidth": 50.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "37glzo1i9w",
- "tags": [
- "Buttons"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "hug",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 59.0,
- "buttonVariant": "TERTIARY"
+ "mobileLeftColumn": 35,
+ "maxDynamicHeight": 9000,
+ "originalBottomRow": 511,
+ "width": 640,
+ "minDynamicHeight": 10
}
- ],
- "isDisabled": false,
- "key": "xa2hdmiv65",
- "isDeprecated": false,
- "rightColumn": 498.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "37glzo1i9w",
- "minWidth": 450.0,
- "isVisible": true,
- "version": 1.0,
- "parentId": "lm78m0ovdo",
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 0.0,
- "responsiveBehavior": "fill",
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 0.0,
- "maxDynamicHeight": 9000.0,
- "minDynamicHeight": 4.0,
- "flexLayers": []
- }
- ],
- "key": "n84i0dmhmb",
- "height": 670.0,
- "isDeprecated": false,
- "rightColumn": 59.0,
- "detachFromLayout": true,
- "dynamicHeight": "AUTO_HEIGHT",
- "widgetId": "lm78m0ovdo",
- "canOutsideClickClose": true,
- "canEscapeKeyClose": true,
- "version": 2.0,
- "parentId": "0",
- "tags": [
- "Layout"
- ],
- "renderMode": "CANVAS",
- "isLoading": false,
- "mobileTopRow": 101.0,
- "originalTopRow": 101.0,
- "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
- "mobileLeftColumn": 35.0,
- "maxDynamicHeight": 9000.0,
- "originalBottomRow": 511.0,
- "width": 640.0,
- "minDynamicHeight": 10.0
- }
- ]
- },
- "layoutOnLoadActions": [
- [
- {
- "id": "Home_getProducts",
- "name": "getProducts",
- "confirmBeforeExecute": false,
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000.0
+ ]
}
- ]
- ],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Home",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": [],
- "isHidden": false
- },
- "deleted": false,
- "gitSyncId": "6568b337c114ef71003566ce_6568b337c114ef71003566d0"
- }
- ],
- "actionList": [
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "updateProductVariant",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE product_variant\n SET sku = {{tbl_products.triggeredRow.sku}},\n\tlow_stock = {{tbl_products.triggeredRow.low_stock}},\n\tprice = {{jsf_updateProduct.formData.price}},\n\tcost = {{jsf_updateProduct.formData.cost}}\n WHERE id = {{tbl_products.triggeredRow.product_variant_id}};\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "tbl_products.triggeredRow.sku",
- "jsf_updateProduct.formData.cost",
- "tbl_products.triggeredRow.low_stock",
- "jsf_updateProduct.formData.price",
- "tbl_products.triggeredRow.product_variant_id"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "publishedAction": {
- "name": "updateProductVariant",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE product_variant\n SET sku = {{tbl_products.triggeredRow.sku}},\n\tlow_stock = {{tbl_products.triggeredRow.low_stock}},\n\tprice = {{jsf_updateProduct.formData.price}},\n\tcost = {{jsf_updateProduct.formData.cost}}\n WHERE id = {{tbl_products.triggeredRow.product_variant_id}};\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "tbl_products.triggeredRow.sku",
- "jsf_updateProduct.formData.cost",
- "tbl_products.triggeredRow.low_stock",
- "jsf_updateProduct.formData.price",
- "tbl_products.triggeredRow.product_variant_id"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "id": "Home_updateProductVariant",
- "deleted": false,
- "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225571585Z"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "getProducts",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT \n p.id AS id,\n p.name AS name,\n\tp.type AS category,\n\tp.description AS description,\n\tp.image AS image,\n\tp.updated AS updated,\n v.id AS product_variant_id,\n v.price AS price,\n v.cost AS cost,\n\tv.sku AS sku,\n\tv.low_stock AS low_stock,\n SUM(pl.stock) AS total_stock\nFROM \n product p \n INNER JOIN product_variant v ON p.id = v.product_id \n LEFT JOIN product_location pl ON v.id = pl.product_variant_id\nGROUP BY \n p.id, p.name, p.type, v.id, v.price, p.description, p.image, v.cost, v.sku, v.low_stock\nORDER BY \n p.id DESC;\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "publishedAction": {
- "name": "getProducts",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT \n p.id AS id,\n p.name AS name,\n\tp.type AS category,\n\tp.description AS description,\n\tp.image AS image,\n\tp.updated AS updated,\n v.id AS product_variant_id,\n v.price AS price,\n v.cost AS cost,\n\tv.sku AS sku,\n\tv.low_stock AS low_stock,\n SUM(pl.stock) AS total_stock\nFROM \n product p \n INNER JOIN product_variant v ON p.id = v.product_id \n LEFT JOIN product_location pl ON v.id = pl.product_variant_id\nGROUP BY \n p.id, p.name, p.type, v.id, v.price, p.description, p.image, v.cost, v.sku, v.low_stock\nORDER BY \n p.id DESC;\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
+ }],
+ "slug": "home",
+ "isHidden": false
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "id": "Home_getProducts",
- "deleted": false,
- "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225443043Z"
- },
- {
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "updateProduct",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE product\nSET name = {{jsf_updateProduct.formData.name}},\n description = {{jsf_updateProduct.formData.description}},\n type = 'OTHER',\n\t\timage = {{jsf_updateProduct.formData.image}}\nWHERE id = {{tbl_products.triggeredRow.id}};\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "jsf_updateProduct.formData.name",
- "jsf_updateProduct.formData.image",
- "tbl_products.triggeredRow.id",
- "jsf_updateProduct.formData.description"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "publishedAction": {
- "name": "updateProduct",
- "datasource": {
- "name": "Mock_DB_V2",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "id": "Mock_DB_V2",
- "deleted": false,
- "policies": [],
- "userPermissions": []
- },
- "pageId": "Home",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000.0,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "UPDATE product\nSET name = {{jsf_updateProduct.formData.name}},\n description = {{jsf_updateProduct.formData.description}},\n type = 'OTHER',\n\t\timage = {{jsf_updateProduct.formData.image}}\nWHERE id = {{tbl_products.triggeredRow.id}};\n",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "jsf_updateProduct.formData.name",
- "jsf_updateProduct.formData.image",
- "tbl_products.triggeredRow.id",
- "jsf_updateProduct.formData.description"
- ],
- "userSetOnLoad": false,
- "confirmBeforeExecute": false,
- "policies": [],
- "userPermissions": [],
- "createdAt": "2024-03-04T14:14:28Z"
- },
- "id": "Home_updateProduct",
- "deleted": false,
- "gitSyncId": "6568b337c114ef71003566ce_2023-11-30T16:09:12.225514844Z"
+ "gitSyncId": "6568b337c114ef71003566ce_6568b337c114ef71003566d0"
+ }],
+ "actionCollectionList": [],
+ "clientSchemaVersion": 1,
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "forkedFromTemplateTitle": "Update Data",
+ "color": "#E3DEFF",
+ "unpublishedAppLayout": {"type": "TABLET_LARGE"},
+ "icon": "help",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "unpublishedApplicationDetail": {"appPositioning": {"type": "FIXED"}},
+ "isManualUpdate": false,
+ "publishedApplicationDetail": {"appPositioning": {"type": "FIXED"}},
+ "pages": [{
+ "isDefault": true,
+ "id": "Home"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "Update Data",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedAppLayout": {"type": "TABLET_LARGE"},
+ "publishedPages": [{
+ "isDefault": true,
+ "id": "Home"
+ }],
+ "unreadCommentThreads": 0,
+ "slug": "update-data",
+ "evaluationVersion": 2
}
- ],
- "actionCollectionList": [],
- "editModeTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/file-with-v1.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/file-with-v1.json
index 29c5ee12b765..78fdf6753362 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/file-with-v1.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/file-with-v1.json
@@ -1,4 +1,4 @@
{
- "serverSchemaVersion" : 1,
- "clientSchemaVersion" : 1
-}
\ No newline at end of file
+ "serverSchemaVersion": 1,
+ "clientSchemaVersion": 1
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/incompatible_version.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/incompatible_version.json
index 8ccaa6442d73..5276f359c31d 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/incompatible_version.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/incompatible_version.json
@@ -1,3 +1 @@
-{
- "serverSchemaVersion" : 10000
-}
\ No newline at end of file
+{"serverSchemaVersion": 10000}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-application-without-pageId-action-collection.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-application-without-pageId-action-collection.json
index 137cfe7925eb..48b01eebc5a1 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-application-without-pageId-action-collection.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-application-without-pageId-action-collection.json
@@ -1,530 +1,481 @@
{
- "exportedApplication": {
- "userPermissions": [
- "canComment:applications",
- "manage:applications",
- "read:applications",
- "publish:applications",
- "makePublic:applications"
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2"
],
- "name": "valid_application",
- "isPublic": false,
- "appIsExample": false,
- "color": "#EA6179",
- "icon": "medical",
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "api_ds_wo_auth",
- "pluginId": "restapi-plugin",
- "gitSyncId": "datasource2_git",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "isSendSessionEnabled",
- "value": "N"
- },
- {
- "key": "sessionSignatureKey",
- "value": ""
- }
+ "datasourceList": [{
+ "new": true,
+ "invalids": [],
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "api_ds_wo_auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
],
- "url": "https://api-ds-wo-auth-uri.com",
- "headers": []
- },
- "invalids": [],
- "isValid": true,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page1_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67906",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
+ "gitSyncId": "datasource2_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "headers": [],
+ "properties": [
{
- "widgetName": "Table1",
- "columnOrder": [
- "_id",
- "username",
- "active"
- ],
- "dynamicPropertyPathList": [],
- "topRow": 4,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "type": "TABLE_WIDGET",
- "parentColumnSpace": 77.5,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns._id.computedValue"
- },
- {
- "key": "primaryColumns.username.computedValue"
- },
- {
- "key": "primaryColumns.active.computedValue"
- }
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "_id": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
- "textSize": "PARAGRAPH",
- "index": 4,
- "isVisible": true,
- "label": "_id",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "_id",
- "verticalAlignment": "CENTER"
- },
- "active": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
- "textSize": "PARAGRAPH",
- "index": 8,
- "isVisible": true,
- "label": "active",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "active",
- "verticalAlignment": "CENTER"
- },
- "username": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
- "textSize": "PARAGRAPH",
- "index": 7,
- "isVisible": true,
- "label": "username",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "username",
- "verticalAlignment": "CENTER"
- }
- },
- "derivedColumns": {},
- "rightColumn": 8,
- "textSize": "PARAGRAPH",
- "widgetId": "aisibaxwhb",
- "tableData": "{{get_users.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "version": 1,
- "parentId": "0",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
+ "value": "N",
+ "key": "isSendSessionEnabled"
},
{
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 16,
- "widgetId": "ut3l54pzqw",
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 77.5,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 542.5,
- "detachFromLayout": true,
- "widgetId": "mcsltg1l0j",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 320,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "version": 1,
- "parentId": "ut3l54pzqw",
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
+ "value": "",
+ "key": "sessionSignatureKey"
+ }
+ ],
+ "url": "https://api-ds-wo-auth-uri.com"
+ }
+ }],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "db-auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "get_users",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}",
+ "smartSubstitution": false
+ }
+ },
+ "userPermissions": []
+ },
+ "pluginId": "mongo-plugin",
+ "id": "60aca092136c4b7178f6790a",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action1_git"
+ },
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
{
- "widgetName": "Text1",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "7b4x786lxp",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "leftColumn": 0,
- "fontSize": "HEADING1",
- "text": "Form"
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text2",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "d0axuxiosp",
- "topRow": 3,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
+ "value": "",
+ "key": ""
+ }
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "restapi-plugin",
+ "id": "60aca24c136c4b7178f6790d",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action2_git"
+ }
+ ],
+ "unpublishedLayoutmongoEscapedWidgets": {"60aca056136c4b7178f67906": ["Table1"]},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67906",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67906",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[{
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "api_wo_auth",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca24c136c4b7178f6790d"
+ }]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
{
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH2",
- "text": "{{api_wo_auth.data.body}}"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "lmfer0622c",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
+ "widgetName": "Table1",
+ "columnOrder": [
+ "_id",
+ "username",
+ "active"
+ ],
+ "dynamicPropertyPathList": [],
+ "topRow": 4,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 77.5,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "primaryColumns.username.computedValue"},
+ {"key": "primaryColumns.active.computedValue"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "active": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 8,
+ "isVisible": true,
+ "label": "active",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "active",
+ "verticalAlignment": "CENTER"
+ },
+ "_id": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 4,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "username": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 7,
+ "isVisible": true,
+ "label": "username",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "username",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "derivedColumns": {},
+ "rightColumn": 8,
+ "textSize": "PARAGRAPH",
+ "widgetId": "aisibaxwhb",
+ "tableData": "{{get_users.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
{
- "key": "text"
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 16,
+ "widgetId": "ut3l54pzqw",
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 77.5,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 542.5,
+ "detachFromLayout": true,
+ "widgetId": "mcsltg1l0j",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 320,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "ut3l54pzqw",
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "7b4x786lxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "fontSize": "HEADING1",
+ "text": "Form"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "d0axuxiosp",
+ "topRow": 3,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH2",
+ "text": "{{api_wo_auth.data.body}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "lmfer0622c",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{api_wo_auth.data.id}}"
+ }
+ ]
+ }]
}
- ],
- "fontSize": "PARAGRAPH",
- "text": "{{api_wo_auth.data.id}}"
- }
- ]
+ ]
}
- ]
- }
- ]
+ }]
},
- "layoutOnLoadActions": [
- [
- {
- "id": "60aca24c136c4b7178f6790d",
- "name": "api_wo_auth",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67906",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- },
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page2_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page2",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67999",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "applicationId": "valid_application",
+ "gitSyncId": "page1_git"
+ },
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67999",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- "layoutOnLoadActions": [
- []
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
+ "applicationId": "valid_application",
+ "gitSyncId": "page2_git"
+ }
+ ],
+ "decryptedFields": {},
+ "publishedLayoutmongoEscapedWidgets": {"60aca056136c4b7178f67906": ["Table1"]},
+ "actionCollectionList": [{
+ "new": false,
+ "id": "61518b8548b30155375f5276",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1",
- "Page2"
- ],
- "actionList": [
- {
- "id": "60aca092136c4b7178f6790a",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "gitSyncId": "action1_git",
- "unpublishedAction": {
- "name": "get_users",
- "datasource": {
- "id": "db-auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "smartSubstitution": false,
- "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "60aca24c136c4b7178f6790d",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "gitSyncId": "action2_git",
- "unpublishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "61518b8548b30155375f5276",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "unpublishedCollection": {
- "name": "JSObject1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
+ "actions": []
+ }
+ }],
+ "exportedApplication": {
+ "new": true,
+ "color": "#EA6179",
+ "name": "valid_application",
+ "appIsExample": false,
+ "icon": "medical",
+ "isPublic": false,
+ "userPermissions": [
+ "canComment:applications",
+ "manage:applications",
+ "read:applications",
+ "publish:applications",
+ "makePublic:applications"
]
- },
- "new": false
- }
- ],
- "decryptedFields": {
- },
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "publishedLayoutmongoEscapedWidgets": {
- "60aca056136c4b7178f67906": [
- "Table1"
- ]
- },
- "unpublishedLayoutmongoEscapedWidgets": {
- "60aca056136c4b7178f67906": [
- "Table1"
- ]
- }
+ },
+ "publishedDefaultPageName": "Page1"
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-app.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-app.json
index 2c91f465bf40..adcde150d182 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-app.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-app.json
@@ -1,18 +1,12 @@
{
"datasourceList": [],
- "pageList": [
- {
- "applicationId": "test_app"
- }
- ],
- "actionList": [
- {
+ "actionList": [{
+ "unpublishedAction": {},
"id": "randomId",
"userPermissions": [],
- "unpublishedAction": {},
"publishedAction": {}
- }
- ],
+ }],
+ "pageList": [{"applicationId": "test_app"}],
"decryptedFields": {},
"mongoEscapedWidgets": {}
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-pages.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-pages.json
index 2918b2bea0e7..a50269be51a8 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-pages.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/invalid-json-without-pages.json
@@ -1,12 +1,8 @@
{
- "exportedApplication": {},
"datasourceList": [],
+ "actionList": [{"id": "randomId"}],
"pageList": [],
- "actionList": [
- {
- "id": "randomId"
- }
- ],
"decryptedFields": {},
+ "exportedApplication": {},
"mongoEscapedWidgets": {}
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-resource.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-resource.json
index 5b04a1269187..d2efa3d0a190 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-resource.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-resource.json
@@ -1,1322 +1,1214 @@
{
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 7,
- "datasourceList": [
- {
- "datasourceConfiguration": {},
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "isTemplate": true,
- "isValid": true,
- "embedded": false,
- "new": true
- }
- ],
- "actionList": [
- {
- "id": "Investors_DeleteQuery",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "DeleteQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "DELETE_ROW"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "{{data_table.pageSize}}"
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "{{data_table.triggeredRow.rowIndex}}"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- }
- ],
- "formData": {
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "pagination": {
- "data": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "{{data_table.pageSize}}"
- },
- "viewType": "component",
- "componentData": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "{{data_table.pageSize}}"
- }
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "rowIndex": {
- "data": "{{data_table.triggeredRow.rowIndex}}",
- "viewType": "component",
- "componentData": "{{data_table.triggeredRow.rowIndex}}"
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "DELETE_ONE",
- "viewType": "component",
- "componentData": "DELETE_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "projection": {
- "data": []
- },
- "range": {
- "data": ""
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "data_table.pageSize",
- "data_table.triggeredRow.rowIndex",
- "(data_table.pageNo - 1) * data_table.pageSize"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "DeleteQuery",
- "selfReferencingDataPaths": []
- },
- "publishedAction": {
- "name": "DeleteQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "DELETE_ROW"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "{{data_table.pageSize}}"
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "{{data_table.triggeredRow.rowIndex}}"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- }
- ],
- "formData": {
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "pagination": {
- "data": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "{{data_table.pageSize}}"
- },
- "viewType": "component",
- "componentData": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "{{data_table.pageSize}}"
- }
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "rowIndex": {
- "data": "{{data_table.triggeredRow.rowIndex}}",
- "viewType": "component",
- "componentData": "{{data_table.triggeredRow.rowIndex}}"
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "DELETE_ONE",
- "viewType": "component",
- "componentData": "DELETE_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "projection": {
- "data": []
- },
- "range": {
- "data": ""
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "data_table.pageSize",
- "data_table.triggeredRow.rowIndex",
- "(data_table.pageNo - 1) * data_table.pageSize"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "DeleteQuery",
- "selfReferencingDataPaths": []
- },
- "new": false
- },
- {
- "id": "Investors_UpdateQuery",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "UpdateQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "UPDATE"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": ""
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": ""
- },
- {
- "key": "rowObject",
- "value": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "rowObjects": {
- "data": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
- "viewType": "component",
- "componentData": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
- },
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND"
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "UPDATE_ONE",
- "viewType": "component",
- "componentData": "UPDATE_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "projection": {
- "data": []
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "colInput3Copy.text",
- "data_table.selectedItem.rowIndex",
- "Rating1Copy.value",
- "colInput2Copy.text",
- "colInput4Copy.text"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "UpdateQuery",
- "selfReferencingDataPaths": []
- },
- "publishedAction": {
- "name": "UpdateQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "UPDATE"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": ""
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": ""
- },
- {
- "key": "rowObject",
- "value": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "rowObjects": {
- "data": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
- "viewType": "component",
- "componentData": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
- },
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND"
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "UPDATE_ONE",
- "viewType": "component",
- "componentData": "UPDATE_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "projection": {
- "data": []
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
+ "serverSchemaVersion": 7,
+ "datasourceList": [{
+ "new": true,
+ "pluginId": "google-sheets-plugin",
+ "isTemplate": true,
"isValid": true,
- "invalids": [],
+ "name": "Sheets",
"messages": [],
- "jsonPathKeys": [
- "colInput3Copy.text",
- "data_table.selectedItem.rowIndex",
- "Rating1Copy.value",
- "colInput2Copy.text",
- "colInput4Copy.text"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "UpdateQuery",
- "selfReferencingDataPaths": []
- },
- "new": false
- },
- {
- "id": "Investors_SelectQuery",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "SelectQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "5"
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "pagination": {
- "data": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "5"
- },
- "viewType": "component",
- "componentData": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "5"
- }
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "LT"
- }
- ]
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "json",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "FETCH_MANY",
- "viewType": "component",
- "componentData": "FETCH_MANY"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- },
- "projection": {
- "data": []
- },
- "range": {
- "data": ""
+ "datasourceConfiguration": {},
+ "isAutoGenerated": false,
+ "embedded": false
+ }],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "rowIndex": {
+ "data": "{{data_table.triggeredRow.rowIndex}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow.rowIndex}}"
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "DELETE_ONE",
+ "viewType": "component",
+ "componentData": "DELETE_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "DELETE_ROW",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "{{data_table.triggeredRow.rowIndex}}",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.pageSize",
+ "data_table.triggeredRow.rowIndex",
+ "(data_table.pageNo - 1) * data_table.pageSize"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "DeleteQuery",
+ "name": "DeleteQuery",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Investors_DeleteQuery",
+ "publishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "{{data_table.pageSize}}"
+ }
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "rowIndex": {
+ "data": "{{data_table.triggeredRow.rowIndex}}",
+ "viewType": "component",
+ "componentData": "{{data_table.triggeredRow.rowIndex}}"
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "DELETE_ONE",
+ "viewType": "component",
+ "componentData": "DELETE_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "DELETE_ROW",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "{{data_table.pageSize}}",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "{{data_table.triggeredRow.rowIndex}}",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "data_table.pageSize",
+ "data_table.triggeredRow.rowIndex",
+ "(data_table.pageNo - 1) * data_table.pageSize"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "DeleteQuery",
+ "name": "DeleteQuery",
+ "messages": []
}
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(data_table.pageNo - 1) * data_table.pageSize"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "SelectQuery",
- "selfReferencingDataPaths": []
- },
- "publishedAction": {
- "name": "SelectQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "name": "Sheets",
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
},
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "5"
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "pagination": {
- "data": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "5"
- },
- "viewType": "component",
- "componentData": {
- "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
- "limit": "5"
- }
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "LT"
- }
- ]
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "json",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "FETCH_MANY",
- "viewType": "component",
- "componentData": "FETCH_MANY"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- },
- "projection": {
- "data": []
- },
- "range": {
- "data": ""
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "where": {
+ "data": {"condition": "AND"},
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "UPDATE_ONE",
+ "viewType": "component",
+ "componentData": "UPDATE_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "UPDATE",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "colInput3Copy.text",
+ "data_table.selectedItem.rowIndex",
+ "Rating1Copy.value",
+ "colInput2Copy.text",
+ "colInput4Copy.text"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "UpdateQuery",
+ "name": "UpdateQuery",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Investors_UpdateQuery",
+ "publishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
+ "viewType": "component",
+ "componentData": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "where": {
+ "data": {"condition": "AND"},
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "UPDATE_ONE",
+ "viewType": "component",
+ "componentData": "UPDATE_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "UPDATE",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{\n\t \"rowIndex\": {{data_table.selectedItem.rowIndex}}, \n\t\t\"interestLevel\": \"{{Rating1Copy.value}}\", \n\t\t\"website\": \"{{colInput2Copy.text}}\", \n\t\t\"address\": \"{{colInput3Copy.text}}\", \n\t\t\"topInvestments\": \"{{colInput4Copy.text}}\"\n}",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "colInput3Copy.text",
+ "data_table.selectedItem.rowIndex",
+ "Rating1Copy.value",
+ "colInput2Copy.text",
+ "colInput4Copy.text"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "UpdateQuery",
+ "name": "UpdateQuery",
+ "messages": []
}
- }
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "(data_table.pageNo - 1) * data_table.pageSize"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "SelectQuery",
- "selfReferencingDataPaths": []
- },
- "new": false
- },
- {
- "id": "Investors_InsertQuery",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "InsertQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "APPEND"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": ""
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": ""
- },
- {
- "key": "rowObject",
- "value": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "rowObjects": {
- "data": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
- "viewType": "component",
- "componentData": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
- },
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND"
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "INSERT_ONE",
- "viewType": "component",
- "componentData": "INSERT_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "5"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "5"
+ }
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{"condition": "LT"}]
+ },
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "json",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "FETCH_MANY",
+ "viewType": "component",
+ "componentData": "FETCH_MANY"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "5",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["(data_table.pageNo - 1) * data_table.pageSize"],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "SelectQuery",
+ "name": "SelectQuery",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Investors_SelectQuery",
+ "publishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "pagination": {
+ "data": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "5"
+ },
+ "viewType": "component",
+ "componentData": {
+ "offset": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "limit": "5"
+ }
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "range": {"data": ""},
+ "where": {
+ "data": {
+ "condition": "AND",
+ "children": [{"condition": "LT"}]
+ },
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "projection": {"data": []},
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "json",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "FETCH_MANY",
+ "viewType": "component",
+ "componentData": "FETCH_MANY"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "5",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "{{(data_table.pageNo - 1) * data_table.pageSize}}",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["(data_table.pageNo - 1) * data_table.pageSize"],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "Sheets",
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "SelectQuery",
+ "name": "SelectQuery",
+ "messages": []
}
- }
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "formData.rowObjects.data"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Location.text",
- "fundSize.text",
- "Investment_Fund.text",
- "topInvestments.text",
- "investorName.text",
- "InterestLevel.value",
- "Website.text",
- "Math.floor(Math.random()*1000+100)",
- "Address.text"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "InsertQuery",
- "selfReferencingDataPaths": []
- },
- "publishedAction": {
- "name": "InsertQuery",
- "datasource": {
- "id": "Sheets",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Investors",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "APPEND"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": ""
- },
- {
- "key": "sheetName",
- "value": "Investor Details"
- },
- {
- "key": "rowOffset",
- "value": ""
- },
- {
- "key": "rowObject",
- "value": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": ""
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": false
- },
- {
- "key": "where",
- "value": [
- {}
- ]
- }
- ],
- "formData": {
- "rowObjects": {
- "data": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
- "viewType": "component",
- "componentData": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
- },
- "tableHeaderIndex": {
- "data": "1",
- "viewType": "component",
- "componentData": "1"
- },
- "sheetName": {
- "data": "Investor Details",
- "viewType": "component",
- "componentData": "Investor Details"
- },
- "entityType": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
- },
- "where": {
- "data": {
- "condition": "AND"
- },
- "viewType": "component",
- "componentData": {
- "condition": "AND"
- }
- },
- "sheetUrl": {
- "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
- "viewType": "component",
- "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
- },
- "command": {
- "data": "INSERT_ONE",
- "viewType": "component",
- "componentData": "INSERT_ONE"
- },
- "smartSubstitution": {
- "data": false,
- "viewType": "component",
- "componentData": false
- },
- "queryFormat": {
- "data": "ROWS",
- "viewType": "component",
- "componentData": "ROWS"
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
+ "viewType": "component",
+ "componentData": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "where": {
+ "data": {"condition": "AND"},
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "INSERT_ONE",
+ "viewType": "component",
+ "componentData": "INSERT_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "APPEND",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.rowObjects.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Location.text",
+ "fundSize.text",
+ "Investment_Fund.text",
+ "topInvestments.text",
+ "investorName.text",
+ "InterestLevel.value",
+ "Website.text",
+ "Math.floor(Math.random()*1000+100)",
+ "Address.text"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "InsertQuery",
+ "name": "InsertQuery",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Investors_InsertQuery",
+ "publishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "rowObjects": {
+ "data": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
+ "viewType": "component",
+ "componentData": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n"
+ },
+ "tableHeaderIndex": {
+ "data": "1",
+ "viewType": "component",
+ "componentData": "1"
+ },
+ "sheetName": {
+ "data": "Investor Details",
+ "viewType": "component",
+ "componentData": "Investor Details"
+ },
+ "entityType": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ },
+ "where": {
+ "data": {"condition": "AND"},
+ "viewType": "component",
+ "componentData": {"condition": "AND"}
+ },
+ "sheetUrl": {
+ "data": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit",
+ "viewType": "component",
+ "componentData": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit"
+ },
+ "command": {
+ "data": "INSERT_ONE",
+ "viewType": "component",
+ "componentData": "INSERT_ONE"
+ },
+ "smartSubstitution": {
+ "data": false,
+ "viewType": "component",
+ "componentData": false
+ },
+ "queryFormat": {
+ "data": "ROWS",
+ "viewType": "component",
+ "componentData": "ROWS"
+ }
+ },
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "APPEND",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1jKfAZllzDxAr8Y7L1k7ZQY3reYYuuKMdGFAf31jFxE8/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Investor Details",
+ "key": "sheetName"
+ },
+ {
+ "value": "",
+ "key": "rowOffset"
+ },
+ {
+ "value": "{ \n\t\t\"interestLevel\": \"{{InterestLevel.value}}\", \n\t\t\"website\": \"{{Website.text}}\", \n\t\t\"address\": \"{{Address.text}}\", \n\t\t\"topInvestments\": \"{{topInvestments.text}}\",\n\t\t\"location\": \"{{Location.text}}\",\n\t\t\"fundSize\": \"{{fundSize.text}}\",\n\t\t\"investorName\": \"{{investorName.text}}\",\n\t\t\"investmentFund\": \"{{Investment_Fund.text}}\",\n\t\t\"InvestorID\": \"{{Math.floor(Math.random()*1000+100)}}\"\n}\n",
+ "key": "rowObject"
+ },
+ {"key": "rowObjects"},
+ {
+ "value": "",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": false,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Investors",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "formData.rowObjects.data"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [
+ "Location.text",
+ "fundSize.text",
+ "Investment_Fund.text",
+ "topInvestments.text",
+ "investorName.text",
+ "InterestLevel.value",
+ "Website.text",
+ "Math.floor(Math.random()*1000+100)",
+ "Address.text"
+ ],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "Sheets",
+ "userPermissions": []
+ },
+ "validName": "InsertQuery",
+ "name": "InsertQuery",
+ "messages": []
}
- }
+ }
+ ],
+ "widgets": "",
+ "actionCollectionList": [{
+ "new": false,
+ "publishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "utils",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Investors",
+ "body": "export default {\n\tgetDummyData: () => {\n\t\tconst data = [\n\t\t\t{\n\t\t\t\t\"InvestorID\": 100,\n\t\t\t\t\"investmentFund\": \"Gislason, Weimann and Donnelly\",\n\t\t\t\t\"location\": \"Jakarta,Indonesia\",\n\t\t\t\t\"investorName\": \"Millisent Pottiphar\",\n\t\t\t\t\"topInvestments\": \"\",\n\t\t\t\t\"fundSize\": 31,\n\t\t\t\t\"website\": \"www.google.com\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"rowIndex\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 103,\n\t\t\t\t\"investmentFund\": \"Funk, Cassin and Kovacek\",\n\t\t\t\t\"location\": \"Manila,Philippines\",\n\t\t\t\t\"investorName\": \"Lora Godleman\",\n\t\t\t\t\"topInvestments\": \"O\",\n\t\t\t\t\"fundSize\": 36,\n\t\t\t\t\"website\": \"https://yellowbr1cks.fr\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"25 rue Lenepveu\",\n\t\t\t\t\"rowIndex\": 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 104,\n\t\t\t\t\"investmentFund\": \"O'Reilly, Dicki and Wisozk\",\n\t\t\t\t\"location\": \"Seoul,South Korea\",\n\t\t\t\t\"investorName\": \"Vivyanne Ridsdole\",\n\t\t\t\t\"topInvestments\": \"Towne, Weissnat and Toy\",\n\t\t\t\t\"fundSize\": 38,\n\t\t\t\t\"website\": \"srbgamer.w3spaces.com\",\n\t\t\t\t\"interestLevel\": 5,\n\t\t\t\t\"address\": \"2 Sauthoff Point\",\n\t\t\t\t\"rowIndex\": 4\n\t\t\t}\n\t\t]\n\n\t\treturn data;\n\t},\n\n\tgetInvestors: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\treturn data;\n\t\t\t}\n\t\t}catch(error){\n\t\t\treturn utils.getDummyData();\n\t\t}\n\n\t},\n\n\tupdateInvestorDetails: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait UpdateQuery.run();\n\t\t\t\tshowAlert('Investor details updated!', 'success');\n\t\t\t}\n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details updated!', 'success');\n\t\t}\n\t},\n\n\tcreateInvestor: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait InsertQuery.run();\n\t\t\t\tcloseModal('Modal1')\n\t\t\t\tshowAlert('Investor details created!', 'success');\n\t\t\t\tawait SelectQuery.run();\n\t\t\t} \n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details created!', 'success');\n\t\t}\n\t},\n}",
+ "actions": []
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [
- {
- "key": "formData.rowObjects.data"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "Location.text",
- "fundSize.text",
- "Investment_Fund.text",
- "topInvestments.text",
- "investorName.text",
- "InterestLevel.value",
- "Website.text",
- "Math.floor(Math.random()*1000+100)",
- "Address.text"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "InsertQuery",
- "selfReferencingDataPaths": []
- },
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "Investors_utils",
- "unpublishedCollection": {
- "name": "utils",
- "pageId": "Investors",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tgetDummyData: () => {\n\t\tconst data = [\n\t\t\t{\n\t\t\t\t\"InvestorID\": 100,\n\t\t\t\t\"investmentFund\": \"Gislason, Weimann and Donnelly\",\n\t\t\t\t\"location\": \"Jakarta,Indonesia\",\n\t\t\t\t\"investorName\": \"Millisent Pottiphar\",\n\t\t\t\t\"topInvestments\": \"\",\n\t\t\t\t\"fundSize\": 31,\n\t\t\t\t\"website\": \"www.google.com\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"rowIndex\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 103,\n\t\t\t\t\"investmentFund\": \"Funk, Cassin and Kovacek\",\n\t\t\t\t\"location\": \"Manila,Philippines\",\n\t\t\t\t\"investorName\": \"Lora Godleman\",\n\t\t\t\t\"topInvestments\": \"O\",\n\t\t\t\t\"fundSize\": 36,\n\t\t\t\t\"website\": \"https://yellowbr1cks.fr\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"25 rue Lenepveu\",\n\t\t\t\t\"rowIndex\": 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 104,\n\t\t\t\t\"investmentFund\": \"O'Reilly, Dicki and Wisozk\",\n\t\t\t\t\"location\": \"Seoul,South Korea\",\n\t\t\t\t\"investorName\": \"Vivyanne Ridsdole\",\n\t\t\t\t\"topInvestments\": \"Towne, Weissnat and Toy\",\n\t\t\t\t\"fundSize\": 38,\n\t\t\t\t\"website\": \"srbgamer.w3spaces.com\",\n\t\t\t\t\"interestLevel\": 5,\n\t\t\t\t\"address\": \"2 Sauthoff Point\",\n\t\t\t\t\"rowIndex\": 4\n\t\t\t}\n\t\t]\n\n\t\treturn data;\n\t},\n\n\tgetInvestors: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\treturn data;\n\t\t\t}\n\t\t}catch(error){\n\t\t\treturn utils.getDummyData();\n\t\t}\n\n\t},\n\n\tupdateInvestorDetails: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait UpdateQuery.run();\n\t\t\t\tshowAlert('Investor details updated!', 'success');\n\t\t\t}\n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details updated!', 'success');\n\t\t}\n\t},\n\n\tcreateInvestor: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait InsertQuery.run();\n\t\t\t\tcloseModal('Modal1')\n\t\t\t\tshowAlert('Investor details created!', 'success');\n\t\t\t\tawait SelectQuery.run();\n\t\t\t} \n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details created!', 'success');\n\t\t}\n\t},\n}",
- "variables": [],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "utils",
- "pageId": "Investors",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tgetDummyData: () => {\n\t\tconst data = [\n\t\t\t{\n\t\t\t\t\"InvestorID\": 100,\n\t\t\t\t\"investmentFund\": \"Gislason, Weimann and Donnelly\",\n\t\t\t\t\"location\": \"Jakarta,Indonesia\",\n\t\t\t\t\"investorName\": \"Millisent Pottiphar\",\n\t\t\t\t\"topInvestments\": \"\",\n\t\t\t\t\"fundSize\": 31,\n\t\t\t\t\"website\": \"www.google.com\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"rowIndex\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 103,\n\t\t\t\t\"investmentFund\": \"Funk, Cassin and Kovacek\",\n\t\t\t\t\"location\": \"Manila,Philippines\",\n\t\t\t\t\"investorName\": \"Lora Godleman\",\n\t\t\t\t\"topInvestments\": \"O\",\n\t\t\t\t\"fundSize\": 36,\n\t\t\t\t\"website\": \"https://yellowbr1cks.fr\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"25 rue Lenepveu\",\n\t\t\t\t\"rowIndex\": 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 104,\n\t\t\t\t\"investmentFund\": \"O'Reilly, Dicki and Wisozk\",\n\t\t\t\t\"location\": \"Seoul,South Korea\",\n\t\t\t\t\"investorName\": \"Vivyanne Ridsdole\",\n\t\t\t\t\"topInvestments\": \"Towne, Weissnat and Toy\",\n\t\t\t\t\"fundSize\": 38,\n\t\t\t\t\"website\": \"srbgamer.w3spaces.com\",\n\t\t\t\t\"interestLevel\": 5,\n\t\t\t\t\"address\": \"2 Sauthoff Point\",\n\t\t\t\t\"rowIndex\": 4\n\t\t\t}\n\t\t]\n\n\t\treturn data;\n\t},\n\n\tgetInvestors: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\treturn data;\n\t\t\t}\n\t\t}catch(error){\n\t\t\treturn utils.getDummyData();\n\t\t}\n\n\t},\n\n\tupdateInvestorDetails: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait UpdateQuery.run();\n\t\t\t\tshowAlert('Investor details updated!', 'success');\n\t\t\t}\n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details updated!', 'success');\n\t\t}\n\t},\n\n\tcreateInvestor: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait InsertQuery.run();\n\t\t\t\tcloseModal('Modal1')\n\t\t\t\tshowAlert('Investor details created!', 'success');\n\t\t\t\tawait SelectQuery.run();\n\t\t\t} \n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details created!', 'success');\n\t\t}\n\t},\n}",
- "variables": [],
- "userPermissions": []
- },
- "new": false
- }
- ],
- "widgets": ""
+ "id": "Investors_utils",
+ "unpublishedCollection": {
+ "variables": [],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "utils",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Investors",
+ "body": "export default {\n\tgetDummyData: () => {\n\t\tconst data = [\n\t\t\t{\n\t\t\t\t\"InvestorID\": 100,\n\t\t\t\t\"investmentFund\": \"Gislason, Weimann and Donnelly\",\n\t\t\t\t\"location\": \"Jakarta,Indonesia\",\n\t\t\t\t\"investorName\": \"Millisent Pottiphar\",\n\t\t\t\t\"topInvestments\": \"\",\n\t\t\t\t\"fundSize\": 31,\n\t\t\t\t\"website\": \"www.google.com\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"rowIndex\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 103,\n\t\t\t\t\"investmentFund\": \"Funk, Cassin and Kovacek\",\n\t\t\t\t\"location\": \"Manila,Philippines\",\n\t\t\t\t\"investorName\": \"Lora Godleman\",\n\t\t\t\t\"topInvestments\": \"O\",\n\t\t\t\t\"fundSize\": 36,\n\t\t\t\t\"website\": \"https://yellowbr1cks.fr\",\n\t\t\t\t\"interestLevel\": 4,\n\t\t\t\t\"address\": \"25 rue Lenepveu\",\n\t\t\t\t\"rowIndex\": 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"InvestorID\": 104,\n\t\t\t\t\"investmentFund\": \"O'Reilly, Dicki and Wisozk\",\n\t\t\t\t\"location\": \"Seoul,South Korea\",\n\t\t\t\t\"investorName\": \"Vivyanne Ridsdole\",\n\t\t\t\t\"topInvestments\": \"Towne, Weissnat and Toy\",\n\t\t\t\t\"fundSize\": 38,\n\t\t\t\t\"website\": \"srbgamer.w3spaces.com\",\n\t\t\t\t\"interestLevel\": 5,\n\t\t\t\t\"address\": \"2 Sauthoff Point\",\n\t\t\t\t\"rowIndex\": 4\n\t\t\t}\n\t\t]\n\n\t\treturn data;\n\t},\n\n\tgetInvestors: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\treturn data;\n\t\t\t}\n\t\t}catch(error){\n\t\t\treturn utils.getDummyData();\n\t\t}\n\n\t},\n\n\tupdateInvestorDetails: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait UpdateQuery.run();\n\t\t\t\tshowAlert('Investor details updated!', 'success');\n\t\t\t}\n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details updated!', 'success');\n\t\t}\n\t},\n\n\tcreateInvestor: async () => {\n\t\ttry{\n\t\t\tconst data = await SelectQuery.run();\n\t\t\tif (data && data.length > 0) {\n\t\t\t\tawait InsertQuery.run();\n\t\t\t\tcloseModal('Modal1')\n\t\t\t\tshowAlert('Investor details created!', 'success');\n\t\t\t\tawait SelectQuery.run();\n\t\t\t} \n\t\t}catch(error){\n\t\t\tshowAlert('Demo Investor details created!', 'success');\n\t\t}\n\t},\n}",
+ "actions": []
+ }
+ }],
+ "clientSchemaVersion": 1
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-valid-without-widget.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-valid-without-widget.json
index 232e05ab8008..709cbbca6dfc 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-valid-without-widget.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/partial-export-valid-without-widget.json
@@ -1,189 +1,167 @@
{
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 7,
- "datasourceList": [
- {
- "datasourceConfiguration": {},
- "name": "A-force Airtable",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isAutoGenerated": false,
- "isValid": true,
- "embedded": false,
- "new": true
- }
- ],
- "customJSLibList": [
- {
- "name": "xmlParser",
- "accessor": [
- "xmlParser"
- ],
- "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "version": "3.17.5",
- "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
- "userPermissions": [],
- "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
- "new": true
- }
- ],
- "actionList": [
- {
- "id": "Todays Updates_get_force_roster",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "get_force_roster",
- "datasource": {
- "id": "A-force Airtable",
- "userPermissions": [],
- "name": "A-force Airtable",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Todays Updates",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/v0/appgSZSXDttNUK57V/Roster",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "view",
- "value": "Grid view"
- },
- {
- "key": "sort[0][field]",
- "value": "StartDate"
- },
- {
- "key": "sort[0][direction]",
- "value": "desc"
- },
- {
- "key": "maxRecords",
- "value": "20"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
+ "customJSLibList": [{
+ "defs": "{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
+ "new": true,
+ "name": "xmlParser",
+ "accessor": ["xmlParser"],
+ "uidString": "xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js",
+ "userPermissions": [],
+ "version": "3.17.5",
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"
+ }],
+ "serverSchemaVersion": 7,
+ "datasourceList": [{
+ "new": true,
+ "pluginId": "restapi-plugin",
"isValid": true,
- "invalids": [],
+ "name": "A-force Airtable",
"messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "get_force_roster",
- "selfReferencingDataPaths": []
- },
- "publishedAction": {
- "name": "get_force_roster",
- "datasource": {
- "id": "A-force Airtable",
- "userPermissions": [],
- "name": "A-force Airtable",
- "pluginId": "restapi-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Todays Updates",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/v0/appgSZSXDttNUK57V/Roster",
- "headers": [],
- "autoGeneratedHeaders": [],
- "encodeParamsToggle": true,
- "queryParameters": [
- {
- "key": "view",
- "value": "Grid view"
+ "datasourceConfiguration": {},
+ "isAutoGenerated": false,
+ "embedded": false
+ }],
+ "actionList": [{
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/v0/appgSZSXDttNUK57V/Roster",
+ "headers": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "Grid view",
+ "key": "view"
+ },
+ {
+ "value": "StartDate",
+ "key": "sort[0][field]"
+ },
+ {
+ "value": "desc",
+ "key": "sort[0][direction]"
+ },
+ {
+ "value": "20",
+ "key": "maxRecords"
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Todays Updates",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "A-force Airtable",
+ "messages": [],
+ "id": "A-force Airtable",
+ "userPermissions": []
},
- {
- "key": "sort[0][field]",
- "value": "StartDate"
+ "validName": "get_force_roster",
+ "name": "get_force_roster",
+ "messages": []
+ },
+ "pluginId": "restapi-plugin",
+ "id": "Todays Updates_get_force_roster",
+ "publishedAction": {
+ "selfReferencingDataPaths": [],
+ "executeOnLoad": true,
+ "isValid": true,
+ "actionConfiguration": {
+ "autoGeneratedHeaders": [],
+ "path": "/v0/appgSZSXDttNUK57V/Roster",
+ "headers": [],
+ "paginationType": "NONE",
+ "queryParameters": [
+ {
+ "value": "Grid view",
+ "key": "view"
+ },
+ {
+ "value": "StartDate",
+ "key": "sort[0][field]"
+ },
+ {
+ "value": "desc",
+ "key": "sort[0][direction]"
+ },
+ {
+ "value": "20",
+ "key": "maxRecords"
+ }
+ ],
+ "selfReferencingDataPaths": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
},
- {
- "key": "sort[0][direction]",
- "value": "desc"
+ "userPermissions": [],
+ "pageId": "Todays Updates",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "A-force Airtable",
+ "messages": [],
+ "id": "A-force Airtable",
+ "userPermissions": []
},
- {
- "key": "maxRecords",
- "value": "20"
- }
- ],
- "httpMethod": "GET",
- "selfReferencingDataPaths": [],
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
+ "validName": "get_force_roster",
+ "name": "get_force_roster",
+ "messages": []
+ }
+ }],
+ "widgets": "",
+ "actionCollectionList": [{
+ "new": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": "[]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "Github_Transformer",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Todays Updates",
+ "body": "export default {\n\tresults: [],\n\tgetCriticalIssues: () => {\n\t\treturn fetchCriticalIssues.data.map((issue) => { \n\t\t\treturn { \n\t\t\t\ttitle: issue.title, \n\t\t\t\tuser: issue.user.login, \n\t\t\t\tage: moment(issue.created_at).fromNow(), \n\t\t\t\tlabels: issue.labels.map((label) => label.name).join(', '),\n\t\t\t\tassignees: issue.assignees.map((label) => label.login).join(', '), \n\t\t\t\tlink: issue.html_url, \n\t\t\t\tbody: issue.body, \n\t\t\t\tnumber: issue.number,\n\t\t\t}\n\t\t})\n\t}\n}",
+ "actions": []
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "get_force_roster",
- "selfReferencingDataPaths": []
- },
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "Todays Updates_Github_Transformer",
- "unpublishedCollection": {
- "name": "Github_Transformer",
- "pageId": "Todays Updates",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\tgetCriticalIssues: () => {\n\t\treturn fetchCriticalIssues.data.map((issue) => { \n\t\t\treturn { \n\t\t\t\ttitle: issue.title, \n\t\t\t\tuser: issue.user.login, \n\t\t\t\tage: moment(issue.created_at).fromNow(), \n\t\t\t\tlabels: issue.labels.map((label) => label.name).join(', '),\n\t\t\t\tassignees: issue.assignees.map((label) => label.login).join(', '), \n\t\t\t\tlink: issue.html_url, \n\t\t\t\tbody: issue.body, \n\t\t\t\tnumber: issue.number,\n\t\t\t}\n\t\t})\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": "[]"
- }
- ],
- "userPermissions": []
- },
- "publishedCollection": {
- "name": "Github_Transformer",
- "pageId": "Todays Updates",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\tgetCriticalIssues: () => {\n\t\treturn fetchCriticalIssues.data.map((issue) => { \n\t\t\treturn { \n\t\t\t\ttitle: issue.title, \n\t\t\t\tuser: issue.user.login, \n\t\t\t\tage: moment(issue.created_at).fromNow(), \n\t\t\t\tlabels: issue.labels.map((label) => label.name).join(', '),\n\t\t\t\tassignees: issue.assignees.map((label) => label.login).join(', '), \n\t\t\t\tlink: issue.html_url, \n\t\t\t\tbody: issue.body, \n\t\t\t\tnumber: issue.number,\n\t\t\t}\n\t\t})\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": "[]"
- }
- ],
- "userPermissions": []
- },
- "new": false
- }
- ],
- "widgets": ""
+ "id": "Todays Updates_Github_Transformer",
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": "[]"
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "Github_Transformer",
+ "archivedActions": [],
+ "userPermissions": [],
+ "pageId": "Todays Updates",
+ "body": "export default {\n\tresults: [],\n\tgetCriticalIssues: () => {\n\t\treturn fetchCriticalIssues.data.map((issue) => { \n\t\t\treturn { \n\t\t\t\ttitle: issue.title, \n\t\t\t\tuser: issue.user.login, \n\t\t\t\tage: moment(issue.created_at).fromNow(), \n\t\t\t\tlabels: issue.labels.map((label) => label.name).join(', '),\n\t\t\t\tassignees: issue.assignees.map((label) => label.login).join(', '), \n\t\t\t\tlink: issue.html_url, \n\t\t\t\tbody: issue.body, \n\t\t\t\tnumber: issue.number,\n\t\t\t}\n\t\t})\n\t}\n}",
+ "actions": []
+ }
+ }],
+ "clientSchemaVersion": 1
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-app-positioning.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-app-positioning.json
index e678d988fb39..3735d719fa27 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-app-positioning.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-app-positioning.json
@@ -1,148 +1,132 @@
{
- "exportedApplication": {
- "name": "Application with ApplicationDetail - App Positioning",
- "isPublic": false,
- "pages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "publishedPages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "unpublishedApplicationDetail": {
- "appPositioning": {
- "type": "AUTO"
- }
+ "customJSLibList": [],
+ "updatedResources": {
+ "customJSLibList": [],
+ "actionList": [],
+ "pageList": ["Page1"],
+ "actionCollectionList": []
+ },
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
+ },
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default-New"
},
- "color": "#E3DEFF",
- "icon": "lotus",
- "slug": "untitled-application-1",
- "unpublishedCustomJSLibs": [],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [],
- "customJSLibList": [],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 5000.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 87.0,
- "minHeight": 1292.0,
- "useAutoLayout": true,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "responsiveBehavior": "fill",
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [],
- "positioning": "vertical",
- "flexLayers": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "datasourceList": [],
+ "actionList": [],
+ "pageList": [{
+ "publishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 16.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 1250.0,
- "containerStyle": "none",
- "snapRows": 33.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "userPermissions": [],
+ "layouts": [{
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1250,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "65367d79e575c11b12c0ec77_65367d79e575c11b12c0ec79"
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5000,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 87,
+ "minHeight": 1292,
+ "useAutoLayout": true,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "responsiveBehavior": "fill",
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [],
+ "positioning": "vertical",
+ "flexLayers": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "gitSyncId": "65367d79e575c11b12c0ec77_65367d79e575c11b12c0ec79"
+ }],
+ "actionCollectionList": [],
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#E3DEFF",
+ "icon": "lotus",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "unpublishedApplicationDetail": {"appPositioning": {"type": "AUTO"}},
+ "isManualUpdate": false,
+ "pages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "Application with ApplicationDetail - App Positioning",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "unreadCommentThreads": 0,
+ "slug": "untitled-application-1",
+ "evaluationVersion": 2
}
- ],
- "actionList": [],
- "actionCollectionList": [],
- "updatedResources": {
- "customJSLibList": [],
- "actionList": [],
- "pageList": [
- "Page1"
- ],
- "actionCollectionList": []
- },
- "editModeTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default-New",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-custom-themes.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-custom-themes.json
index eaeb3db2c095..e6335ea17038 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-custom-themes.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-custom-themes.json
@@ -1,647 +1,591 @@
{
- "exportedApplication": {
- "userPermissions": [
- "canComment:applications",
- "manage:applications",
- "read:applications",
- "publish:applications",
- "makePublic:applications"
- ],
- "name": "valid_application",
- "isPublic": false,
- "appIsExample": false,
- "color": "#EA6179",
- "icon": "medical",
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "db-auth",
- "pluginId": "mongo-plugin",
- "gitSyncId": "datasource1_git",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "type": "REPLICA_SET",
- "ssl": {
- "authType": "DEFAULT"
- }
- },
- "endpoints": [
- {
- "host": "db-auth-uri.net"
- }
- ],
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "Use mongo connection string URI",
- "value": "No"
- }
- ]
- },
- "invalids": [],
- "isValid": true,
- "new": true
+ "editModeTheme": {
+ "organizationId": "dummy-org-id",
+ "new": true,
+ "isSystemTheme": false,
+ "displayName": "Custom edit theme",
+ "applicationId": "dummy-app-id"
},
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "api_ds_wo_auth",
- "pluginId": "restapi-plugin",
- "gitSyncId": "datasource2_git",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "isSendSessionEnabled",
- "value": "N"
- },
- {
- "key": "sessionSignatureKey",
- "value": ""
- }
- ],
- "url": "https://api-ds-wo-auth-uri.com",
- "headers": []
- },
- "invalids": [],
- "isValid": true,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page1_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "columnOrder": [
- "_id",
- "username",
- "active"
- ],
- "dynamicPropertyPathList": [],
- "topRow": 4,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "type": "TABLE_WIDGET",
- "parentColumnSpace": 77.5,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns._id.computedValue"
- },
+ "datasourceList": [
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "name": "db-auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource1_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{"host": "db-auth-uri.net"}],
+ "connection": {
+ "mode": "READ_WRITE",
+ "type": "REPLICA_SET",
+ "ssl": {"authType": "DEFAULT"}
+ },
+ "properties": [{
+ "value": "No",
+ "key": "Use mongo connection string URI"
+ }]
+ }
+ },
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "api_ds_wo_auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource2_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "headers": [],
+ "properties": [
{
- "key": "primaryColumns.username.computedValue"
+ "value": "N",
+ "key": "isSendSessionEnabled"
},
{
- "key": "primaryColumns.active.computedValue"
+ "value": "",
+ "key": "sessionSignatureKey"
}
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "appsmith_mongo_escape_id": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
- "textSize": "PARAGRAPH",
- "index": 4,
- "isVisible": true,
- "label": "_id",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "_id",
- "verticalAlignment": "CENTER"
- },
- "active": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
- "textSize": "PARAGRAPH",
- "index": 8,
- "isVisible": true,
- "label": "active",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "active",
- "verticalAlignment": "CENTER"
- },
- "username": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
- "textSize": "PARAGRAPH",
- "index": 7,
- "isVisible": true,
- "label": "username",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "username",
- "verticalAlignment": "CENTER"
+ ],
+ "url": "https://api-ds-wo-auth-uri.com"
+ }
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "db-auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "get_users",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}",
+ "smartSubstitution": false
}
- },
- "derivedColumns": {},
- "rightColumn": 8,
- "textSize": "PARAGRAPH",
- "widgetId": "aisibaxwhb",
- "tableData": "{{get_users.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "version": 1,
- "parentId": "0",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
},
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 16,
- "widgetId": "ut3l54pzqw",
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 77.5,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 542.5,
- "detachFromLayout": true,
- "widgetId": "mcsltg1l0j",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 320,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "version": 1,
- "parentId": "ut3l54pzqw",
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "mongo-plugin",
+ "id": "60aca092136c4b7178f6790a",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action1_git"
+ },
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
{
- "widgetName": "Text1",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "7b4x786lxp",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "leftColumn": 0,
- "fontSize": "HEADING1",
- "text": "Form"
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text2",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "d0axuxiosp",
- "topRow": 3,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH2",
- "text": "{{api_wo_auth.data.body}}"
- },
- {
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "lmfer0622c",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH",
- "text": "{{api_wo_auth.data.id}}"
+ "value": "",
+ "key": ""
}
- ]
- }
- ]
- }
- ]
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "restapi-plugin",
+ "id": "60aca24c136c4b7178f6790d",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
},
- "layoutOnLoadActions": [
- [
- {
- "id": "60aca24c136c4b7178f6790d",
- "name": "api_wo_auth",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
+ "gitSyncId": "action2_git"
+ },
+ {
+ "new": false,
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
+ },
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.run",
+ "pageId": "Page1",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"],
+ "datasource": {
+ "new": true,
+ "pluginId": "js-plugin",
+ "isValid": true,
+ "name": "UNUSED_DATASOURCE",
+ "userPermissions": []
},
- {
- "id": "60aca092136c4b7178f6790a",
- "name": "get_users",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
+ "validName": "JSObject1.run",
+ "name": "run",
+ "collectionId": "61518b8548b30155375f5276"
+ },
+ "pluginId": "js-plugin",
+ "id": "61518b8548b30155375f5275",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
},
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
+ "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z"
+ }
+ ],
+ "decryptedFields": {"db-auth": {
+ "password": "CreativePassword",
+ "authType": "com.appsmith.external.models.DBAuth",
+ "dbAuth": {
+ "databaseName": "db-name",
+ "authenticationType": "dbAuth",
+ "authType": "SCRAM_SHA_1",
+ "username": "CreativeUser"
+ }
+ }},
+ "publishedDefaultPageName": "Page1",
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2"
+ ],
+ "publishedTheme": {
+ "organizationId": "dummy-org-id",
+ "new": true,
+ "isSystemTheme": false,
+ "displayName": "Custom published theme",
+ "applicationId": "dummy-app-id"
},
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page2_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page2",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67999",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "unpublishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "api_wo_auth",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca24c136c4b7178f6790d"
+ },
+ {
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "get_users",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca092136c4b7178f6790a"
+ }
+ ]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Table1",
+ "columnOrder": [
+ "_id",
+ "username",
+ "active"
+ ],
+ "dynamicPropertyPathList": [],
+ "topRow": 4,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 77.5,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "primaryColumns.username.computedValue"},
+ {"key": "primaryColumns.active.computedValue"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "appsmith_mongo_escape_id": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 4,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "active": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 8,
+ "isVisible": true,
+ "label": "active",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "active",
+ "verticalAlignment": "CENTER"
+ },
+ "username": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 7,
+ "isVisible": true,
+ "label": "username",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "username",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "derivedColumns": {},
+ "rightColumn": 8,
+ "textSize": "PARAGRAPH",
+ "widgetId": "aisibaxwhb",
+ "tableData": "{{get_users.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 16,
+ "widgetId": "ut3l54pzqw",
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 77.5,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 542.5,
+ "detachFromLayout": true,
+ "widgetId": "mcsltg1l0j",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 320,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "ut3l54pzqw",
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "7b4x786lxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "fontSize": "HEADING1",
+ "text": "Form"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "d0axuxiosp",
+ "topRow": 3,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH2",
+ "text": "{{api_wo_auth.data.body}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "lmfer0622c",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{api_wo_auth.data.id}}"
+ }
+ ]
+ }]
+ }
+ ]
+ }
+ }]
},
- "layoutOnLoadActions": [
- []
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1",
- "Page2"
- ],
- "actionList": [
- {
- "id": "60aca092136c4b7178f6790a",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "gitSyncId": "action1_git",
- "unpublishedAction": {
- "name": "get_users",
- "datasource": {
- "id": "db-auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "smartSubstitution": false,
- "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "60aca24c136c4b7178f6790d",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "gitSyncId": "action2_git",
- "unpublishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
+ "applicationId": "valid_application",
+ "gitSyncId": "page1_git"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67999",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "61518b8548b30155375f5275",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "run",
- "fullyQualifiedName": "JSObject1.run",
- "datasource": {
- "userPermissions": [],
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "isValid": true,
- "new": true
- },
- "pageId": "Page1",
- "collectionId": "61518b8548b30155375f5276",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}",
- "jsArguments": []
- },
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "applicationId": "valid_application",
+ "gitSyncId": "page2_git"
+ }
+ ],
+ "publishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "actionCollectionList": [{
+ "new": false,
+ "id": "61518b8548b30155375f5276",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "JSObject1.run"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z",
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "61518b8548b30155375f5276",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Page1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
+ "actions": []
+ }
+ }],
+ "exportedApplication": {
+ "new": true,
+ "color": "#EA6179",
+ "name": "valid_application",
+ "appIsExample": false,
+ "icon": "medical",
+ "isPublic": false,
+ "userPermissions": [
+ "canComment:applications",
+ "manage:applications",
+ "read:applications",
+ "publish:applications",
+ "makePublic:applications"
]
- },
- "new": false
- }
- ],
- "decryptedFields": {
- "db-auth": {
- "password": "CreativePassword",
- "authType": "com.appsmith.external.models.DBAuth",
- "dbAuth": {
- "authenticationType": "dbAuth",
- "authType": "SCRAM_SHA_1",
- "username": "CreativeUser",
- "databaseName": "db-name"
- }
}
- },
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "publishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "unpublishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "editModeTheme": {
- "displayName": "Custom edit theme",
- "new": true,
- "isSystemTheme": false,
- "applicationId": "dummy-app-id",
- "organizationId": "dummy-org-id"
- },
- "publishedTheme": {
- "displayName": "Custom published theme",
- "new": true,
- "isSystemTheme": false,
- "applicationId": "dummy-app-id",
- "organizationId": "dummy-org-id"
- }
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-added.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-added.json
index b81c78a86dfa..c63e6aef466b 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-added.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-added.json
@@ -1,1722 +1,1559 @@
{
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 3,
- "exportedApplication": {
- "name": "psychic-broccoli",
- "isPublic": false,
- "appIsExample": false,
- "unreadCommentThreads": 0,
- "color": "#F3F1C7",
- "icon": "moon",
- "slug": "psychic-broccoli",
- "evaluationVersion": 2,
- "applicationVersion": 1,
- "isManualUpdate": false,
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61ee3355a618840f00ba0cdf_61ee7464a618840f00ba103b",
- "name": "S3",
- "pluginId": "amazons3-plugin",
- "invalids": [
- "Mandatory parameter 'Access key' is empty. Did you forget to edit the 'Access key' field in the datasource creation form ? You need to fill it with your AWS Access key.",
- "Mandatory parameter 'Secret key' is empty. Did you forget to edit the 'Secret key' field in the datasource creation form ? You need to fill it with your AWS Secret key."
- ],
- "messages": [],
- "isConfigured": false,
- "isValid": false,
- "new": true
+ "editModeTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "displayName": "Classic",
+ "name": "Classic"
},
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61fad216fb6b230875cd65cd_62023e4d3bb8d7269dcab4c5",
- "name": "gsheet",
- "pluginId": "google-sheets-plugin",
- "invalids": [],
- "messages": [],
- "isConfigured": false,
- "isValid": true,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61fad216fb6b230875cd65cd_61fad347fb6b230875cd65dc",
- "name": "movies",
- "pluginId": "mongo-plugin",
- "invalids": ["Missing endpoint(s)."],
- "messages": [],
- "isConfigured": false,
- "isValid": false,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61fad216fb6b230875cd65cd_623d55d21d2ab8254f017301",
- "name": "noAwsS3",
- "pluginId": "amazons3-plugin",
- "invalids": [
- "Mandatory parameter 'Access key' is empty. Did you forget to edit the 'Access key' field in the datasource creation form ? You need to fill it with your AWS Access key.",
- "Mandatory parameter 'Secret key' is empty. Did you forget to edit the 'Secret key' field in the datasource creation form ? You need to fill it with your AWS Secret key."
- ],
- "messages": [],
- "isConfigured": false,
- "isValid": false,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61fad216fb6b230875cd65cd_62023e983bb8d7269dcab4c7",
- "name": "test",
- "pluginId": "google-sheets-plugin",
- "invalids": [],
- "messages": [],
- "isConfigured": false,
- "isValid": true,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61fad216fb6b230875cd65cd_6204a6e046c1c7358f7eee9f",
- "name": "test1",
- "pluginId": "postgres-plugin",
- "invalids": [
- "Missing endpoint.",
- "Missing username for authentication.",
- "Missing password for authentication."
- ],
- "messages": [],
- "isConfigured": false,
- "isValid": false,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": ["read:pages", "manage:pages"],
- "gitSyncId": "6200bd7937230472baba663b_6200bd7937230472baba663d",
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 816.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 5016.0,
- "containerStyle": "none",
- "snapRows": 125.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 53.0,
- "minHeight": 1292.0,
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 13.0,
- "bottomRow": 53.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 12.0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 301.5,
- "detachFromLayout": true,
- "displayName": "Canvas",
- "widgetId": "19x8qtfqg7",
- "containerStyle": "none",
- "topRow": 0.0,
- "bottomRow": 400.0,
- "parentRowSpace": 1.0,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1.0,
- "hideCard": true,
- "parentId": "lc3piwqsgm",
- "minHeight": 400.0,
- "renderMode": "CANVAS",
- "isLoading": false,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "children": [],
- "key": "2x9rouqr9h"
+ "datasourceList": [
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": [
+ "Mandatory parameter 'Access key' is empty. Did you forget to edit the 'Access key' field in the datasource creation form ? You need to fill it with your AWS Access key.",
+ "Mandatory parameter 'Secret key' is empty. Did you forget to edit the 'Secret key' field in the datasource creation form ? You need to fill it with your AWS Secret key."
+ ],
+ "pluginId": "amazons3-plugin",
+ "isValid": false,
+ "name": "S3",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61ee3355a618840f00ba0cdf_61ee7464a618840f00ba103b"
+ },
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": [],
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "gsheet",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61fad216fb6b230875cd65cd_62023e4d3bb8d7269dcab4c5"
+ },
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": ["Missing endpoint(s)."],
+ "pluginId": "mongo-plugin",
+ "isValid": false,
+ "name": "movies",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61fad216fb6b230875cd65cd_61fad347fb6b230875cd65dc"
+ },
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": [
+ "Mandatory parameter 'Access key' is empty. Did you forget to edit the 'Access key' field in the datasource creation form ? You need to fill it with your AWS Access key.",
+ "Mandatory parameter 'Secret key' is empty. Did you forget to edit the 'Secret key' field in the datasource creation form ? You need to fill it with your AWS Secret key."
+ ],
+ "pluginId": "amazons3-plugin",
+ "isValid": false,
+ "name": "noAwsS3",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61fad216fb6b230875cd65cd_623d55d21d2ab8254f017301"
+ },
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": [],
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "name": "test",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61fad216fb6b230875cd65cd_62023e983bb8d7269dcab4c7"
+ },
+ {
+ "isConfigured": false,
+ "new": true,
+ "invalids": [
+ "Missing endpoint.",
+ "Missing username for authentication.",
+ "Missing password for authentication."
+ ],
+ "pluginId": "postgres-plugin",
+ "isValid": false,
+ "name": "test1",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61fad216fb6b230875cd65cd_6204a6e046c1c7358f7eee9f"
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "find": {"query": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ }},
+ "collection": {
+ "data": "movies",
+ "viewType": "component",
+ "componentData": "movies"
+ },
+ "command": {
+ "data": "FIND",
+ "viewType": "component",
+ "componentData": "FIND"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
}
- ],
- "borderWidth": "0",
- "key": "cmyee4vr66",
- "backgroundColor": "#FFFFFF",
- "rightColumn": 36.0,
- "widgetId": "lc3piwqsgm",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0"
},
- {
- "widgetName": "CheckboxGroup1",
- "displayName": "Checkbox Group",
- "iconSVG": "/static/media/icon.ecb38479.svg",
- "topRow": 37.0,
- "bottomRow": 43.0,
- "parentRowSpace": 10.0,
- "type": "CHECKBOX_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 44.0,
- "options": [
- {
- "label": "Blue",
- "value": "BLUE"
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "isDisabled": false,
- "key": "b5xsgr6e1d",
- "isRequired": false,
- "rightColumn": 60.0,
- "defaultSelectedValues": "BLUE",
- "widgetId": "rg463g0jue",
- "isVisible": true,
- "version": 2.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "isInline": true
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "movies",
+ "userPermissions": []
},
- {
- "widgetName": "Button1",
- "buttonColor": "#03B365",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "topRow": 50.0,
- "bottomRow": 54.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 41.0,
- "text": "Submit",
- "isDisabled": false,
- "key": "qqo7hcnomt",
- "rightColumn": 57.0,
- "isDefaultClickDisabled": true,
- "widgetId": "dm9390z6pw",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 816.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 5016.0,
- "containerStyle": "none",
- "snapRows": 125.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 53.0,
- "minHeight": 1292.0,
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": [
- {
- "boxShadow": "NONE",
- "widgetName": "Container1",
- "borderColor": "transparent",
- "isCanvas": true,
- "displayName": "Container",
- "iconSVG": "/static/media/icon.1977dca3.svg",
- "topRow": 13.0,
- "bottomRow": 53.0,
- "parentRowSpace": 10.0,
- "type": "CONTAINER_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 12.0,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 301.5,
- "detachFromLayout": true,
- "displayName": "Canvas",
- "widgetId": "19x8qtfqg7",
- "containerStyle": "none",
- "topRow": 0.0,
- "bottomRow": 400.0,
- "parentRowSpace": 1.0,
- "isVisible": true,
- "type": "CANVAS_WIDGET",
- "canExtend": false,
- "version": 1.0,
- "hideCard": true,
- "parentId": "lc3piwqsgm",
- "minHeight": 400.0,
- "renderMode": "CANVAS",
- "isLoading": false,
- "parentColumnSpace": 1.0,
- "leftColumn": 0.0,
- "children": [],
- "key": "2x9rouqr9h"
+ "validName": "moviesQuery",
+ "name": "moviesQuery",
+ "messages": []
+ },
+ "pluginId": "mongo-plugin",
+ "id": "Page1_moviesQuery",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "find": {"query": {
+ "data": "{}",
+ "viewType": "component",
+ "componentData": "{}"
+ }},
+ "collection": {
+ "data": "movies",
+ "viewType": "component",
+ "componentData": "movies"
+ },
+ "command": {
+ "data": "FIND",
+ "viewType": "component",
+ "componentData": "FIND"
+ },
+ "smartSubstitution": {
+ "data": true,
+ "viewType": "component",
+ "componentData": true
+ }
}
- ],
- "borderWidth": "0",
- "key": "cmyee4vr66",
- "backgroundColor": "#FFFFFF",
- "rightColumn": 36.0,
- "widgetId": "lc3piwqsgm",
- "containerStyle": "card",
- "isVisible": true,
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "borderRadius": "0"
},
- {
- "widgetName": "CheckboxGroup1",
- "displayName": "Checkbox Group",
- "iconSVG": "/static/media/icon.ecb38479.svg",
- "topRow": 37.0,
- "bottomRow": 43.0,
- "parentRowSpace": 10.0,
- "type": "CHECKBOX_GROUP_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 44.0,
- "options": [
- {
- "label": "Blue",
- "value": "BLUE"
- },
- {
- "label": "Green",
- "value": "GREEN"
- },
- {
- "label": "Red",
- "value": "RED"
- }
- ],
- "isDisabled": false,
- "key": "b5xsgr6e1d",
- "isRequired": false,
- "rightColumn": 60.0,
- "defaultSelectedValues": "BLUE",
- "widgetId": "rg463g0jue",
- "isVisible": true,
- "version": 2.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "isInline": true
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "movies",
+ "userPermissions": []
},
- {
- "widgetName": "Button1",
- "buttonColor": "#03B365",
- "displayName": "Button",
- "iconSVG": "/static/media/icon.cca02633.svg",
- "topRow": 50.0,
- "bottomRow": 54.0,
- "parentRowSpace": 10.0,
- "type": "BUTTON_WIDGET",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 12.5625,
- "leftColumn": 41.0,
- "text": "Submit",
- "isDisabled": false,
- "key": "qqo7hcnomt",
- "rightColumn": 57.0,
- "isDefaultClickDisabled": true,
- "widgetId": "dm9390z6pw",
- "isVisible": true,
- "recaptchaType": "V3",
- "version": 1.0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "buttonVariant": "PRIMARY",
- "placement": "CENTER"
- }
- ]
- },
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- },
- {
- "userPermissions": ["read:pages", "manage:pages"],
- "gitSyncId": "62431e377dac2c35c9824849_6243e20daf992c53f162c10f",
- "unpublishedPage": {
- "name": "Page2",
- "slug": "page2",
- "layouts": [
- {
- "id": "Page2",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 880,
- "containerStyle": "none",
- "snapRows": 88,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 53,
- "minHeight": 890,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- },
- {
- "userPermissions": ["read:pages", "manage:pages"],
- "gitSyncId": "62431e377dac2c35c9824849_6243e20eaf992c53f162c112",
- "unpublishedPage": {
- "name": "Page3",
- "slug": "page3",
- "layouts": [
- {
- "id": "Page3",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 880,
- "containerStyle": "none",
- "snapRows": 88,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 53,
- "minHeight": 890,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "validName": "moviesQuery",
+ "name": "moviesQuery",
+ "messages": []
},
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": ["Page1", "Page2", "Page3"],
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "actionList": [
- {
- "id": "Page1_moviesQuery",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_6204a71846c1c7358f7eeea3",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "unpublishedAction": {
- "name": "moviesQuery",
- "datasource": {
- "id": "movies",
- "userPermissions": [],
- "pluginId": "mongo-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "6200bd7937230472baba663b_6204a71846c1c7358f7eeea3"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "find": {
- "query": {
- "data": "{}",
- "viewType": "component",
- "componentData": "{}"
- }
- },
- "collection": {
- "data": "movies",
- "viewType": "component",
- "componentData": "movies"
- },
- "command": {
- "data": "FIND",
- "viewType": "component",
- "componentData": "FIND"
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1iAo56PC525M5cx2iofnEwG3QkUWohhnZHXR2o44yApc/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "10",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Sheet1",
+ "key": "sheetName"
+ },
+ {
+ "value": "0",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "0",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "gsheet",
+ "userPermissions": []
+ },
+ "validName": "gsheetAPI",
+ "name": "gsheetAPI",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Page1_gsheetAPI",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "https://docs.google.com/spreadsheets/d/1iAo56PC525M5cx2iofnEwG3QkUWohhnZHXR2o44yApc/edit#gid=0",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "10",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Sheet1",
+ "key": "sheetName"
+ },
+ {
+ "value": "0",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "0",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "gsheet",
+ "userPermissions": []
+ },
+ "validName": "gsheetAPI",
+ "name": "gsheetAPI",
+ "messages": []
},
- "smartSubstitution": {
- "data": true,
- "viewType": "component",
- "componentData": true
- }
- }
+ "gitSyncId": "6200bd7937230472baba663b_6204a70746c1c7358f7eeea1"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "moviesQuery"
- },
- "publishedAction": {
- "name": "moviesQuery",
- "datasource": {
- "id": "movies",
- "userPermissions": [],
- "pluginId": "mongo-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "find": {
- "query": {
- "data": "{}",
- "viewType": "component",
- "componentData": "{}"
- }
- },
- "collection": {
- "data": "movies",
- "viewType": "component",
- "componentData": "movies"
- },
- "command": {
- "data": "FIND",
- "viewType": "component",
- "componentData": "FIND"
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "postgres-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "test1",
+ "userPermissions": []
+ },
+ "validName": "Query1",
+ "name": "Query1",
+ "messages": []
+ },
+ "pluginId": "postgres-plugin",
+ "id": "Page1_Query1",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "postgres-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "test1",
+ "userPermissions": []
+ },
+ "validName": "Query1",
+ "name": "Query1",
+ "messages": []
},
- "smartSubstitution": {
- "data": true,
- "viewType": "component",
- "componentData": true
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "moviesQuery"
- },
- "new": false
- },
- {
- "id": "Page1_gsheetAPI",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_6204a70746c1c7358f7eeea1",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "gsheetAPI",
- "datasource": {
- "id": "gsheet",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "6200bd7937230472baba663b_6204a77646c1c7358f7eeea8"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1iAo56PC525M5cx2iofnEwG3QkUWohhnZHXR2o44yApc/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "10"
- },
- {
- "key": "sheetName",
- "value": "Sheet1"
- },
- {
- "key": "rowOffset",
- "value": "0"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "0"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": true
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {"data": "test"},
+ "path": {"data": ""},
+ "read": {"dataType": {"data": "YES"}},
+ "create": {
+ "dataType": {"data": "YES"},
+ "expiry": {"data": "5"}
+ },
+ "body": {"data": ""},
+ "list": {
+ "prefix": {"data": ""},
+ "where": {"data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {"data": "5"},
+ "signedUrl": {"data": "NO"},
+ "unSignedUrl": {"data": "YES"}
+ },
+ "command": {"data": "LIST"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "amazons3-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "noAwsS3",
+ "userPermissions": []
+ },
+ "validName": "nonAwsS3",
+ "name": "nonAwsS3",
+ "messages": []
+ },
+ "pluginId": "amazons3-plugin",
+ "id": "Page1_nonAwsS3",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {"data": "test"},
+ "path": {"data": ""},
+ "read": {"dataType": {"data": "YES"}},
+ "create": {
+ "dataType": {"data": "YES"},
+ "expiry": {"data": "5"}
+ },
+ "body": {"data": ""},
+ "list": {
+ "prefix": {"data": ""},
+ "where": {"data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {"data": "5"},
+ "signedUrl": {"data": "NO"},
+ "unSignedUrl": {"data": "YES"}
+ },
+ "command": {"data": "LIST"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "amazons3-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "noAwsS3",
+ "userPermissions": []
+ },
+ "validName": "nonAwsS3",
+ "name": "nonAwsS3",
+ "messages": []
},
- {
- "key": "where",
- "value": [{}]
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "gsheetAPI"
- },
- "publishedAction": {
- "name": "gsheetAPI",
- "datasource": {
- "id": "gsheet",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "6200bd7937230472baba663b_623d55fa1d2ab8254f017303"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": "https://docs.google.com/spreadsheets/d/1iAo56PC525M5cx2iofnEwG3QkUWohhnZHXR2o44yApc/edit#gid=0"
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "10"
- },
- {
- "key": "sheetName",
- "value": "Sheet1"
- },
- {
- "key": "rowOffset",
- "value": "0"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "0"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": true
+ {
+ "new": false,
+ "pluginType": "SAAS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "10",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Sheet1",
+ "key": "sheetName"
+ },
+ {
+ "value": "0",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "0",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "test",
+ "userPermissions": []
+ },
+ "validName": "Api1",
+ "name": "Api1",
+ "messages": []
+ },
+ "pluginId": "google-sheets-plugin",
+ "id": "Page1_Api1",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "pluginSpecifiedTemplates": [
+ {
+ "value": "GET",
+ "key": "method"
+ },
+ {
+ "value": "",
+ "key": "sheetUrl"
+ },
+ {
+ "value": "",
+ "key": "range"
+ },
+ {
+ "value": "",
+ "key": "spreadsheetName"
+ },
+ {
+ "value": "1",
+ "key": "tableHeaderIndex"
+ },
+ {
+ "value": "ROWS",
+ "key": "queryFormat"
+ },
+ {
+ "value": "10",
+ "key": "rowLimit"
+ },
+ {
+ "value": "Sheet1",
+ "key": "sheetName"
+ },
+ {
+ "value": "0",
+ "key": "rowOffset"
+ },
+ {"key": "rowObject"},
+ {"key": "rowObjects"},
+ {
+ "value": "0",
+ "key": "rowIndex"
+ },
+ {
+ "value": "SHEET",
+ "key": "deleteFormat"
+ },
+ {
+ "value": true,
+ "key": "smartSubstitution"
+ },
+ {
+ "value": [{}],
+ "key": "where"
+ }
+ ]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "google-sheets-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "test",
+ "userPermissions": []
+ },
+ "validName": "Api1",
+ "name": "Api1",
+ "messages": []
},
- {
- "key": "where",
- "value": [{}]
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "gsheetAPI"
- },
- "new": false
- },
- {
- "id": "Page1_Query1",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_6204a77646c1c7358f7eeea8",
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "Query1",
- "datasource": {
- "id": "test1",
- "userPermissions": [],
- "pluginId": "postgres-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "6200bd7937230472baba663b_6204a73446c1c7358f7eeea6"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "Query1"
- },
- "publishedAction": {
- "name": "Query1",
- "datasource": {
- "id": "test1",
- "userPermissions": [],
- "pluginId": "postgres-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "Query1"
- },
- "new": false
- },
- {
- "id": "Page1_nonAwsS3",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_623d55fa1d2ab8254f017303",
- "pluginType": "DB",
- "pluginId": "amazons3-plugin",
- "unpublishedAction": {
- "name": "nonAwsS3",
- "datasource": {
- "id": "noAwsS3",
- "userPermissions": [],
- "pluginId": "amazons3-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "command": {
- "data": "LIST"
- },
- "bucket": {
- "data": "test"
- },
- "path": {
- "data": ""
- },
- "create": {
- "dataType": {
- "data": "YES"
- },
- "expiry": {
- "data": "5"
- }
- },
- "body": {
- "data": ""
- },
- "list": {
- "prefix": {
- "data": ""
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "EQ"
- }
- ]
- }
- },
- "signedUrl": {
- "data": "NO"
- },
- "expiry": {
- "data": "5"
- },
- "unSignedUrl": {
- "data": "YES"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- }
- },
- "read": {
- "dataType": {
- "data": "YES"
- }
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "POST",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": true,
+ "invalids": ["Missing workspace id. Please enter one."],
+ "pluginId": "restapi-plugin",
+ "isValid": false,
+ "name": "DEFAULT_REST_DATASOURCE",
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://mock-api.appsmith.com"}
+ },
+ "validName": "testImport",
+ "name": "testImport",
+ "messages": []
+ },
+ "pluginId": "restapi-plugin",
+ "id": "Page1_testImport",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "headers": [{
+ "value": "application/json",
+ "key": "content-type"
+ }],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {"apiContentType": "none"},
+ "body": "",
+ "httpMethod": "POST",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": true,
+ "invalids": [],
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "DEFAULT_REST_DATASOURCE",
+ "messages": [],
+ "userPermissions": [],
+ "datasourceConfiguration": {"url": "https://mock-api.appsmith.com"}
+ },
+ "validName": "testImport",
+ "name": "testImport",
+ "messages": []
},
- "smartSubstitution": {
- "data": true
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "nonAwsS3"
- },
- "publishedAction": {
- "name": "nonAwsS3",
- "datasource": {
- "id": "noAwsS3",
- "userPermissions": [],
- "pluginId": "amazons3-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "6200bd7937230472baba663b_62431cfa7dac2c35c9824846"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "command": {
- "data": "LIST"
- },
- "bucket": {
- "data": "test"
- },
- "path": {
- "data": ""
- },
- "create": {
- "dataType": {
- "data": "YES"
- },
- "expiry": {
- "data": "5"
- }
- },
- "body": {
- "data": ""
- },
- "list": {
- "prefix": {
- "data": ""
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "EQ"
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {"data": ""},
+ "path": {"data": ""},
+ "read": {"dataType": {"data": "YES"}},
+ "create": {
+ "dataType": {"data": "YES"},
+ "expiry": {"data": "5"}
+ },
+ "body": {"data": ""},
+ "list": {
+ "prefix": {"data": ""},
+ "where": {"data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {"data": "5"},
+ "signedUrl": {"data": "NO"},
+ "unSignedUrl": {"data": "YES"}
+ },
+ "command": {"data": "LIST"},
+ "smartSubstitution": {"data": true}
}
- ]
- }
- },
- "signedUrl": {
- "data": "NO"
- },
- "expiry": {
- "data": "5"
- },
- "unSignedUrl": {
- "data": "YES"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- }
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "amazons3-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "S3",
+ "userPermissions": []
+ },
+ "validName": "s3Query",
+ "name": "s3Query",
+ "messages": []
+ },
+ "pluginId": "amazons3-plugin",
+ "id": "Page1_s3Query",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "bucket": {"data": ""},
+ "path": {"data": ""},
+ "read": {"dataType": {"data": "YES"}},
+ "create": {
+ "dataType": {"data": "YES"},
+ "expiry": {"data": "5"}
+ },
+ "body": {"data": ""},
+ "list": {
+ "prefix": {"data": ""},
+ "where": {"data": {
+ "condition": "AND",
+ "children": [{"condition": "EQ"}]
+ }},
+ "sortBy": {"data": [{
+ "column": "",
+ "order": "Ascending"
+ }]},
+ "expiry": {"data": "5"},
+ "signedUrl": {"data": "NO"},
+ "unSignedUrl": {"data": "YES"}
+ },
+ "command": {"data": "LIST"},
+ "smartSubstitution": {"data": true}
+ }
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "amazons3-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "S3",
+ "userPermissions": []
+ },
+ "validName": "s3Query",
+ "name": "s3Query",
+ "messages": []
},
- "read": {
- "dataType": {
- "data": "YES"
- }
+ "gitSyncId": "6200bd7937230472baba663b_623d54cc1d2ab8254f0172fe"
+ },
+ {
+ "new": false,
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "async () => {\n\t\t//use async-await or promises\n\t}"
+ },
+ "userPermissions": [],
+ "fullyQualifiedName": "jsObject.myFun2",
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["async () => {\n\t\t//use async-await or promises\n\t}"],
+ "datasource": {
+ "new": true,
+ "pluginId": "js-plugin",
+ "isValid": true,
+ "name": "UNUSED_DATASOURCE",
+ "messages": [],
+ "userPermissions": []
+ },
+ "validName": "jsObject.myFun2",
+ "clientSideExecution": true,
+ "name": "myFun2",
+ "messages": [],
+ "collectionId": "Page1_jsObject"
+ },
+ "pluginId": "js-plugin",
+ "id": "Page1_jsObject.myFun2",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "messages": [],
+ "userPermissions": []
+ },
+ "messages": [],
+ "userPermissions": []
},
- "smartSubstitution": {
- "data": true
- }
- }
+ "gitSyncId": "62431e377dac2c35c9824849_6243f342ccfaea795b411e47"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "nonAwsS3"
- },
- "new": false
+ {
+ "new": false,
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t//write code here\n\t}"
+ },
+ "userPermissions": [],
+ "fullyQualifiedName": "jsObject.myFun1",
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [{"key": "body"}],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t//write code here\n\t}"],
+ "datasource": {
+ "new": true,
+ "pluginId": "js-plugin",
+ "isValid": true,
+ "name": "UNUSED_DATASOURCE",
+ "messages": [],
+ "userPermissions": []
+ },
+ "validName": "jsObject.myFun1",
+ "clientSideExecution": true,
+ "name": "myFun1",
+ "messages": [],
+ "collectionId": "Page1_jsObject"
+ },
+ "pluginId": "js-plugin",
+ "id": "Page1_jsObject.myFun1",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "messages": [],
+ "userPermissions": []
+ },
+ "messages": [],
+ "userPermissions": []
+ },
+ "gitSyncId": "62431e377dac2c35c9824849_6243f342ccfaea795b411e48"
+ }
+ ],
+ "clientSchemaVersion": 1,
+ "publishedDefaultPageName": "Page1",
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2",
+ "Page3"
+ ],
+ "publishedTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "displayName": "Classic",
+ "name": "Classic"
},
- {
- "id": "Page1_Api1",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_6204a73446c1c7358f7eeea6",
- "pluginType": "SAAS",
- "pluginId": "google-sheets-plugin",
- "unpublishedAction": {
- "name": "Api1",
- "datasource": {
- "id": "test",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "invisibleActionFields": {
+ "Page1_gsheetAPI": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": ""
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "10"
- },
- {
- "key": "sheetName",
- "value": "Sheet1"
- },
- {
- "key": "rowOffset",
- "value": "0"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "0"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": true
- },
- {
- "key": "where",
- "value": [{}]
- }
- ]
+ "Page1_Api1": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "Api1"
- },
- "publishedAction": {
- "name": "Api1",
- "datasource": {
- "id": "test",
- "userPermissions": [],
- "pluginId": "google-sheets-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "Page1_s3Query": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "pluginSpecifiedTemplates": [
- {
- "key": "method",
- "value": "GET"
- },
- {
- "key": "sheetUrl",
- "value": ""
- },
- {
- "key": "range",
- "value": ""
- },
- {
- "key": "spreadsheetName",
- "value": ""
- },
- {
- "key": "tableHeaderIndex",
- "value": "1"
- },
- {
- "key": "queryFormat",
- "value": "ROWS"
- },
- {
- "key": "rowLimit",
- "value": "10"
- },
- {
- "key": "sheetName",
- "value": "Sheet1"
- },
- {
- "key": "rowOffset",
- "value": "0"
- },
- {
- "key": "rowObject"
- },
- {
- "key": "rowObjects"
- },
- {
- "key": "rowIndex",
- "value": "0"
- },
- {
- "key": "deleteFormat",
- "value": "SHEET"
- },
- {
- "key": "smartSubstitution",
- "value": true
- },
- {
- "key": "where",
- "value": [{}]
- }
- ]
+ "Page1_jsObject.myFun2": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "Api1"
- },
- "new": false
- },
- {
- "id": "Page1_testImport",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_62431cfa7dac2c35c9824846",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "unpublishedAction": {
- "name": "testImport",
- "datasource": {
- "userPermissions": [],
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://mock-api.appsmith.com"
- },
- "invalids": ["Missing workspace id. Please enter one."],
- "messages": [],
- "isValid": false,
- "new": true
+ "Page1_moviesQuery": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "content-type",
- "value": "application/json"
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "POST",
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "Page1_testImport": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "testImport"
- },
- "publishedAction": {
- "name": "testImport",
- "datasource": {
- "userPermissions": [],
- "name": "DEFAULT_REST_DATASOURCE",
- "pluginId": "restapi-plugin",
- "datasourceConfiguration": {
- "url": "https://mock-api.appsmith.com"
- },
- "invalids": [],
- "messages": [],
- "isValid": true,
- "new": true
+ "Page1_jsObject.myFun1": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "headers": [
- {
- "key": "content-type",
- "value": "application/json"
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "POST",
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ],
- "formData": {
- "apiContentType": "none"
- }
+ "Page1_Query1": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "testImport"
- },
- "new": false
+ "Page1_nonAwsS3": {
+ "unpublishedUserSetOnLoad": false,
+ "publishedUserSetOnLoad": false
+ }
},
- {
- "id": "Page1_s3Query",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "6200bd7937230472baba663b_623d54cc1d2ab8254f0172fe",
- "pluginType": "DB",
- "pluginId": "amazons3-plugin",
- "unpublishedAction": {
- "name": "s3Query",
- "datasource": {
- "id": "S3",
- "userPermissions": [],
- "pluginId": "amazons3-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "command": {
- "data": "LIST"
- },
- "bucket": {
- "data": ""
- },
- "path": {
- "data": ""
- },
- "create": {
- "dataType": {
- "data": "YES"
- },
- "expiry": {
- "data": "5"
- }
- },
- "body": {
- "data": ""
- },
- "list": {
- "prefix": {
- "data": ""
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "EQ"
+ "serverSchemaVersion": 3,
+ "unpublishedLayoutmongoEscapedWidgets": {},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 816,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5016,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 53,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 13,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 12,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 301.5,
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "19x8qtfqg7",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "lc3piwqsgm",
+ "minHeight": 400,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [],
+ "key": "2x9rouqr9h"
+ }],
+ "borderWidth": "0",
+ "key": "cmyee4vr66",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 36,
+ "widgetId": "lc3piwqsgm",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0"
+ },
+ {
+ "isRequired": false,
+ "widgetName": "CheckboxGroup1",
+ "rightColumn": 60,
+ "defaultSelectedValues": "BLUE",
+ "displayName": "Checkbox Group",
+ "iconSVG": "/static/media/icon.ecb38479.svg",
+ "widgetId": "rg463g0jue",
+ "topRow": 37,
+ "bottomRow": 43,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "CHECKBOX_GROUP_WIDGET",
+ "version": 2,
+ "hideCard": false,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 44,
+ "options": [
+ {
+ "label": "Blue",
+ "value": "BLUE"
+ },
+ {
+ "label": "Green",
+ "value": "GREEN"
+ },
+ {
+ "label": "Red",
+ "value": "RED"
+ }
+ ],
+ "isInline": true,
+ "isDisabled": false,
+ "key": "b5xsgr6e1d"
+ },
+ {
+ "widgetName": "Button1",
+ "buttonColor": "#03B365",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 50,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 41,
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "qqo7hcnomt",
+ "rightColumn": 57,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dm9390z6pw",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
}
- ]
- }
- },
- "signedUrl": {
- "data": "NO"
- },
- "expiry": {
- "data": "5"
- },
- "unSignedUrl": {
- "data": "YES"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- }
- },
- "read": {
- "dataType": {
- "data": "YES"
- }
- },
- "smartSubstitution": {
- "data": true
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "s3Query"
- },
- "publishedAction": {
- "name": "s3Query",
- "datasource": {
- "id": "S3",
- "userPermissions": [],
- "pluginId": "amazons3-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "command": {
- "data": "LIST"
- },
- "bucket": {
- "data": ""
- },
- "path": {
- "data": ""
- },
- "create": {
- "dataType": {
- "data": "YES"
- },
- "expiry": {
- "data": "5"
- }
- },
- "body": {
- "data": ""
- },
- "list": {
- "prefix": {
- "data": ""
- },
- "where": {
- "data": {
- "condition": "AND",
- "children": [
- {
- "condition": "EQ"
+ }],
+ "slug": "page1"
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 816,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5016,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 53,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "boxShadow": "NONE",
+ "widgetName": "Container1",
+ "borderColor": "transparent",
+ "isCanvas": true,
+ "displayName": "Container",
+ "iconSVG": "/static/media/icon.1977dca3.svg",
+ "topRow": 13,
+ "bottomRow": 53,
+ "parentRowSpace": 10,
+ "type": "CONTAINER_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 12,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 301.5,
+ "detachFromLayout": true,
+ "displayName": "Canvas",
+ "widgetId": "19x8qtfqg7",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 400,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "type": "CANVAS_WIDGET",
+ "canExtend": false,
+ "version": 1,
+ "hideCard": true,
+ "parentId": "lc3piwqsgm",
+ "minHeight": 400,
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [],
+ "key": "2x9rouqr9h"
+ }],
+ "borderWidth": "0",
+ "key": "cmyee4vr66",
+ "backgroundColor": "#FFFFFF",
+ "rightColumn": 36,
+ "widgetId": "lc3piwqsgm",
+ "containerStyle": "card",
+ "isVisible": true,
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "borderRadius": "0"
+ },
+ {
+ "isRequired": false,
+ "widgetName": "CheckboxGroup1",
+ "rightColumn": 60,
+ "defaultSelectedValues": "BLUE",
+ "displayName": "Checkbox Group",
+ "iconSVG": "/static/media/icon.ecb38479.svg",
+ "widgetId": "rg463g0jue",
+ "topRow": 37,
+ "bottomRow": 43,
+ "parentRowSpace": 10,
+ "isVisible": true,
+ "type": "CHECKBOX_GROUP_WIDGET",
+ "version": 2,
+ "hideCard": false,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 44,
+ "options": [
+ {
+ "label": "Blue",
+ "value": "BLUE"
+ },
+ {
+ "label": "Green",
+ "value": "GREEN"
+ },
+ {
+ "label": "Red",
+ "value": "RED"
+ }
+ ],
+ "isInline": true,
+ "isDisabled": false,
+ "key": "b5xsgr6e1d"
+ },
+ {
+ "widgetName": "Button1",
+ "buttonColor": "#03B365",
+ "displayName": "Button",
+ "iconSVG": "/static/media/icon.cca02633.svg",
+ "topRow": 50,
+ "bottomRow": 54,
+ "parentRowSpace": 10,
+ "type": "BUTTON_WIDGET",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 12.5625,
+ "leftColumn": 41,
+ "text": "Submit",
+ "isDisabled": false,
+ "key": "qqo7hcnomt",
+ "rightColumn": 57,
+ "isDefaultClickDisabled": true,
+ "widgetId": "dm9390z6pw",
+ "isVisible": true,
+ "recaptchaType": "V3",
+ "version": 1,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "buttonVariant": "PRIMARY",
+ "placement": "CENTER"
+ }
+ ]
}
- ]
- }
- },
- "signedUrl": {
- "data": "NO"
- },
- "expiry": {
- "data": "5"
- },
- "unSignedUrl": {
- "data": "YES"
- },
- "sortBy": {
- "data": [
- {
- "column": "",
- "order": "Ascending"
- }
- ]
- }
- },
- "read": {
- "dataType": {
- "data": "YES"
- }
- },
- "smartSubstitution": {
- "data": true
- }
- }
+ }],
+ "slug": "page1"
+ },
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "gitSyncId": "6200bd7937230472baba663b_6200bd7937230472baba663d"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "s3Query"
- },
- "new": false
- },
- {
- "id": "Page1_jsObject.myFun2",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "62431e377dac2c35c9824849_6243f342ccfaea795b411e47",
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun2",
- "fullyQualifiedName": "jsObject.myFun2",
- "datasource": {
- "userPermissions": [],
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isValid": true,
- "new": true
- },
- "pageId": "Page1",
- "collectionId": "Page1_jsObject",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "async () => {\n\t\t//use async-await or promises\n\t}",
- "jsArguments": []
- },
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
- ],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [
- "async () => {\n\t\t//use async-await or promises\n\t}"
- ],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "jsObject.myFun2"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "messages": [],
- "isValid": true,
- "new": true
- },
- "messages": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "Page1_jsObject.myFun1",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "62431e377dac2c35c9824849_6243f342ccfaea795b411e48",
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "myFun1",
- "fullyQualifiedName": "jsObject.myFun1",
- "datasource": {
- "userPermissions": [],
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "messages": [],
- "isValid": true,
- "new": true
- },
- "pageId": "Page1",
- "collectionId": "Page1_jsObject",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t//write code here\n\t}",
- "jsArguments": []
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page2",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 88,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 53,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page2"
+ },
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "gitSyncId": "62431e377dac2c35c9824849_6243e20daf992c53f162c10f"
},
- "executeOnLoad": false,
- "clientSideExecution": true,
- "dynamicBindingPathList": [
- {
- "key": "body"
- }
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page3",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page3",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 880,
+ "containerStyle": "none",
+ "snapRows": 88,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 53,
+ "minHeight": 890,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page3"
+ },
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "gitSyncId": "62431e377dac2c35c9824849_6243e20eaf992c53f162c112"
+ }
+ ],
+ "publishedLayoutmongoEscapedWidgets": {},
+ "actionCollectionList": [{
+ "new": false,
+ "id": "Page1_jsObject",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": ["() => {\n\t\t//write code here\n\t}"],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "jsObject.myFun1"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "messages": [],
- "isValid": true,
- "new": true
+ "unpublishedCollection": {
+ "variables": [
+ {
+ "name": "myVar1",
+ "value": []
+ },
+ {
+ "name": "myVar2",
+ "value": {}
+ }
+ ],
+ "pluginType": "JS",
+ "actionIds": [],
+ "archivedActionIds": [],
+ "pluginId": "js-plugin",
+ "name": "jsObject",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
+ "actions": []
},
- "messages": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "Page1_jsObject",
- "userPermissions": ["read:actions", "execute:actions", "manage:actions"],
- "gitSyncId": "62431e377dac2c35c9824849_6243f343ccfaea795b411e4b",
- "unpublishedCollection": {
- "name": "jsObject",
- "pageId": "Page1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actionIds": [],
- "archivedActionIds": [],
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1: () => {\n\t\t//write code here\n\t},\n\tmyFun2: async () => {\n\t\t//use async-await or promises\n\t}\n}",
- "variables": [
- {
- "name": "myVar1",
- "value": []
- },
- {
- "name": "myVar2",
- "value": {}
- }
- ]
- },
- "new": false
- }
- ],
- "invisibleActionFields": {
- "Page1_gsheetAPI": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_Api1": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_s3Query": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_jsObject.myFun2": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_moviesQuery": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_testImport": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_jsObject.myFun1": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_Query1": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
- },
- "Page1_nonAwsS3": {
- "unpublishedUserSetOnLoad": false,
- "publishedUserSetOnLoad": false
+ "gitSyncId": "62431e377dac2c35c9824849_6243f343ccfaea795b411e4b"
+ }],
+ "exportedApplication": {
+ "applicationVersion": 1,
+ "new": true,
+ "color": "#F3F1C7",
+ "name": "psychic-broccoli",
+ "appIsExample": false,
+ "icon": "moon",
+ "isPublic": false,
+ "unreadCommentThreads": 0,
+ "slug": "psychic-broccoli",
+ "evaluationVersion": 2,
+ "isManualUpdate": false
}
- },
- "editModeTheme": {
- "name": "Classic",
- "displayName": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedTheme": {
- "name": "Classic",
- "displayName": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedLayoutmongoEscapedWidgets": {},
- "unpublishedLayoutmongoEscapedWidgets": {}
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-removed.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-removed.json
index a7f76d16ab6f..abac5f0b50b9 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-removed.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-page-removed.json
@@ -1,276 +1,258 @@
{
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 1,
- "exportedApplication": {
- "name": "importApplicationIntoOrganization_pageRemovedInBranchApplication_Success",
- "isPublic": false,
- "appIsExample": false,
- "unreadCommentThreads": 0,
- "color": "#ECECEC",
- "icon": "system",
- "slug": "importexporttest",
- "evaluationVersion": 2,
- "new": true
- },
- "datasourceList": [],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "61f2706d5090aa7077cb878f_61f2706d5090aa7077cb8791",
- "unpublishedPage": {
- "name": "importedPage",
- "slug": "importedPage",
- "layouts": [
- {
- "id": "importedPage",
+ "editModeTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
+ },
+ "datasourceList": [],
+ "actionList": [],
+ "decryptedFields": {},
+ "clientSchemaVersion": 1,
+ "publishedDefaultPageName": "importedPage",
+ "unpublishedDefaultPageName": "importedPage",
+ "pageOrder": ["importedPage"],
+ "publishedTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
+ },
+ "serverSchemaVersion": 1,
+ "unpublishedLayoutmongoEscapedWidgets": {},
+ "pageList": [{
+ "publishedPage": {
+ "name": "importedPage",
"userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1936,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 5016,
- "containerStyle": "none",
- "snapRows": 125,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 51,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "step",
- "task",
- "status",
- "action"
- ],
- "isVisibleDownload": true,
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 30.0625,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.step.computedValue"
- },
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- }
- ],
- "leftColumn": 17,
- "primaryColumns": {
- "step": {
- "index": 0,
- "width": 150,
- "id": "step",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "step",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.step))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.task))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.status))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.action))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- }
- },
- "delimiter": ",",
- "key": "afe1us9bs2",
- "derivedColumns": {},
- "rightColumn": 51,
- "textSize": "PARAGRAPH",
- "widgetId": "pp3wh5mdxo",
- "isVisibleFilters": true,
- "tableData": [
- {
- "step": "#1",
- "task": "Drop a table",
- "status": "✅",
- "action": ""
- },
- {
- "step": "#2",
- "task": "Create a query fetch_users with the Mock DB",
- "status": "--",
- "action": ""
- },
- {
- "step": "#3",
- "task": "Bind the query using => fetch_users.data",
- "status": "--",
- "action": ""
- }
- ],
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
+ "layouts": [{
+ "new": false,
+ "id": "importedPage",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
}
- ]
- },
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "importedPage",
- "slug": "importedPage",
- "layouts": [
- {
- "id": "importedPage",
+ }],
+ "slug": "importedPage"
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "importedPage",
"userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "new": false
- }
+ "layouts": [{
+ "new": false,
+ "id": "importedPage",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1936,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5016,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 51,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "step",
+ "task",
+ "status",
+ "action"
+ ],
+ "isVisibleDownload": true,
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 30.0625,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.step.computedValue"},
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"}
+ ],
+ "leftColumn": 17,
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.task))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "task",
+ "verticalAlignment": "CENTER"
+ },
+ "action": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.action))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "labelColor": "#FFFFFF",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "step": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.step))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 0,
+ "isVisible": true,
+ "label": "step",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "step",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.status))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "status",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "afe1us9bs2",
+ "derivedColumns": {},
+ "rightColumn": 51,
+ "textSize": "PARAGRAPH",
+ "widgetId": "pp3wh5mdxo",
+ "isVisibleFilters": true,
+ "tableData": [
+ {
+ "task": "Drop a table",
+ "action": "",
+ "step": "#1",
+ "status": "✅"
+ },
+ {
+ "task": "Create a query fetch_users with the Mock DB",
+ "action": "",
+ "step": "#2",
+ "status": "--"
+ },
+ {
+ "task": "Bind the query using => fetch_users.data",
+ "action": "",
+ "step": "#3",
+ "status": "--"
+ }
+ ],
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ }]
+ }
+ }],
+ "slug": "importedPage"
+ },
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "userPermissions": []
- },
- "new": true
+ "gitSyncId": "61f2706d5090aa7077cb878f_61f2706d5090aa7077cb8791"
+ }],
+ "publishedLayoutmongoEscapedWidgets": {},
+ "actionCollectionList": [],
+ "exportedApplication": {
+ "new": true,
+ "color": "#ECECEC",
+ "name": "importApplicationIntoOrganization_pageRemovedInBranchApplication_Success",
+ "appIsExample": false,
+ "icon": "system",
+ "isPublic": false,
+ "unreadCommentThreads": 0,
+ "slug": "importexporttest",
+ "evaluationVersion": 2
}
- ],
- "pageOrder": [
- "importedPage"
- ],
- "publishedDefaultPageName": "importedPage",
- "unpublishedDefaultPageName": "importedPage",
- "actionList": [],
- "actionCollectionList": [],
- "decryptedFields": {},
- "editModeTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedLayoutmongoEscapedWidgets": {},
- "unpublishedLayoutmongoEscapedWidgets": {}
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-un-configured-datasource.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-un-configured-datasource.json
index 22b4d4f04df4..ce629ebe439d 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-un-configured-datasource.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-with-un-configured-datasource.json
@@ -1,425 +1,395 @@
{
- "clientSchemaVersion": 1,
- "serverSchemaVersion": 1,
- "exportedApplication": {
- "name": "importExportTest",
- "isPublic": false,
- "appIsExample": false,
- "unreadCommentThreads": 0,
- "color": "#ECECEC",
- "icon": "system",
- "slug": "importexporttest",
- "evaluationVersion": 2,
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61e528ec3d0a7d7212c5cfb9_61f270935090aa7077cb8793",
- "name": "mongoDatasource",
- "pluginId": "mongo-plugin",
- "messages": [],
- "isValid": false,
- "new": true
+ "editModeTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
},
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "gitSyncId": "61e528ec3d0a7d7212c5cfb9_61f2712a5090aa7077cb8797",
- "name": "postgresTest",
- "pluginId": "postgres-plugin",
- "messages": [],
- "isValid": false,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "61f2706d5090aa7077cb878f_61f2706d5090aa7077cb8791",
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1936,
- "snapColumns": 64,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 5016,
- "containerStyle": "none",
- "snapRows": 125,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 51,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "defaultPageSize": 0,
- "columnOrder": [
- "step",
- "task",
- "status",
- "action"
- ],
- "isVisibleDownload": true,
- "displayName": "Table",
- "iconSVG": "/static/media/icon.db8a9cbd.svg",
- "topRow": 18,
- "bottomRow": 46,
- "isSortable": true,
- "parentRowSpace": 10,
- "type": "TABLE_WIDGET",
- "defaultSelectedRow": "0",
- "hideCard": false,
- "animateLoading": true,
- "parentColumnSpace": 30.0625,
- "dynamicBindingPathList": [
- {
- "key": "primaryColumns.step.computedValue"
- },
- {
- "key": "primaryColumns.task.computedValue"
- },
- {
- "key": "primaryColumns.status.computedValue"
- },
- {
- "key": "primaryColumns.action.computedValue"
- }
- ],
- "leftColumn": 17,
- "primaryColumns": {
- "step": {
- "index": 0,
- "width": 150,
- "id": "step",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "step",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.step))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "task": {
- "index": 1,
- "width": 150,
- "id": "task",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "task",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.task))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "status": {
- "index": 2,
- "width": 150,
- "id": "status",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "text",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDerived": false,
- "label": "status",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.status))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- },
- "action": {
- "index": 3,
- "width": 150,
- "id": "action",
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnType": "button",
- "textSize": "PARAGRAPH",
- "enableFilter": true,
- "enableSort": true,
- "isVisible": true,
- "isCellVisible": true,
- "isDisabled": false,
- "isDerived": false,
- "label": "action",
- "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.action))}}",
- "buttonColor": "#03B365",
- "menuColor": "#03B365",
- "labelColor": "#FFFFFF"
- }
- },
- "delimiter": ",",
- "key": "afe1us9bs2",
- "derivedColumns": {},
- "rightColumn": 51,
- "textSize": "PARAGRAPH",
- "widgetId": "pp3wh5mdxo",
- "isVisibleFilters": true,
- "tableData": [
- {
- "step": "#1",
- "task": "Drop a table",
- "status": "✅",
- "action": ""
- },
- {
- "step": "#2",
- "task": "Create a query fetch_users with the Mock DB",
- "status": "--",
- "action": ""
- },
- {
- "step": "#3",
- "task": "Bind the query using => fetch_users.data",
- "status": "--",
- "action": ""
+ "datasourceList": [
+ {
+ "new": true,
+ "pluginId": "mongo-plugin",
+ "isValid": false,
+ "name": "mongoDatasource",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61e528ec3d0a7d7212c5cfb9_61f270935090aa7077cb8793"
+ },
+ {
+ "new": true,
+ "pluginId": "postgres-plugin",
+ "isValid": false,
+ "name": "postgresTest",
+ "messages": [],
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "61e528ec3d0a7d7212c5cfb9_61f2712a5090aa7077cb8797"
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "updateMany": {"limit": "SINGLE"},
+ "find": {"query": "{}"},
+ "collection": "movies",
+ "delete": {"limit": "SINGLE"},
+ "command": "FIND",
+ "aggregate": {"limit": "10"},
+ "smartSubstitution": true
}
- ],
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "enableClientSideSearch": true,
- "version": 3,
- "totalRecordsCount": 0,
- "parentId": "0",
- "renderMode": "CANVAS",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "isVisibleSearch": true,
- "isVisiblePagination": true,
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
- }
- ]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "mongoDatasource",
+ "userPermissions": []
+ },
+ "validName": "testQuery",
+ "name": "testQuery",
+ "messages": []
},
- "layoutOnLoadActions": [],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "pluginId": "mongo-plugin",
+ "id": "Page1_testQuery",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "messages": [],
+ "userPermissions": []
+ },
+ "messages": [],
+ "userPermissions": []
},
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1"
- ],
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "actionList": [
- {
- "id": "Page1_testQuery",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "gitSyncId": "61f2706d5090aa7077cb878f_61f270a25090aa7077cb8795",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "unpublishedAction": {
- "name": "testQuery",
- "datasource": {
- "id": "mongoDatasource",
- "userPermissions": [],
- "pluginId": "mongo-plugin",
- "messages": [],
- "isValid": true,
- "new": false
+ "gitSyncId": "61f2706d5090aa7077cb878f_61f270a25090aa7077cb8795"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "command": "FIND",
- "updateMany": {
- "limit": "SINGLE"
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
+ "pluginSpecifiedTemplates": [{"value": true}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "pluginId": "postgres-plugin",
+ "isValid": true,
+ "messages": [],
+ "id": "postgresTest",
+ "userPermissions": []
+ },
+ "validName": "testQuery1",
+ "name": "testQuery1",
+ "messages": []
},
- "delete": {
- "limit": "SINGLE"
+ "pluginId": "postgres-plugin",
+ "id": "Page1_testQuery1",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "messages": [],
+ "userPermissions": []
+ },
+ "messages": [],
+ "userPermissions": []
},
- "aggregate": {
- "limit": "10"
- },
- "smartSubstitution": true,
- "collection": "movies",
- "find": {
- "query": "{}"
- }
- }
- },
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "testQuery"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "messages": [],
- "isValid": true,
- "new": true
- },
- "messages": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
+ "gitSyncId": "61f2706d5090aa7077cb878f_61f271395090aa7077cb8799"
+ }
+ ],
+ "decryptedFields": {},
+ "clientSchemaVersion": 1,
+ "publishedDefaultPageName": "Page1",
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": ["Page1"],
+ "publishedTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
},
- {
- "id": "Page1_testQuery1",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "gitSyncId": "61f2706d5090aa7077cb878f_61f271395090aa7077cb8799",
- "pluginType": "DB",
- "pluginId": "postgres-plugin",
- "unpublishedAction": {
- "name": "testQuery1",
- "datasource": {
- "id": "postgresTest",
- "userPermissions": [],
- "pluginId": "postgres-plugin",
- "messages": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "SELECT * FROM users ORDER BY id LIMIT 10;",
- "pluginSpecifiedTemplates": [
- {
- "value": true
- }
- ]
+ "serverSchemaVersion": 1,
+ "unpublishedLayoutmongoEscapedWidgets": {},
+ "pageList": [{
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
},
- "executeOnLoad": false,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "messages": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "testQuery1"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "messages": [],
- "isValid": true,
- "new": true
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1936,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 5016,
+ "containerStyle": "none",
+ "snapRows": 125,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 51,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [{
+ "widgetName": "Table1",
+ "defaultPageSize": 0,
+ "columnOrder": [
+ "step",
+ "task",
+ "status",
+ "action"
+ ],
+ "isVisibleDownload": true,
+ "displayName": "Table",
+ "iconSVG": "/static/media/icon.db8a9cbd.svg",
+ "topRow": 18,
+ "bottomRow": 46,
+ "isSortable": true,
+ "parentRowSpace": 10,
+ "type": "TABLE_WIDGET",
+ "defaultSelectedRow": "0",
+ "hideCard": false,
+ "animateLoading": true,
+ "parentColumnSpace": 30.0625,
+ "dynamicBindingPathList": [
+ {"key": "primaryColumns.step.computedValue"},
+ {"key": "primaryColumns.task.computedValue"},
+ {"key": "primaryColumns.status.computedValue"},
+ {"key": "primaryColumns.action.computedValue"}
+ ],
+ "leftColumn": 17,
+ "primaryColumns": {
+ "task": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.task))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 1,
+ "isVisible": true,
+ "label": "task",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "task",
+ "verticalAlignment": "CENTER"
+ },
+ "action": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "onClick": "{{currentRow.step === '#1' ? showAlert('Done', 'success') : currentRow.step === '#2' ? navigateTo('https://docs.appsmith.com/core-concepts/connecting-to-data-sources/querying-a-database',undefined,'NEW_WINDOW') : navigateTo('https://docs.appsmith.com/core-concepts/displaying-data-read/display-data-tables',undefined,'NEW_WINDOW')}}",
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.action))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 3,
+ "isVisible": true,
+ "label": "action",
+ "labelColor": "#FFFFFF",
+ "columnType": "button",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "action",
+ "isDisabled": false,
+ "verticalAlignment": "CENTER"
+ },
+ "step": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.step))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 0,
+ "isVisible": true,
+ "label": "step",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "step",
+ "verticalAlignment": "CENTER"
+ },
+ "status": {
+ "isCellVisible": true,
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.status))}}",
+ "textSize": "PARAGRAPH",
+ "buttonColor": "#03B365",
+ "index": 2,
+ "isVisible": true,
+ "label": "status",
+ "labelColor": "#FFFFFF",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "menuColor": "#03B365",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "status",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "delimiter": ",",
+ "key": "afe1us9bs2",
+ "derivedColumns": {},
+ "rightColumn": 51,
+ "textSize": "PARAGRAPH",
+ "widgetId": "pp3wh5mdxo",
+ "isVisibleFilters": true,
+ "tableData": [
+ {
+ "task": "Drop a table",
+ "action": "",
+ "step": "#1",
+ "status": "✅"
+ },
+ {
+ "task": "Create a query fetch_users with the Mock DB",
+ "action": "",
+ "step": "#2",
+ "status": "--"
+ },
+ {
+ "task": "Bind the query using => fetch_users.data",
+ "action": "",
+ "step": "#3",
+ "status": "--"
+ }
+ ],
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "enableClientSideSearch": true,
+ "version": 3,
+ "totalRecordsCount": 0,
+ "parentId": "0",
+ "renderMode": "CANVAS",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "isVisibleSearch": true,
+ "isVisiblePagination": true,
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ }]
+ }
+ }],
+ "slug": "page1"
},
- "messages": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "gitSyncId": "61f2706d5090aa7077cb878f_61f2706d5090aa7077cb8791"
+ }],
+ "publishedLayoutmongoEscapedWidgets": {},
+ "actionCollectionList": [],
+ "exportedApplication": {
+ "new": true,
+ "color": "#ECECEC",
+ "name": "importExportTest",
+ "appIsExample": false,
+ "icon": "system",
+ "isPublic": false,
+ "unreadCommentThreads": 0,
+ "slug": "importexporttest",
+ "evaluationVersion": 2
}
- ],
- "actionCollectionList": [],
- "decryptedFields": {},
- "editModeTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedLayoutmongoEscapedWidgets": {},
- "unpublishedLayoutmongoEscapedWidgets": {}
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-action-collection.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-action-collection.json
index 29495f36eadc..7e8e1a822db1 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-action-collection.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-action-collection.json
@@ -1,557 +1,507 @@
{
- "exportedApplication": {
- "userPermissions": [
- "canComment:applications",
- "manage:applications",
- "read:applications",
- "publish:applications",
- "makePublic:applications"
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2"
],
- "name": "valid_application",
- "isPublic": false,
- "appIsExample": false,
- "color": "#EA6179",
- "icon": "medical",
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "db-auth",
- "pluginId": "mongo-plugin",
- "gitSyncId": "datasource1_git",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "type": "REPLICA_SET",
- "ssl": {
- "authType": "DEFAULT"
- }
+ "datasourceList": [
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "name": "db-auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource1_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{"host": "db-auth-uri.net"}],
+ "connection": {
+ "mode": "READ_WRITE",
+ "type": "REPLICA_SET",
+ "ssl": {"authType": "DEFAULT"}
+ },
+ "properties": [{
+ "value": "No",
+ "key": "Use mongo connection string URI"
+ }]
+ }
},
- "endpoints": [
- {
- "host": "db-auth-uri.net"
- }
- ],
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "Use mongo connection string URI",
- "value": "No"
- }
- ]
- },
- "invalids": [],
- "isValid": true,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "api_ds_wo_auth",
- "pluginId": "restapi-plugin",
- "gitSyncId": "datasource2_git",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "isSendSessionEnabled",
- "value": "N"
- },
- {
- "key": "sessionSignatureKey",
- "value": ""
- }
- ],
- "url": "https://api-ds-wo-auth-uri.com",
- "headers": []
- },
- "invalids": [],
- "isValid": true,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page1_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "columnOrder": [
- "_id",
- "username",
- "active"
- ],
- "dynamicPropertyPathList": [],
- "topRow": 4,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "type": "TABLE_WIDGET",
- "parentColumnSpace": 77.5,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns._id.computedValue"
- },
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "api_ds_wo_auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource2_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "headers": [],
+ "properties": [
{
- "key": "primaryColumns.username.computedValue"
+ "value": "N",
+ "key": "isSendSessionEnabled"
},
{
- "key": "primaryColumns.active.computedValue"
+ "value": "",
+ "key": "sessionSignatureKey"
}
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "appsmith_mongo_escape_id": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
- "textSize": "PARAGRAPH",
- "index": 4,
- "isVisible": true,
- "label": "_id",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "_id",
- "verticalAlignment": "CENTER"
- },
- "active": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
- "textSize": "PARAGRAPH",
- "index": 8,
- "isVisible": true,
- "label": "active",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "active",
- "verticalAlignment": "CENTER"
- },
- "username": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
- "textSize": "PARAGRAPH",
- "index": 7,
- "isVisible": true,
- "label": "username",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "username",
- "verticalAlignment": "CENTER"
+ ],
+ "url": "https://api-ds-wo-auth-uri.com"
+ }
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "db-auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "get_users",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}",
+ "smartSubstitution": false
}
- },
- "derivedColumns": {},
- "rightColumn": 8,
- "textSize": "PARAGRAPH",
- "widgetId": "aisibaxwhb",
- "tableData": "{{get_users.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "version": 1,
- "parentId": "0",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
},
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 16,
- "widgetId": "ut3l54pzqw",
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 77.5,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 542.5,
- "detachFromLayout": true,
- "widgetId": "mcsltg1l0j",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 320,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "version": 1,
- "parentId": "ut3l54pzqw",
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "mongo-plugin",
+ "id": "60aca092136c4b7178f6790a",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action1_git"
+ },
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
{
- "widgetName": "Text1",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "7b4x786lxp",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "leftColumn": 0,
- "fontSize": "HEADING1",
- "text": "Form"
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text2",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "d0axuxiosp",
- "topRow": 3,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH2",
- "text": "{{api_wo_auth.data.body}}"
+ "value": "",
+ "key": ""
+ }
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "restapi-plugin",
+ "id": "60aca24c136c4b7178f6790d",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action2_git"
+ }
+ ],
+ "unpublishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "api_wo_auth",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca24c136c4b7178f6790d"
},
{
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "lmfer0622c",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "get_users",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca092136c4b7178f6790a"
+ }
+ ]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Table1",
+ "columnOrder": [
+ "_id",
+ "username",
+ "active"
+ ],
+ "dynamicPropertyPathList": [],
+ "topRow": 4,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 77.5,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "primaryColumns.username.computedValue"},
+ {"key": "primaryColumns.active.computedValue"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "appsmith_mongo_escape_id": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 4,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "active": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 8,
+ "isVisible": true,
+ "label": "active",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "active",
+ "verticalAlignment": "CENTER"
+ },
+ "username": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 7,
+ "isVisible": true,
+ "label": "username",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "username",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "derivedColumns": {},
+ "rightColumn": 8,
+ "textSize": "PARAGRAPH",
+ "widgetId": "aisibaxwhb",
+ "tableData": "{{get_users.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
{
- "key": "text"
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 16,
+ "widgetId": "ut3l54pzqw",
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 77.5,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 542.5,
+ "detachFromLayout": true,
+ "widgetId": "mcsltg1l0j",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 320,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "ut3l54pzqw",
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "7b4x786lxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "fontSize": "HEADING1",
+ "text": "Form"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "d0axuxiosp",
+ "topRow": 3,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH2",
+ "text": "{{api_wo_auth.data.body}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "lmfer0622c",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{api_wo_auth.data.id}}"
+ }
+ ]
+ }]
}
- ],
- "fontSize": "PARAGRAPH",
- "text": "{{api_wo_auth.data.id}}"
- }
- ]
+ ]
}
- ]
- }
- ]
+ }]
},
- "layoutOnLoadActions": [
- [
- {
- "id": "60aca24c136c4b7178f6790d",
- "name": "api_wo_auth",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- },
- {
- "id": "60aca092136c4b7178f6790a",
- "name": "get_users",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
- },
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- },
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page2_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page2",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67999",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "applicationId": "valid_application",
+ "gitSyncId": "page1_git"
+ },
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67999",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- "layoutOnLoadActions": [
- []
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1",
- "Page2"
- ],
- "actionList": [
- {
- "id": "60aca092136c4b7178f6790a",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "gitSyncId": "action1_git",
- "unpublishedAction": {
- "name": "get_users",
- "datasource": {
- "id": "db-auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "smartSubstitution": false,
- "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
+ "applicationId": "valid_application",
+ "gitSyncId": "page2_git"
+ }
+ ],
+ "decryptedFields": {"db-auth": {
+ "password": "CreativePassword",
+ "authType": "com.appsmith.external.models.DBAuth",
+ "dbAuth": {
+ "databaseName": "db-name",
+ "authenticationType": "dbAuth",
+ "authType": "SCRAM_SHA_1",
+ "username": "CreativeUser"
+ }
+ }},
+ "publishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "exportedApplication": {
+ "new": true,
+ "color": "#EA6179",
+ "name": "valid_application",
+ "appIsExample": false,
+ "icon": "medical",
+ "isPublic": false,
+ "userPermissions": [
+ "canComment:applications",
+ "manage:applications",
+ "read:applications",
+ "publish:applications",
+ "makePublic:applications"
+ ]
},
- {
- "id": "60aca24c136c4b7178f6790d",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "gitSyncId": "action2_git",
- "unpublishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
- },
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- }
- ],
- "decryptedFields": {
- "db-auth": {
- "password": "CreativePassword",
- "authType": "com.appsmith.external.models.DBAuth",
- "dbAuth": {
- "authenticationType": "dbAuth",
- "authType": "SCRAM_SHA_1",
- "username": "CreativeUser",
- "databaseName": "db-name"
- }
- }
- },
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "publishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "unpublishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- }
+ "publishedDefaultPageName": "Page1"
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-app-layout.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-app-layout.json
index fc28d600782b..9dd72bdb5fa2 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-app-layout.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-app-layout.json
@@ -1,139 +1,127 @@
{
- "exportedApplication": {
- "name": "Untitled application 1",
- "isPublic": false,
- "pages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "publishedPages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "color": "#E3DEFF",
- "icon": "bitcoin",
- "slug": "untitled-application-1",
- "unpublishedCustomJSLibs": [],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [],
- "customJSLibList": [],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 380.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 80.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "customJSLibList": [],
+ "updatedResources": {
+ "customJSLibList": [],
+ "actionList": [],
+ "pageList": ["Page1"],
+ "actionCollectionList": []
+ },
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "datasourceList": [],
+ "actionList": [],
+ "pageList": [{
+ "publishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 16.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 1250.0,
- "containerStyle": "none",
- "snapRows": 33.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "userPermissions": [],
+ "layouts": [{
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1250,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "64a44f89d8a26674b99f2f9c_64a44f89d8a26674b99f2f9e"
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 80,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "gitSyncId": "64a44f89d8a26674b99f2f9c_64a44f89d8a26674b99f2f9e"
+ }],
+ "actionCollectionList": [],
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#E3DEFF",
+ "icon": "bitcoin",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "isManualUpdate": false,
+ "pages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "Untitled application 1",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "unreadCommentThreads": 0,
+ "slug": "untitled-application-1",
+ "evaluationVersion": 2
}
- ],
- "actionList": [],
- "actionCollectionList": [],
- "updatedResources": {
- "customJSLibList": [],
- "actionList": [],
- "pageList": [
- "Page1"
- ],
- "actionCollectionList": []
- },
- "editModeTheme": {
- "name": "Default",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-navigation-theme-setting.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-navigation-theme-setting.json
index fc28d600782b..9dd72bdb5fa2 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-navigation-theme-setting.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-navigation-theme-setting.json
@@ -1,139 +1,127 @@
{
- "exportedApplication": {
- "name": "Untitled application 1",
- "isPublic": false,
- "pages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "publishedPages": [
- {
- "id": "Page1",
- "isDefault": true
- }
- ],
- "viewMode": false,
- "appIsExample": false,
- "unreadCommentThreads": 0.0,
- "color": "#E3DEFF",
- "icon": "bitcoin",
- "slug": "untitled-application-1",
- "unpublishedCustomJSLibs": [],
- "publishedCustomJSLibs": [],
- "evaluationVersion": 2.0,
- "applicationVersion": 2.0,
- "collapseInvisibleWidgets": true,
- "isManualUpdate": false,
- "deleted": false
- },
- "datasourceList": [],
- "customJSLibList": [],
- "pageList": [
- {
- "unpublishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 4896.0,
- "snapColumns": 64.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 380.0,
- "containerStyle": "none",
- "snapRows": 124.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 80.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "layoutOnLoadActions": [],
- "layoutOnLoadActionErrors": [],
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "customJSLibList": [],
+ "updatedResources": {
+ "customJSLibList": [],
+ "actionList": [],
+ "pageList": ["Page1"],
+ "actionCollectionList": []
+ },
+ "publishedTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "editModeTheme": {
+ "isSystemTheme": true,
+ "deleted": false,
+ "displayName": "Modern",
+ "name": "Default"
+ },
+ "datasourceList": [],
+ "actionList": [],
+ "pageList": [{
+ "publishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "publishedPage": {
- "name": "Page1",
- "slug": "page1",
- "layouts": [
- {
- "viewMode": false,
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224.0,
- "snapColumns": 16.0,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0.0,
- "bottomRow": 1250.0,
- "containerStyle": "none",
- "snapRows": 33.0,
- "parentRowSpace": 1.0,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4.0,
- "minHeight": 1292.0,
- "dynamicTriggerPathList": [],
- "parentColumnSpace": 1.0,
- "dynamicBindingPathList": [],
- "leftColumn": 0.0,
- "children": []
- },
- "validOnPageLoadActions": true,
- "id": "Page1",
- "deleted": false,
+ "userPermissions": [],
+ "layouts": [{
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1250,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "deleted": false,
+ "unpublishedPage": {
+ "name": "Page1",
"policies": [],
- "userPermissions": []
- }
- ],
- "userPermissions": [],
- "policies": []
- },
- "deleted": false,
- "gitSyncId": "64a44f89d8a26674b99f2f9c_64a44f89d8a26674b99f2f9e"
+ "userPermissions": [],
+ "layouts": [{
+ "layoutOnLoadActionErrors": [],
+ "deleted": false,
+ "validOnPageLoadActions": true,
+ "policies": [],
+ "layoutOnLoadActions": [],
+ "id": "Page1",
+ "userPermissions": [],
+ "viewMode": false,
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 4896,
+ "snapColumns": 64,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 380,
+ "containerStyle": "none",
+ "snapRows": 124,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 80,
+ "minHeight": 1292,
+ "dynamicTriggerPathList": [],
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }],
+ "slug": "page1"
+ },
+ "gitSyncId": "64a44f89d8a26674b99f2f9c_64a44f89d8a26674b99f2f9e"
+ }],
+ "actionCollectionList": [],
+ "exportedApplication": {
+ "publishedCustomJSLibs": [],
+ "applicationVersion": 2,
+ "color": "#E3DEFF",
+ "icon": "bitcoin",
+ "unpublishedCustomJSLibs": [],
+ "viewMode": false,
+ "isManualUpdate": false,
+ "pages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "deleted": false,
+ "collapseInvisibleWidgets": true,
+ "name": "Untitled application 1",
+ "appIsExample": false,
+ "isPublic": false,
+ "publishedPages": [{
+ "isDefault": true,
+ "id": "Page1"
+ }],
+ "unreadCommentThreads": 0,
+ "slug": "untitled-application-1",
+ "evaluationVersion": 2
}
- ],
- "actionList": [],
- "actionCollectionList": [],
- "updatedResources": {
- "customJSLibList": [],
- "actionList": [],
- "pageList": [
- "Page1"
- ],
- "actionCollectionList": []
- },
- "editModeTheme": {
- "name": "Default",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- },
- "publishedTheme": {
- "name": "Default",
- "displayName": "Modern",
- "isSystemTheme": true,
- "deleted": false
- }
-}
\ No newline at end of file
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-theme.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-theme.json
index 8c8a1aedff80..1a24ca2c97a3 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-theme.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application-without-theme.json
@@ -1,633 +1,577 @@
{
- "exportedApplication": {
- "userPermissions": [
- "canComment:applications",
- "manage:applications",
- "read:applications",
- "publish:applications",
- "makePublic:applications"
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2"
],
- "name": "valid_application",
- "isPublic": false,
- "appIsExample": false,
- "color": "#EA6179",
- "icon": "medical",
- "new": true
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "db-auth",
- "pluginId": "mongo-plugin",
- "gitSyncId": "datasource1_git",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "type": "REPLICA_SET",
- "ssl": {
- "authType": "DEFAULT"
- }
+ "datasourceList": [
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "mongo-plugin",
+ "isValid": true,
+ "name": "db-auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource1_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{"host": "db-auth-uri.net"}],
+ "connection": {
+ "mode": "READ_WRITE",
+ "type": "REPLICA_SET",
+ "ssl": {"authType": "DEFAULT"}
+ },
+ "properties": [{
+ "value": "No",
+ "key": "Use mongo connection string URI"
+ }]
+ }
},
- "endpoints": [
- {
- "host": "db-auth-uri.net"
- }
- ],
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "Use mongo connection string URI",
- "value": "No"
- }
- ]
- },
- "invalids": [],
- "isValid": true,
- "new": true
- },
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "api_ds_wo_auth",
- "pluginId": "restapi-plugin",
- "gitSyncId": "datasource2_git",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "isSendSessionEnabled",
- "value": "N"
- },
- {
- "key": "sessionSignatureKey",
- "value": ""
- }
- ],
- "url": "https://api-ds-wo-auth-uri.com",
- "headers": []
- },
- "invalids": [],
- "isValid": true,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page1_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "columnOrder": [
- "_id",
- "username",
- "active"
- ],
- "dynamicPropertyPathList": [],
- "topRow": 4,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "type": "TABLE_WIDGET",
- "parentColumnSpace": 77.5,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns._id.computedValue"
- },
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "restapi-plugin",
+ "isValid": true,
+ "name": "api_ds_wo_auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource2_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "headers": [],
+ "properties": [
{
- "key": "primaryColumns.username.computedValue"
+ "value": "N",
+ "key": "isSendSessionEnabled"
},
{
- "key": "primaryColumns.active.computedValue"
+ "value": "",
+ "key": "sessionSignatureKey"
}
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "appsmith_mongo_escape_id": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
- "textSize": "PARAGRAPH",
- "index": 4,
- "isVisible": true,
- "label": "_id",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "_id",
- "verticalAlignment": "CENTER"
- },
- "active": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
- "textSize": "PARAGRAPH",
- "index": 8,
- "isVisible": true,
- "label": "active",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "active",
- "verticalAlignment": "CENTER"
- },
- "username": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
- "textSize": "PARAGRAPH",
- "index": 7,
- "isVisible": true,
- "label": "username",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "username",
- "verticalAlignment": "CENTER"
+ ],
+ "url": "https://api-ds-wo-auth-uri.com"
+ }
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "db-auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "get_users",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}",
+ "smartSubstitution": false
}
- },
- "derivedColumns": {},
- "rightColumn": 8,
- "textSize": "PARAGRAPH",
- "widgetId": "aisibaxwhb",
- "tableData": "{{get_users.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "version": 1,
- "parentId": "0",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
},
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 16,
- "widgetId": "ut3l54pzqw",
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 77.5,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 542.5,
- "detachFromLayout": true,
- "widgetId": "mcsltg1l0j",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 320,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "version": 1,
- "parentId": "ut3l54pzqw",
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Text1",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "7b4x786lxp",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "leftColumn": 0,
- "fontSize": "HEADING1",
- "text": "Form"
- },
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "mongo-plugin",
+ "id": "60aca092136c4b7178f6790a",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action1_git"
+ },
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
{
- "widgetName": "Text2",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "d0axuxiosp",
- "topRow": 3,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH2",
- "text": "{{api_wo_auth.data.body}}"
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "lmfer0622c",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH",
- "text": "{{api_wo_auth.data.id}}"
+ "value": "",
+ "key": ""
}
- ]
- }
- ]
- }
- ]
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1"
},
- "layoutOnLoadActions": [
- [
- {
- "id": "60aca24c136c4b7178f6790d",
- "name": "api_wo_auth",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
+ "pluginId": "restapi-plugin",
+ "id": "60aca24c136c4b7178f6790d",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action2_git"
+ },
+ {
+ "new": false,
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
},
- {
- "id": "60aca092136c4b7178f6790a",
- "name": "get_users",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.run",
+ "pageId": "Page1",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"],
+ "datasource": {
+ "new": true,
+ "pluginId": "js-plugin",
+ "isValid": true,
+ "name": "UNUSED_DATASOURCE",
+ "userPermissions": []
+ },
+ "validName": "JSObject1.run",
+ "name": "run",
+ "collectionId": "61518b8548b30155375f5276"
+ },
+ "pluginId": "js-plugin",
+ "id": "61518b8548b30155375f5275",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
},
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- },
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page2_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page2",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67999",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z"
+ }
+ ],
+ "unpublishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
+ },
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "api_wo_auth",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca24c136c4b7178f6790d"
+ },
+ {
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "get_users",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca092136c4b7178f6790a"
+ }
+ ]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Table1",
+ "columnOrder": [
+ "_id",
+ "username",
+ "active"
+ ],
+ "dynamicPropertyPathList": [],
+ "topRow": 4,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 77.5,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "primaryColumns.username.computedValue"},
+ {"key": "primaryColumns.active.computedValue"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "appsmith_mongo_escape_id": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 4,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "active": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 8,
+ "isVisible": true,
+ "label": "active",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "active",
+ "verticalAlignment": "CENTER"
+ },
+ "username": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 7,
+ "isVisible": true,
+ "label": "username",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "username",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "derivedColumns": {},
+ "rightColumn": 8,
+ "textSize": "PARAGRAPH",
+ "widgetId": "aisibaxwhb",
+ "tableData": "{{get_users.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 16,
+ "widgetId": "ut3l54pzqw",
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 77.5,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 542.5,
+ "detachFromLayout": true,
+ "widgetId": "mcsltg1l0j",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 320,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "ut3l54pzqw",
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "7b4x786lxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "fontSize": "HEADING1",
+ "text": "Form"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "d0axuxiosp",
+ "topRow": 3,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH2",
+ "text": "{{api_wo_auth.data.body}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "lmfer0622c",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{api_wo_auth.data.id}}"
+ }
+ ]
+ }]
+ }
+ ]
+ }
+ }]
},
- "layoutOnLoadActions": [
- []
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1",
- "Page2"
- ],
- "actionList": [
- {
- "id": "60aca092136c4b7178f6790a",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "DB",
- "pluginId": "mongo-plugin",
- "gitSyncId": "action1_git",
- "unpublishedAction": {
- "name": "get_users",
- "datasource": {
- "id": "db-auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "smartSubstitution": false,
- "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}"
- }
+ "applicationId": "valid_application",
+ "gitSyncId": "page1_git"
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "60aca24c136c4b7178f6790d",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "API",
- "pluginId": "restapi-plugin",
- "gitSyncId": "action2_git",
- "unpublishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67999",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "61518b8548b30155375f5275",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "pluginType": "JS",
- "pluginId": "js-plugin",
- "unpublishedAction": {
- "name": "run",
- "fullyQualifiedName": "JSObject1.run",
- "datasource": {
- "userPermissions": [],
- "name": "UNUSED_DATASOURCE",
- "pluginId": "js-plugin",
- "isValid": true,
- "new": true
- },
- "pageId": "Page1",
- "collectionId": "61518b8548b30155375f5276",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}",
- "jsArguments": []
- },
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "applicationId": "valid_application",
+ "gitSyncId": "page2_git"
+ }
+ ],
+ "decryptedFields": {"db-auth": {
+ "password": "CreativePassword",
+ "authType": "com.appsmith.external.models.DBAuth",
+ "dbAuth": {
+ "databaseName": "db-name",
+ "authenticationType": "dbAuth",
+ "authType": "SCRAM_SHA_1",
+ "username": "CreativeUser"
+ }
+ }},
+ "publishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "actionCollectionList": [{
+ "new": false,
+ "id": "61518b8548b30155375f5276",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "JSObject1.run"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z",
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "61518b8548b30155375f5276",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Page1",
- "pluginId": "js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
+ "actions": []
+ }
+ }],
+ "exportedApplication": {
+ "new": true,
+ "color": "#EA6179",
+ "name": "valid_application",
+ "appIsExample": false,
+ "icon": "medical",
+ "isPublic": false,
+ "userPermissions": [
+ "canComment:applications",
+ "manage:applications",
+ "read:applications",
+ "publish:applications",
+ "makePublic:applications"
]
- },
- "new": false
- }
- ],
- "decryptedFields": {
- "db-auth": {
- "password": "CreativePassword",
- "authType": "com.appsmith.external.models.DBAuth",
- "dbAuth": {
- "authenticationType": "dbAuth",
- "authType": "SCRAM_SHA_1",
- "username": "CreativeUser",
- "databaseName": "db-name"
- }
- }
- },
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "publishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "unpublishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- }
-}
\ No newline at end of file
+ },
+ "publishedDefaultPageName": "Page1"
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application.json b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application.json
index d64ffd8ad8e7..c48261fe040b 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/ImportExportServiceTest/valid-application.json
@@ -1,728 +1,664 @@
{
- "exportedApplication": {
- "userPermissions": [
- "canComment:applications",
- "manage:applications",
- "read:applications",
- "publish:applications",
- "makePublic:applications"
- ],
- "name": "valid_application",
- "slug": "valid_application_slug",
- "isPublic": false,
- "appIsExample": false,
- "color": "#EA6179",
- "icon": "medical",
- "new": true,
- "unpublishedCustomJSLibs": [{"uidString": "accessor1_url"}],
- "publishedCustomJSLibs": [{"uidString": "accessor1_url"}]
- },
- "datasourceList": [
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "db-auth",
- "pluginId": "installed-plugin",
- "gitSyncId": "datasource1_git",
- "datasourceConfiguration": {
- "connection": {
- "mode": "READ_WRITE",
- "type": "REPLICA_SET",
- "ssl": {
- "authType": "DEFAULT"
- }
- },
- "endpoints": [
- {
- "host": "db-auth-uri.net"
- }
- ],
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "Use mongo connection string URI",
- "value": "No"
- }
- ]
- },
- "invalids": [],
- "isValid": true,
- "new": true
+ "editModeTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
},
- {
- "userPermissions": [
- "execute:datasources",
- "manage:datasources",
- "read:datasources"
- ],
- "name": "api_ds_wo_auth",
- "pluginId": "installed-plugin",
- "gitSyncId": "datasource2_git",
- "datasourceConfiguration": {
- "sshProxyEnabled": false,
- "properties": [
- {
- "key": "isSendSessionEnabled",
- "value": "N"
- },
- {
- "key": "sessionSignatureKey",
- "value": ""
- }
- ],
- "url": "https://api-ds-wo-auth-uri.com",
- "headers": []
- },
- "invalids": [],
- "isValid": true,
- "new": true
- }
- ],
- "pageList": [
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page1_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": [
- {
- "widgetName": "Table1",
- "columnOrder": [
- "_id",
- "username",
- "active"
- ],
- "dynamicPropertyPathList": [],
- "topRow": 4,
- "bottomRow": 15,
- "parentRowSpace": 40,
- "type": "TABLE_WIDGET",
- "parentColumnSpace": 77.5,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [
- {
- "key": "tableData"
- },
- {
- "key": "primaryColumns._id.computedValue"
- },
+ "datasourceList": [
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "installed-plugin",
+ "isValid": true,
+ "name": "db-auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource1_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "endpoints": [{"host": "db-auth-uri.net"}],
+ "connection": {
+ "mode": "READ_WRITE",
+ "type": "REPLICA_SET",
+ "ssl": {"authType": "DEFAULT"}
+ },
+ "properties": [{
+ "value": "No",
+ "key": "Use mongo connection string URI"
+ }]
+ }
+ },
+ {
+ "new": true,
+ "invalids": [],
+ "pluginId": "installed-plugin",
+ "isValid": true,
+ "name": "api_ds_wo_auth",
+ "userPermissions": [
+ "execute:datasources",
+ "manage:datasources",
+ "read:datasources"
+ ],
+ "gitSyncId": "datasource2_git",
+ "datasourceConfiguration": {
+ "sshProxyEnabled": false,
+ "headers": [],
+ "properties": [
{
- "key": "primaryColumns.username.computedValue"
+ "value": "N",
+ "key": "isSendSessionEnabled"
},
{
- "key": "primaryColumns.active.computedValue"
+ "value": "",
+ "key": "sessionSignatureKey"
}
- ],
- "leftColumn": 0,
- "primaryColumns": {
- "appsmith_mongo_escape_id": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
- "textSize": "PARAGRAPH",
- "index": 4,
- "isVisible": true,
- "label": "_id",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "_id",
- "verticalAlignment": "CENTER"
- },
- "active": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
- "textSize": "PARAGRAPH",
- "index": 8,
- "isVisible": true,
- "label": "active",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "active",
- "verticalAlignment": "CENTER"
- },
- "username": {
- "isDerived": false,
- "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
- "textSize": "PARAGRAPH",
- "index": 7,
- "isVisible": true,
- "label": "username",
- "columnType": "text",
- "horizontalAlignment": "LEFT",
- "width": 150,
- "enableFilter": true,
- "enableSort": true,
- "id": "username",
- "verticalAlignment": "CENTER"
+ ],
+ "url": "https://api-ds-wo-auth-uri.com"
+ }
+ }
+ ],
+ "actionList": [
+ {
+ "new": false,
+ "pluginType": "DB",
+ "unpublishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "db-auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "get_users",
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "formData": {
+ "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}",
+ "smartSubstitution": false
}
- },
- "derivedColumns": {},
- "rightColumn": 8,
- "textSize": "PARAGRAPH",
- "widgetId": "aisibaxwhb",
- "tableData": "{{get_users.data}}",
- "isVisible": true,
- "label": "Data",
- "searchKey": "",
- "version": 1,
- "parentId": "0",
- "isLoading": false,
- "horizontalAlignment": "LEFT",
- "verticalAlignment": "CENTER",
- "columnSizeMap": {
- "task": 245,
- "step": 62,
- "status": 75
- }
},
- {
- "widgetName": "Form1",
- "backgroundColor": "white",
- "rightColumn": 16,
- "widgetId": "ut3l54pzqw",
- "topRow": 4,
- "bottomRow": 11,
- "parentRowSpace": 40,
- "isVisible": true,
- "type": "FORM_WIDGET",
- "parentId": "0",
- "isLoading": false,
- "parentColumnSpace": 77.5,
- "leftColumn": 9,
- "children": [
- {
- "widgetName": "Canvas1",
- "rightColumn": 542.5,
- "detachFromLayout": true,
- "widgetId": "mcsltg1l0j",
- "containerStyle": "none",
- "topRow": 0,
- "bottomRow": 320,
- "parentRowSpace": 1,
- "isVisible": true,
- "canExtend": false,
- "type": "CANVAS_WIDGET",
- "version": 1,
- "parentId": "ut3l54pzqw",
- "minHeight": 520,
- "isLoading": false,
- "parentColumnSpace": 1,
- "leftColumn": 0,
- "children": [
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "installed-plugin",
+ "id": "Page1_get_users",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
+ },
+ "gitSyncId": "action1_git"
+ },
+ {
+ "new": false,
+ "pluginType": "API",
+ "unpublishedAction": {
+ "createdAt": "2023-12-13T12:10:02Z",
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
{
- "widgetName": "Text1",
- "rightColumn": 6,
- "textAlign": "LEFT",
- "widgetId": "7b4x786lxp",
- "topRow": 0,
- "bottomRow": 1,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "leftColumn": 0,
- "fontSize": "HEADING1",
- "text": "Form"
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text2",
- "rightColumn": 16,
- "textAlign": "LEFT",
- "widgetId": "d0axuxiosp",
- "topRow": 3,
- "bottomRow": 6,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH2",
- "text": "{{api_wo_auth.data.body}}"
+ "value": "",
+ "key": ""
+ }
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": [],
+ "pageId": "Page1"
+ },
+ "pluginId": "installed-plugin",
+ "id": "Page1_api_wo_auth",
+ "userPermissions": [],
+ "applicationId": "valid_application",
+ "publishedAction": {
+ "invalids": [],
+ "dynamicBindingPathList": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": [],
+ "datasource": {
+ "new": false,
+ "isValid": true,
+ "id": "api_ds_wo_auth",
+ "userPermissions": []
+ },
+ "executeOnLoad": true,
+ "isValid": true,
+ "name": "api_wo_auth",
+ "actionConfiguration": {
+ "path": "/params",
+ "headers": [
+ {
+ "value": "",
+ "key": ""
},
{
- "widgetName": "Text3",
- "rightColumn": 4,
- "textAlign": "LEFT",
- "widgetId": "lmfer0622c",
- "topRow": 2,
- "bottomRow": 3,
- "parentRowSpace": 40,
- "isVisible": true,
- "fontStyle": "BOLD",
- "type": "TEXT_WIDGET",
- "textColor": "#231F20",
- "version": 1,
- "parentId": "mcsltg1l0j",
- "isLoading": false,
- "parentColumnSpace": 31.40625,
- "dynamicTriggerPathList": [],
- "leftColumn": 0,
- "dynamicBindingPathList": [
- {
- "key": "text"
- }
- ],
- "fontSize": "PARAGRAPH",
- "text": "{{api_wo_auth.data.id}}"
+ "value": "",
+ "key": ""
}
- ]
- }
- ]
- }
- ]
+ ],
+ "paginationType": "NONE",
+ "queryParameters": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "",
+ "httpMethod": "GET",
+ "pluginSpecifiedTemplates": [{"value": false}]
+ },
+ "userPermissions": []
},
- "layoutOnLoadActions": [
- [
- {
- "id": "60aca24c136c4b7178f6790d",
- "name": "api_wo_auth",
- "pluginType": "API",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
+ "gitSyncId": "action2_git"
+ },
+ {
+ "new": false,
+ "pluginType": "JS",
+ "unpublishedAction": {
+ "executeOnLoad": false,
+ "isValid": true,
+ "actionConfiguration": {
+ "paginationType": "NONE",
+ "jsArguments": [],
+ "timeoutInMillisecond": 10000,
+ "encodeParamsToggle": true,
+ "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
+ },
+ "userPermissions": [],
+ "fullyQualifiedName": "JSObject1.run",
+ "pageId": "Page1",
+ "invalids": [],
+ "confirmBeforeExecute": false,
+ "jsonPathKeys": ["() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"],
+ "datasource": {
+ "new": true,
+ "pluginId": "installed-js-plugin",
+ "isValid": true,
+ "name": "UNUSED_DATASOURCE",
+ "userPermissions": []
},
- {
- "id": "60aca092136c4b7178f6790a",
- "name": "get_users",
- "pluginType": "DB",
- "jsonPathKeys": [],
- "timeoutInMillisecond": 10000
- }
- ]
+ "validName": "JSObject1.run",
+ "name": "run",
+ "collectionId": "Page1_JSObject1"
+ },
+ "pluginId": "installed-js-plugin",
+ "id": "Page1_JSObject1.run",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "publishedPage": {
- "name": "Page1",
- "layouts": [
- {
- "id": "Page1",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1224,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 1254,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 1292,
- "parentColumnSpace": 1,
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "publishedAction": {
+ "confirmBeforeExecute": false,
+ "datasource": {
+ "new": true,
+ "isValid": true,
+ "userPermissions": []
+ },
+ "userPermissions": []
},
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
+ "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z"
+ }
+ ],
+ "decryptedFields": {"db-auth": {
+ "password": "CreativePassword",
+ "authType": "com.appsmith.external.models.DBAuth",
+ "dbAuth": {
+ "databaseName": "db-name",
+ "authenticationType": "dbAuth",
+ "authType": "SCRAM_SHA_1",
+ "username": "CreativeUser"
+ }
+ }},
+ "publishedDefaultPageName": "Page1",
+ "customJSLibList": [{
+ "defs": "defs_string",
+ "docsUrl": "docsUrl",
+ "name": "TestLib",
+ "accessor": ["accessor1"],
+ "uidString": "accessor1_url",
+ "version": "1.0",
+ "url": "url"
+ }],
+ "unpublishedDefaultPageName": "Page1",
+ "pageOrder": [
+ "Page1",
+ "Page2"
+ ],
+ "publishedTheme": {
+ "new": true,
+ "isSystemTheme": true,
+ "name": "Classic"
},
- {
- "userPermissions": [
- "read:pages",
- "manage:pages"
- ],
- "gitSyncId": "page2_git",
- "applicationId": "valid_application",
- "unpublishedPage": {
- "name": "Page2",
- "layouts": [
- {
- "id": "60aca056136c4b7178f67999",
- "userPermissions": [],
- "dsl": {
- "widgetName": "MainContainer",
- "backgroundColor": "none",
- "rightColumn": 1280,
- "snapColumns": 16,
- "detachFromLayout": true,
- "widgetId": "0",
- "topRow": 0,
- "bottomRow": 800,
- "containerStyle": "none",
- "snapRows": 33,
- "parentRowSpace": 1,
- "type": "CANVAS_WIDGET",
- "canExtend": true,
- "version": 4,
- "minHeight": 840,
- "parentColumnSpace": 1,
- "dynamicTriggerPathList": [],
- "dynamicBindingPathList": [],
- "leftColumn": 0,
- "children": []
+ "unpublishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "pageList": [
+ {
+ "publishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1224,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 1254,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 1292,
+ "parentColumnSpace": 1,
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- "layoutOnLoadActions": [
- []
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page1",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "Page1",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[
+ {
+ "pluginType": "API",
+ "jsonPathKeys": [],
+ "name": "api_wo_auth",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca24c136c4b7178f6790d"
+ },
+ {
+ "pluginType": "DB",
+ "jsonPathKeys": [],
+ "name": "get_users",
+ "timeoutInMillisecond": 10000,
+ "id": "60aca092136c4b7178f6790a"
+ }
+ ]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Table1",
+ "columnOrder": [
+ "_id",
+ "username",
+ "active"
+ ],
+ "dynamicPropertyPathList": [],
+ "topRow": 4,
+ "bottomRow": 15,
+ "parentRowSpace": 40,
+ "type": "TABLE_WIDGET",
+ "parentColumnSpace": 77.5,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [
+ {"key": "tableData"},
+ {"key": "primaryColumns._id.computedValue"},
+ {"key": "primaryColumns.username.computedValue"},
+ {"key": "primaryColumns.active.computedValue"}
+ ],
+ "leftColumn": 0,
+ "primaryColumns": {
+ "appsmith_mongo_escape_id": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow._id ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 4,
+ "isVisible": true,
+ "label": "_id",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "_id",
+ "verticalAlignment": "CENTER"
+ },
+ "active": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.active ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 8,
+ "isVisible": true,
+ "label": "active",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "active",
+ "verticalAlignment": "CENTER"
+ },
+ "username": {
+ "isDerived": false,
+ "computedValue": "{{Table1.sanitizedTableData.map((currentRow) => ( currentRow.username ))}}",
+ "textSize": "PARAGRAPH",
+ "index": 7,
+ "isVisible": true,
+ "label": "username",
+ "columnType": "text",
+ "horizontalAlignment": "LEFT",
+ "width": 150,
+ "enableFilter": true,
+ "enableSort": true,
+ "id": "username",
+ "verticalAlignment": "CENTER"
+ }
+ },
+ "derivedColumns": {},
+ "rightColumn": 8,
+ "textSize": "PARAGRAPH",
+ "widgetId": "aisibaxwhb",
+ "tableData": "{{get_users.data}}",
+ "isVisible": true,
+ "label": "Data",
+ "searchKey": "",
+ "version": 1,
+ "parentId": "0",
+ "isLoading": false,
+ "horizontalAlignment": "LEFT",
+ "verticalAlignment": "CENTER",
+ "columnSizeMap": {
+ "task": 245,
+ "step": 62,
+ "status": 75
+ }
+ },
+ {
+ "widgetName": "Form1",
+ "backgroundColor": "white",
+ "rightColumn": 16,
+ "widgetId": "ut3l54pzqw",
+ "topRow": 4,
+ "bottomRow": 11,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "type": "FORM_WIDGET",
+ "parentId": "0",
+ "isLoading": false,
+ "parentColumnSpace": 77.5,
+ "leftColumn": 9,
+ "children": [{
+ "widgetName": "Canvas1",
+ "rightColumn": 542.5,
+ "detachFromLayout": true,
+ "widgetId": "mcsltg1l0j",
+ "containerStyle": "none",
+ "topRow": 0,
+ "bottomRow": 320,
+ "parentRowSpace": 1,
+ "isVisible": true,
+ "canExtend": false,
+ "type": "CANVAS_WIDGET",
+ "version": 1,
+ "parentId": "ut3l54pzqw",
+ "minHeight": 520,
+ "isLoading": false,
+ "parentColumnSpace": 1,
+ "leftColumn": 0,
+ "children": [
+ {
+ "widgetName": "Text1",
+ "rightColumn": 6,
+ "textAlign": "LEFT",
+ "widgetId": "7b4x786lxp",
+ "topRow": 0,
+ "bottomRow": 1,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "leftColumn": 0,
+ "fontSize": "HEADING1",
+ "text": "Form"
+ },
+ {
+ "widgetName": "Text2",
+ "rightColumn": 16,
+ "textAlign": "LEFT",
+ "widgetId": "d0axuxiosp",
+ "topRow": 3,
+ "bottomRow": 6,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH2",
+ "text": "{{api_wo_auth.data.body}}"
+ },
+ {
+ "widgetName": "Text3",
+ "rightColumn": 4,
+ "textAlign": "LEFT",
+ "widgetId": "lmfer0622c",
+ "topRow": 2,
+ "bottomRow": 3,
+ "parentRowSpace": 40,
+ "isVisible": true,
+ "fontStyle": "BOLD",
+ "type": "TEXT_WIDGET",
+ "textColor": "#231F20",
+ "version": 1,
+ "parentId": "mcsltg1l0j",
+ "isLoading": false,
+ "parentColumnSpace": 31.40625,
+ "dynamicTriggerPathList": [],
+ "leftColumn": 0,
+ "dynamicBindingPathList": [{"key": "text"}],
+ "fontSize": "PARAGRAPH",
+ "text": "{{api_wo_auth.data.id}}"
+ }
+ ]
+ }]
+ }
+ ]
+ }
+ }]
+ },
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
],
- "new": false
- }
- ],
- "userPermissions": []
- },
- "new": true
- }
- ],
- "pageOrder": [
- "Page1",
- "Page2"
- ],
- "actionList": [
- {
- "id": "Page1_get_users",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "DB",
- "pluginId": "installed-plugin",
- "gitSyncId": "action1_git",
- "unpublishedAction": {
- "name": "get_users",
- "datasource": {
- "id": "db-auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "formData": {
- "smartSubstitution": false,
- "body": "{\n \"find\": \"users\",\n \"sort\": {\n \"id\": 1\n },\n \"limit\": 10\n}"
- }
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "Page1_api_wo_auth",
- "userPermissions": [],
- "applicationId": "valid_application",
- "pluginType": "API",
- "pluginId": "installed-plugin",
- "gitSyncId": "action2_git",
- "unpublishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
+ "applicationId": "valid_application",
+ "gitSyncId": "page1_git"
},
- "pageId": "Page1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
+ {
+ "new": true,
+ "unpublishedPage": {
+ "name": "Page2",
+ "userPermissions": [],
+ "layouts": [{
+ "new": false,
+ "id": "60aca056136c4b7178f67999",
+ "userPermissions": [],
+ "layoutOnLoadActions": [[]],
+ "dsl": {
+ "widgetName": "MainContainer",
+ "backgroundColor": "none",
+ "rightColumn": 1280,
+ "snapColumns": 16,
+ "detachFromLayout": true,
+ "widgetId": "0",
+ "topRow": 0,
+ "bottomRow": 800,
+ "containerStyle": "none",
+ "snapRows": 33,
+ "parentRowSpace": 1,
+ "type": "CANVAS_WIDGET",
+ "canExtend": true,
+ "version": 4,
+ "minHeight": 840,
+ "parentColumnSpace": 1,
+ "dynamicTriggerPathList": [],
+ "dynamicBindingPathList": [],
+ "leftColumn": 0,
+ "children": []
+ }
+ }]
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
- }
- ]
- },
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "createdAt": "2023-12-13T12:10:02Z"
- },
- "publishedAction": {
- "name": "api_wo_auth",
- "datasource": {
- "id": "api_ds_wo_auth",
- "userPermissions": [],
- "isValid": true,
- "new": false
- },
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "path": "/params",
- "headers": [
- {
- "key": "",
- "value": ""
+ "userPermissions": [
+ "read:pages",
+ "manage:pages"
+ ],
+ "applicationId": "valid_application",
+ "gitSyncId": "page2_git"
+ }
+ ],
+ "publishedLayoutmongoEscapedWidgets": {"Page1": ["Table1"]},
+ "actionCollectionList": [
+ {
+ "new": false,
+ "publishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "installed-js-plugin",
+ "name": "JSObject1_Published",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {\n\tresults: [],\n\trunMethod: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
+ "actions": []
},
- {
- "key": "",
- "value": ""
- }
- ],
- "encodeParamsToggle": true,
- "queryParameters": [],
- "body": "",
- "httpMethod": "GET",
- "pluginSpecifiedTemplates": [
- {
- "value": false
+ "id": "Page1_JSObject1",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "installed-js-plugin",
+ "name": "JSObject1",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
+ "actions": []
}
- ]
},
- "executeOnLoad": true,
- "dynamicBindingPathList": [],
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [],
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "new": false
- },
- {
- "id": "Page1_JSObject1.run",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "pluginType": "JS",
- "pluginId": "installed-js-plugin",
- "unpublishedAction": {
- "name": "run",
- "fullyQualifiedName": "JSObject1.run",
- "datasource": {
- "userPermissions": [],
- "name": "UNUSED_DATASOURCE",
- "pluginId": "installed-js-plugin",
- "isValid": true,
- "new": true
- },
- "pageId": "Page1",
- "collectionId": "Page1_JSObject1",
- "actionConfiguration": {
- "timeoutInMillisecond": 10000,
- "paginationType": "NONE",
- "encodeParamsToggle": true,
- "body": "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}",
- "jsArguments": []
- },
- "executeOnLoad": false,
- "isValid": true,
- "invalids": [],
- "jsonPathKeys": [
- "() => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}"
+ {
+ "new": false,
+ "id": "Page1_JSObject2",
+ "userPermissions": [
+ "read:actions",
+ "execute:actions",
+ "manage:actions"
+ ],
+ "unpublishedCollection": {
+ "variables": [{
+ "name": "results",
+ "value": []
+ }],
+ "pluginType": "JS",
+ "pluginId": "installed-js-plugin",
+ "name": "JSObject2",
+ "archivedActions": [],
+ "pageId": "Page1",
+ "body": "export default {results: []}",
+ "actions": []
+ }
+ }
+ ],
+ "exportedApplication": {
+ "publishedCustomJSLibs": [{"uidString": "accessor1_url"}],
+ "new": true,
+ "color": "#EA6179",
+ "name": "valid_application",
+ "appIsExample": false,
+ "icon": "medical",
+ "isPublic": false,
+ "unpublishedCustomJSLibs": [{"uidString": "accessor1_url"}],
+ "userPermissions": [
+ "canComment:applications",
+ "manage:applications",
+ "read:applications",
+ "publish:applications",
+ "makePublic:applications"
],
- "confirmBeforeExecute": false,
- "userPermissions": [],
- "validName": "JSObject1.run"
- },
- "publishedAction": {
- "datasource": {
- "userPermissions": [],
- "isValid": true,
- "new": true
- },
- "confirmBeforeExecute": false,
- "userPermissions": []
- },
- "gitSyncId": "614b5f42a25cb80bca4ccf35_2021-09-27T09:14:45.330186Z",
- "new": false
- }
- ],
- "actionCollectionList": [
- {
- "id": "Page1_JSObject1",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "unpublishedCollection": {
- "name": "JSObject1",
- "pageId": "Page1",
- "pluginId": "installed-js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\trun: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
- ]
- },
- "publishedCollection": {
- "name": "JSObject1_Published",
- "pageId": "Page1",
- "pluginId": "installed-js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {\n\tresults: [],\n\trunMethod: () => {\n\t\t//write code here\n\t\treturn \"Hi\"\n\t}\n}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
- ]
- },
- "new": false
- },
- {
- "id": "Page1_JSObject2",
- "userPermissions": [
- "read:actions",
- "execute:actions",
- "manage:actions"
- ],
- "unpublishedCollection": {
- "name": "JSObject2",
- "pageId": "Page1",
- "pluginId": "installed-js-plugin",
- "pluginType": "JS",
- "actions": [],
- "archivedActions": [],
- "body": "export default {results: []}",
- "variables": [
- {
- "name": "results",
- "value": []
- }
- ]
- },
- "new": false
- }
- ],
- "decryptedFields": {
- "db-auth": {
- "password": "CreativePassword",
- "authType": "com.appsmith.external.models.DBAuth",
- "dbAuth": {
- "authenticationType": "dbAuth",
- "authType": "SCRAM_SHA_1",
- "username": "CreativeUser",
- "databaseName": "db-name"
- }
- }
- },
- "publishedDefaultPageName": "Page1",
- "unpublishedDefaultPageName": "Page1",
- "publishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "unpublishedLayoutmongoEscapedWidgets": {
- "Page1": [
- "Table1"
- ]
- },
- "editModeTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "publishedTheme": {
- "name": "Classic",
- "new": true,
- "isSystemTheme": true
- },
- "customJSLibList": [
- {
- "name": "TestLib",
- "accessor": ["accessor1"],
- "url": "url",
- "docsUrl": "docsUrl",
- "version": "1.0",
- "defs": "defs_string",
- "uidString": "accessor1_url"
+ "slug": "valid_application_slug"
}
- ]
}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-editor.json b/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-editor.json
index 178d8e888e8e..3c921b5813c4 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-editor.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-editor.json
@@ -1,26 +1,18 @@
{
- "editor": [
- {
- "controlType": "SECTION",
- "identifier": "SELECTOR",
- "children": [
- {
- "label": "Command",
- "description": "Choose the method you would like to use",
- "configProperty": "actionConfiguration.formData.command.data",
- "controlType": "DROP_DOWN",
- "initialValue": "EXAMPLE",
- "options": [
- {
- "label": "Example command",
- "value": "EXAMPLE"
- }
- ]
- }
- ]
- }
- ],
- "files": [
- "mock-example.json"
- ]
-}
\ No newline at end of file
+ "editor": [{
+ "identifier": "SELECTOR",
+ "controlType": "SECTION",
+ "children": [{
+ "controlType": "DROP_DOWN",
+ "options": [{
+ "label": "Example command",
+ "value": "EXAMPLE"
+ }],
+ "description": "Choose the method you would like to use",
+ "label": "Command",
+ "initialValue": "EXAMPLE",
+ "configProperty": "actionConfiguration.formData.command.data"
+ }]
+ }],
+ "files": ["mock-example.json"]
+}
diff --git a/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-example.json b/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-example.json
index 027401aa3e25..8e9d42bd8d6e 100644
--- a/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-example.json
+++ b/app/server/appsmith-server/src/test/resources/test_assets/PluginServiceTest/mock-example.json
@@ -1,23 +1,17 @@
{
- "identifier": "EXAMPLE",
- "controlType": "SECTION",
- "conditionals": {
- "show": "{{actionConfiguration.formData.command.data === 'EXAMPLE'}}"
- },
- "children": [
- {
- "controlType": "SECTION",
- "label": "Example form control section",
- "children": [
- {
- "label": "Example form control component",
- "configProperty": "actionConfiguration.formData.example.data",
- "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
- "evaluationSubstitutionType": "TEMPLATE",
- "isRequired": true,
- "initialValue": ""
- }
- ]
- }
- ]
+ "identifier": "EXAMPLE",
+ "controlType": "SECTION",
+ "children": [{
+ "controlType": "SECTION",
+ "children": [{
+ "isRequired": true,
+ "controlType": "QUERY_DYNAMIC_INPUT_TEXT",
+ "evaluationSubstitutionType": "TEMPLATE",
+ "label": "Example form control component",
+ "initialValue": "",
+ "configProperty": "actionConfiguration.formData.example.data"
+ }],
+ "label": "Example form control section"
+ }],
+ "conditionals": {"show": "{{actionConfiguration.formData.command.data === 'EXAMPLE'}}"}
}
diff --git a/app/server/pom.xml b/app/server/pom.xml
index 6e408cd180cf..63c1b964a085 100644
--- a/app/server/pom.xml
+++ b/app/server/pom.xml
@@ -158,6 +158,12 @@
+
+
+ **/*.json
+
+
+
pom.xml